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


#hed{
	background-image:url(../img/bg.png);
	height:110px;
	width:100%;
	background-repeat: repeat-x;
}
#heder{
	margin-left:auto;
	margin-right:auto;
	height:110px;
	width:1000px;
	}
	

#contener{
	margin-left:auto;
	margin-right:auto;
	width:100%;
	height:670px;
	background-color: #000;
}
#main{
	margin-left:auto;
	margin-right:auto;
	height:670px;
	width:1000px;
}
#con{
	margin-left:auto;
	margin-right:auto;
	width:1000px;
	height:800px;
	position:relative;	
}
#con1{
	position:absolute;
	top:220px;
	width:225px;
	left:10px;
}
#con2{
	position:absolute;
	top:220px;
	width:225px;
	left:265px;
}
#con3{
	position:absolute;
	top:220px;
	width:225px;
	left:516px;
}
#con4{
	position:absolute;
	top:220px;
	width:225px;
	left:767px;
}
#con p{
	color:#666;
	font-size:12px;
}
#hakone{
	position:absolute;
	top:320px;
	left:10px;
	width:480px;
	}
#itou{
	position:absolute;
	top:320px;
	left:510px;
	width:480px;
}
#toiawase{
	position:absolute;
	top:530px;
	width:1000px;
}
#present{
	position:absolute;
	top:730px;
	width:1000px;
}


#foot{
	height:200px;
	width:100%;
	background-image: url(../img/foot_bg.jpg);
	background-repeat: repeat;
}

#foot1{
	margin-left:auto;
	margin-right:auto;
	position:relative;
	height:150px;
	width:1000px;
}
#logo{
	position:absolute;
	top:-20px;
	left:0px;
}
#ad{
	position:absolute;
	width:380px;
	top:75px;
	left:50px;
}
#ad p{
	font-size:12px;
	color:#FFF;

}
#member{
	position:absolute;
	width:200px;
	top:70px;
	left:500px;
}
#footnavi{
	position:absolute;
	width:500px;
	left:500px;
	top:20px;
}
#footnavi a{
	font-size:12px;
	color:#FFF;
	text-decoration:none;
}
#footnavi a:hover{
	font-size:12px;
	color:#FFF;
	text-decoration:underline;
}

#copy{
	position:absolute;
	top:150px;
	left:350px;
	width:400px;
	
}

