@charset "utf-8";

/* TOP */
body.page-index #container{
	width:1000px;
	padding:0;
	margin:0 auto 40px auto;
	/*padding:820px 0 0 0;*/
	text-align:left;
	overflow:hidden;
	background:none;
	border:0;
}
#containerTop{
	width:1000px;
	max-height:820px;
}

#topWrap{
	width:100%;
	max-height:820px;
	/*height:952px;*/
	margin:0 auto;
	position:relative;
}
#topWrap #header{
	position:absolute;
	z-index:100;
	top:0;
}
#topWrap #gnav{
	position:absolute;
	z-index:100;
	top:95px;
}
#topMainWrap{
	width:100%;
	max-height:820px;
	/*height:952px;*/
	top:0;
	position:absolute;
}

.top01{
	padding:2px;
	margin-bottom:50px;
	overflow:hidden;
	background-color:#fff;
}
.top01 .inner{
	padding:10px;
	border:1px solid #ccc;
}

.top02{
	overflow:hidden;
}
.top02 .floatL{
	width:490px;
}
.top02 .floatR{
	width:490px;
}

.topNews{
	padding:20px;
	min-height:180px;
	background-color:#fff;
}
.topNews dl{
	overflow:hidden;
	margin-bottom:10px;
}
.topNews dt{
	width:30%;
	float:left;
}
.topNews dd{
	width:70%;
	float:right;
}