@charset "utf-8";
/* CSS Document */


/* index==========================

	1.for index style
	
*/


/* 1.for index style
===============================================================*/
div#main h2{
	margin-bottom:17px;
}
div#log{
	margin-bottom:31px;
}
div#log h2{
	margin-bottom:4px;
}
div#log dl{
	margin:0 16px 10px;
	padding-bottom:10px;
	line-height:1.4;
	background:url(../../images/common/line_dot.gif) repeat-x left bottom;
}
div#log dt{
	float:left;
	margin-bottom:10px;
	padding-top:12px;
	width:6.5em;
	background:url(../../images/common/line_dot.gif) repeat-x right top;
}
div#log dt span{
	padding-left:13px;
	background:url(../../images/common/ico_arr01.gif) no-repeat 0 3px;
}

div#log dd{
	margin:0 0 10px 6.5em;
	padding-top:12px;
	background:url(../../images/common/line_dot.gif) repeat-x left top;
}
div#log dd span{
	color:#0170c5;
	font-weight:bold;
}
div#log dt.newFirst,div#log dd.newFirst{
	background:none;
}
div#log p{
	margin-right:16px;
	text-align:right;
}
