@charset "utf-8";

/* ////////// title ////////// */
#top h1 {
	background: url(../images/img_top/h2_top.gif) no-repeat left top;
	width: 640px;
	height: 320px;
	font-size: 0;
	line-height: 0;
	text-indent: -9999px;
	display: block;
}
#top h2 {
	background: url(../images/img_top/h1_top.gif) no-repeat left top;
	width: 800px;
	height: 140px;
	font-size: 0;
	line-height: 0;
	text-indent: -9999px;
	display: block;
}
/*
#top h3 {
	background: url(../images/img_top/h3_top.gif) no-repeat 20px top;
	width: 800px;
	height: 56px;
	margin: 36px 0px 30px;
	font-size: 0;
	line-height: 0;
	text-indent: -9999px;
	display: block;
}
*/
#top h3.exe {
	background: url(../images/img/h3_topics.gif) no-repeat left top;
	width: 800px;
	height: 80px;
	margin: 0px 0px 50px;
	font-size: 0;
	line-height: 0;
	text-indent: -9999px;
	display: block;
}



/* ////////// area640 ////////// */

/* --topics-- */
#top dl {
	margin: 0px 20px;
	position: relative;
}
#top dt {
	background: url(../images/img/p_icon3.gif) no-repeat 85px 5px;
	float:left;
	width: 125px;
	display: block;
	color: #80CCE6;
}
#top dt.plus {
	background: url(../images/img/p_icon3.gif) no-repeat 85px 5px;
	padding-bottom: 10px;
}
#top dd {
	margin-bottom: 15px;
	display: block;
	color: #333333;
}

.footH{
	margin-top:20px;
}

#top dl.thumFoot {
	margin: 30px 0 0 18px;
	float:left;
	width:189px;
}

#top .thumFoot dt {
	background: #EEEEEE;
	width:189px;
	height:125px;
	display:block;
	margin-bottom:7px;
	padding-top:10px;
	clear:both;
	text-align:center;
}
#top .thumFoot dd{
	width:189px;

}
#top .thumFoot dd a{
	color:#999;
}

