@charset "utf-8";

/*--------------------------
　全体レイアウト
---------------------------*/

#wrap{
	width:1000px;
	margin:0 auto;
}

#header{
	width:900px;
	margin-left:50px;
	margin-top:10px;
	height:382px;
	background:url(img/head.jpg) no-repeat;
}



#contents{
	width:900px;
	padding:20px 0 0 0;
	margin-left:50px;
	margin-bottom:15px;
}




#footer{
	width:900px;
	height:100px;
	margin-left:50px;
	background:#000000;
	clear:both;
}




/*--------------------------
　ヘッダー
---------------------------*/

h1 img{
	margin-top:103px;
	}

#menu{
	padding:105px 0 0 103px;
}

#header li {
	list-style: none;
	float: left;
}



/*--------------------------
　フッター
---------------------------*/
#footer p{
	color:#FFFFFF;
	font-size:14px;
	text-align:right;
}

#footer li {
	list-style: none;
	height:inherit;
	float: left;
}

