/* CSS Document for top */


/*背景の設定
=======================================================*/
#main_contents {
background:url(../images/bg_top.jpg) center top no-repeat;
}


/*ボックス_文字関連
=======================================================*/

.boxLead{
margin-top:240px;
margin-bottom:24px;
}

h2#time{
width:514px;
height:42px;
background:url(../../top/images/mi_time.gif);
}

h2#News{
width:514px;
height:42px;
background:url(../../top/images/mi_news.gif);
}

#boxNews {
margin: 0 0 40px;
}

#boxNews dl {
margin: 0 0 15px;
padding: 0 0 6px;
font-size:12px;
text-align:left;
margin:10px 0 0 0;
width:514px;
}

#boxNews dl p{
color:#666666;
}

#boxNews dl dt {
	float: left;
	padding: 4px 0 10px;
	background:url(../images/icn_arrow.gif) 4px 7px no-repeat
}
#boxNews dl dt p{
	font-weight: bold;
	padding:2px 8px 2px 18px;
	line-height: 120%;
}
#boxNews dl dd {
	padding: 4px 0 6px 96px;
	margin:0 0 4px 0;
	line-height: 150%;
	border-bottom:1px dotted #888888;
}
