@charset "utf-8";

/**TOPページ**/
#topContents {
	clear: both;
	width: 1000px;
}
#topContents dl {
	float: left;
	width: 320px;
}
#topContents dl.topFlow {
	float: left;
	width: 320px;
	padding-right: 20px;
}

#topContents dl dt {
	width: 320px;
}
#topContents dl dd {
	width: 300px;
	color: #FFF;
	background-image: url(../images/top/top_b_under.png);
	background-repeat: no-repeat;
	height: 74px;
	font-size: 12px;
	line-height: 150%;
	padding-top: 15px;
	padding-left: 10px;
	padding-right: 10px;
}
#topMain h2 {
	font-size: 14px;
	color: #FFF;
	display: block;
	clear: both;
	width: 960px;
	padding-left: 15px;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #FFF;
	padding-top: 5px;
	margin-bottom: 20px;
}
#topMain p {
	font-size: 14px;
	color: #FFF;
	display: block;
	clear: both;
	width: 980px;
}
#topMain {
	background-color: #111111;
	padding: 10px;
	width: 980px;
	margin-top: 40px;
	clear: both;
}

