@charset "UTF-8";

body {
	font-family: "Meiryo", "Meiryo UI","qMmpS Pro W3","Hiragino Kaku Gothic Pro","lr oSVbN","Osaka",
	sans-serif;
	font-size: 14px;
	line-height: 1.5em;
	min-height: 100%;
}

#wrapper{
	width:1232px;
	display: block;
	/*overflow: hidden;*/
	margin:0 auto;

}

/* ==========================
Header
========================== */
#header{
	display: block;
	overflow: hidden;
	width:100%;
	height:40px;
	background-color:#c97510;
	position:relative;
}

#header > h1{
	display: block;
	width:362px;
	height:28px;
	position:absolute;
	top:5px;
	left:8px;
}

#header > h1 > span{
	display:none;
}

/* ==========================
Fotter
========================== */
#footer{
	display: block;
	overflow: hidden;
	width:100%;
	height:75px;
	clear: both;
	background-color:#ffffff;
}

#footer > p{
	display: block;
	overflow: hidden;
	color:#777777;
	text-align:center;
	padding: 5px 0px 10px 0px;
}
