@charset "utf-8";

/* TOP */
#topMain{
	width:100%;
	min-width:1000px;
	margin:0 auto 30px auto;
	text-align:center;
	background:url(../images/top/main_bg.png) no-repeat top center;
}

.green{
	margin-bottom:30px;
	padding:10px;
	background-color:#EDF7E8;
}
.green h2{margin-bottom:20px;}
.green .floatL{
	width:182px;
	margin:0 46px 0 0;
}
.green .floatL select{
	width:180px;
	padding:4px 2px;
	border:1px solid #CCCCCC;
	font-size:14px;
}
.green .floatL p{margin-bottom:5px;}
.green .last{
	width:174px;
	padding:28px 0 0 54px;
	float:left;
	background:url(../images/top/green_arrow.png) no-repeat 0 28px;
}
.green .clearB{padding:20px 0 0 0;}

.topNews dl{
	margin-bottom:2px;
	overflow:hidden;
}
.topNews dt{
	width:120px;
	float:left;
}
.topNews dd{
	width:620px;
	float:left;
}