@charset "shift_jis";

/* Toppage Main Module Design
=======================================*/

dl.topics {
	float: left;
	width: 660px;
	background: #fff;
	clear: left;
}
dl.topics dt {
	float: left;
	padding-top: 6px;
	padding-left: 45px;
	width: 100px;
	font-size: 92%;
	line-height: 63%;
	clear: both;
}
dl.topics dt.head {
	padding-left: 0;
	width: 550px;
	height: 31px;
	text-indent: -9999px;
	background: url(../images/top_topics.gif) no-repeat;
}
dl.topics dd {
	float: right;
	padding-top: 6px;
	width: 510px;
	font-size: 92%;
}
dl.topics dd a {
	color: #03c;
}
dl.topics dd.past {
	padding-top: 0px;
	width: 110px;
	height: 31px;
	background: url(../images/top_topics.gif) no-repeat right;
}
dl.topics dd.past a {
	display: block;
	height: 31px;
	text-indent: -9999px;
}
dl.topics dt span {
	padding-right: 8px;
	color: #588a11;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

p#main_foot {
	float: left;
	margin: 24px 12px;
	width: 636px;
	background: #fff;
	clear: left;
}
p#main_foot a {
	margin-right: 6px;
}

/* Headline News Module Design
=======================================*/
div#headline {
	margin: 12px auto;
	width: 835px;
}
div#headline dl {
	margin: 12px auto;
	width: 700px;
	_width: 720px;
	border: 3px solid #0052ff;
}
div#headline dl dt {
	float: left;
	width: 80px;
	height: 60px;
	text-indent: -9999px;
	background: transparent url(../images/icon_headLine.gif) no-repeat scroll 16px center;
}
div#headline dl dd {
	margin-left: 80px;
	padding: 3px 10px;
	width: 600px;
	font-size: 92%;
	font-weight: bold;
	line-height: 1.3;
	text-indent: -1em;
}