@charset "utf-8";
/* CSS Document */

/*全体のレイアウト*/

#wrapper1 {
	width: 100%;
	height: 580px;
	background-image: url(../images/top_header_bg.jpg);
	background-position: top;
	background-repeat: repeat-x;
}

/*メイングラフィック*/

#rollover {
	width: 860px;
	height: 441px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}

#thumb {
	width: 720px;
	height: 140px;
	position: absolute;
	top: 276px;
	left: 90px;
}

#thumb li {
	display: inline;
	float: left;
	display: block;
	width: 140px;
	height: 140px;
	margin-right: 40px;
}

/*コンテンツカラム*/

#banner {
	width: 570px;
	height: 210px;
	margin-bottom: 20px;
}

#center {
	width: 400px;
	height: auto;
	float: left;
}

#right {
	width: 160px;
	height: auto;
	float: right;
}

#information {
	width: 400px;
	height: 210px;
	background-image: url(../images/information_bg.jpg);
	background-position: top;
	background-repeat: no-repeat;
	margin-bottom: 20px;
	text-align: center;
}

#information h2 {
	text-indent: -9999px;
	overflow: hidden;
	display: block;
	width: 400px;
	height: 26px;
	background-image: url(../images/information_title.jpg);
	background-repeat: no-repeat;
}

#kh_news {
	width: 400px;
	height: 210px;
	background-image: url(../images/kh_news_bg.jpg);
	background-position: top;
	background-repeat: no-repeat;
	margin-bottom: 20px;
	text-align: center;
}

#kh_news h2 {
	text-indent: -9999px;
	overflow: hidden;
	display: block;
	width: 400px;
	height: 26px;
	background-image: url(../images/kh_news_title.jpg);
	background-repeat: no-repeat;
}
