@charset "UTF-8";

/* common css */
body{
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	border:0;
	margin:0;
	background-image:url(../img/kumo_one2.jpg);
}
.clear{
	clear:both;
}
img{
	border:0;
	border-style:none;
	padding:0;
	margin:0;
	
}
#All {
	width:100%;
	position:relative;
	margin:0 auto;
	float:left;
}
#HeadTop{
	margin:0px auto;
	width:900px;
}
#Page{
	width:860px;
	margin:0px auto;
	position:relative;
}
#Page2{
	width:860px;
	margin:0 15px;
	position:relative;
	float:left;
}
#ConBack{
	width:860px;
	padding:0 40px;
	position:relative;
	float:left;
	background-image:url(../img/BackBlueCon.png);
	background-repeat:repeat-y;
}
#Contents{
	position:relative;
	float:left;
	width:580px;
	padding:0 10px 0 0;
	overflow:hidden;
}
#Contents table{
	margin:5px 0;
}
#Contents table img{
	margin:5px 0;
}
#SideMenu{
	position:relative;
	float:left;
	width:190px;
	margin-top:10px;
}
#Foot{
	position:relative;
	float:left;
}

/*prize page*/
.Prize{
	background-color:#87eaff;
	background-image:url(../img/prize_back.jpg);
	border:solid 6px #FFF;
}
/*300 page*/
#kukai{
	width:580px;
	background-color:#FFF;
	text-align:center;
}
#kukai p{
	margin-top:20px;
}
/*Otohaiku page*/
#Oto{
	width:580px;
	background-color:#FFF;
	background-image:url(../img/oto_back.gif);
	background-repeat:no-repeat;
	padding:0 0 40px 0px;
}
#OtoExp p{
	padding:0 0 40px 43px;
	line-height:23px;
}
#Oto object{
	clear:left;
	margin-bottom:20px;
}
.OtoBox{
	margin-left:43px;
	width:500px;
	clear:left;
}
.OtoPpl{
	position:relative;
}
.OtoPpl h3,.OtoPpl p,.OtoPpl img{
	float:left;
}
.OtoPpl h3{
	font-size:16px;
	line-height:95px;
	padding:0 10px;
}
.OtoPpl p{
	width:335px;
	font-size:12px;
	margin-bottom:10px;
}
/*Haijin page*/
#Haijin{
	width:540px;
	padding:80px 0 0 35px;
	background-image:url(../img/haijin_back.png);
	background-color:#FFF;
	background-repeat:no-repeat;
}
.Person{
	width:240px;
	margin:10px;
	position:relative;
	float:left;
}
.Person img,.Person h3{
	float:left;
	position:relative;
}
.Person h3{
	margin:25px 0 0 10px;
	font-size:16px;
}
.Person p{
	clear:both;
	padding:10px 0;
	text-align:justify;
}
/*About page*/
.About{
	width:580px;
	background-color:#FFF;
	background-image:url(../img/about_back.png);
	background-repeat:no-repeat;
	padding:0 0 40px 0px;
}
.About p{
	padding:20px 0 20px 43px;
	line-height:23px;
}