/* CSS Document */
body{
	margin: 0px auto;
	background: url(../img/bg.jpg) center 100px no-repeat;
}

#main{
	width: 800px;
	margin: 0px auto;
	overflow: hidden;
	position:relative;
	padding: 0px;
}

#main_img {
	background-image: url(../img/main.png);
	background-repeat: no-repeat;
	height: 474px;
	text-indent: -9999px;
}

h1 {
	background-image: url(../img/title.jpg);
	background-repeat: no-repeat;
	height: 100px;
	text-indent: -9999px;
}

h2 {
	background-image: url(../img/day_time.jpg);
	background-repeat: no-repeat;
	height: 61px;
	text-indent: -9999px;
}

#main_txt_base {
	margin: 20px auto 0;
	padding: 0x;
	background-image: url(../img/main_txt.png);
	background-repeat: no-repeat;
	height: 348px;
}

#main_txt {
	margin: 0;
	padding: 45px 0 0 40px;
	width: 720px;
	color: #FFF;
	font-size: 18px;
	line-height: 140%;
}

/* 画像大きくする */

#pics {
	margin: 10px auto 0;
	padding: 0;
	background-image: url(../img/pics.png);
	background-repeat: no-repeat;
	height: 146px;
}

#imgHover {
	margin: 0;
	padding: 40px 0 0 60px;
			/* width: 610px; */
}
#imgHover ul {
	list-style: none;
}
#imgHover ul li {
	float: left;
	margin-right: 50px;
}
#imgHover ul li img {
	border: none;
}

#imgHover ul li a {
	display: block;
}

#imgHover ul li a:hover {
	position: relative;
}

#imgHover ul li a .mainImage {
	display: none;
}

#imgHover ul li a:hover .mainImage {
	display: block;
	position: absolute;
	top: -25px;
	left: -35px;
}

/* 画像大きくここまで */

#japanese {
	margin: 40px auto 0;
	padding: 0;
	background-image: url(../img/japanese.png);
	background-repeat: no-repeat;
	height: 253px;
	text-indent: -9999px;
}

#small_txt {
	margin: 0 auto;
	padding: 0;
	background-image: url(../img/small_txt.png);
	background-repeat: no-repeat;
	height: 200px;
	color: #FFF;
	font-size: 13px;
	line-height: 130%;
}

#sekiba {
	margin: 0;
	padding: 30px 0 0 30px;
	width: 200px;
	float: left;
}
	
#ohtani {
	margin: 0;
	padding: 30px 0 0 70px;
	width: 200px;
	float: left;
}

#kurauchi {
	margin: 0;
	padding: 30px 0 0 70px;
	width: 200px;
	float: left;
}

#problem {
	margin: 50px auto 0;
	padding: 0;
	background-image: url(../img/problem.png);
	background-repeat: no-repeat;
	height: 245px;
}
	
#problem_txt {
	margin: 0;
	padding: 80px 0 0 405px;
	font-size: 12px;
	line-height: 130%;
	color: #FFF;
	width: 370px;
}






#footer {
	clear: both;
	font-size: 12px;
	color: #FFF;
	margin: 10px 0px 0px 0px;
	padding: 20px 0px 20px 0px;
	text-align: center;
	width: 800px;
}
