@charset "utf-8";
@import url("common.css");

/* インデックスページ */


body {
	background:#14110a url("../images/index_bg.jpg") no-repeat center top;
}

#section {
	height:500x;
	width:900px;
	position:relative;
	margin:0 auto;
	float:left;
}



#section h1 {
	position:absolute;
	top:218px;
	left:315px;
	color:#e8c98f;
	font-weight:bold;
	font-size:18px;
}

#section p {	position:absolute; top:270px; left:160px;}
#section ul {	position: absolute; top:303px; left:260px;}

#section li{
	float:left;
}




#leave{	
	width:170px;
	margin-left:80px;

}



#footer{
	margin-top:0px;
	clear:both;

}