@charset "utf-8";



/* index

----------------------------------------------------------- 

body {

	background: none;

}

*/


html, body, #movieArea {
	height: 100%;
	width: 100%;
}
* html body {
	overflow: hidden;
}
#movieArea {
	background: #FFF;
	display: none;
	z-index: -10;
	position: absolute;
	top: 0;
	left: 0;
}


/* pankuzu

----------------------------------------------------------- */

#pankuzu {
	width:900px;
	margin:0px auto;
	padding:0px;
	height: 0px;
	display: none;
}



div#index {
	width:900px;
	height: auto;
	margin:0px auto;
	overflow: visible;
}

#index #indexFlashArea {
	width: 898px;
	height: 466px;
	border: #dfdfdf 1px solid;
}

#index #bannerArea {
	width: 899px;
	height: 179px;
	padding: 0;
	border-left: #dfdfdf 1px solid;
}
#index #bannerArea li {
	width: 287px;
	height: 167px;
	border-right: #dfdfdf 1px solid;
	padding: 6px;
	margin: 0;
	float: left;
}
#index #bannerArea li.center_banner {
	width: 286px;
}

#index #newsArea {
	width: 856px;
	padding: 17px 21px;
	border: #dfdfdf 1px solid;
}
#index #newsArea dt {
	width: 59px;
	float: left;
	padding: 3px 0 0;
	vertical-align: top;
}
#index #newsArea dt img {
	vertical-align: top;
}
#index #newsArea dd {
	width: 765px;
	border-left: #dfdfdf 1px solid;
	margin: 0 0 0 16px;
	padding: 0 0 0 15px;
	float: left;
}
#index #newsArea dd p {
	line-height: 1;
	padding: 3px 0;
	margin: 0;
}
