@charset "UTF-8";

/*All Property
---------------------------------*/
body{
	background:#f2f1ed url("../images/bg.gif") repeat-x 0px 150px;
	margin:0px;
	padding:0px;
	color:#756464;
	font-size:12px;
	font-family:'ＭＳ Ｐゴシック','Osaka',sans-serif;
	text-align:center;
	overflow-x:hidden;
}

img{
	border:none;
}

.clear{
	clear:both;
}

h1,h2,h3,h4,h5,h6{
	padding:0;
	margin:0;
	font-size:12px;
	font-weight:lighter;
}

/*Box Layout
---------------------------------*/
#wrapper{
	width:900px;
	margin:0 auto;
	background:#f2f1ed;
}

#header{
	width:900px;
	height:150px;
	text-align:left;
	background:#f2f1ed;
}

h1{
	position:relative;
	top:80px;
}

ul#navigation li{
	list-style-type:none;
	float:left;
	position:relative;
	top:60px;
	left:625px;
}

#container{
	width:900px;
	height:300px;
}

#footer{
	position:relative;
	width:900px;
	height:100px;
	font-size:11px;
	background:#f2f1ed;
	text-align:left;
	clear:both;
}