html {
	height: 100%;
}

body {
	background-color: #ffffff;
	margin-top: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	text-align: center;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,Verdana,'ＭＳ Ｐゴシック',sans-serif;
	font-size: 14px;
	color: #5f4b42;
	line-height: 1.5;
	height: 100%;
	background-image: url("../img/common/bg.jpg");
	background-position: top;
	background-repeat: repeat;
}

img {
	border: none;
	vertical-align:bottom;
}

a:link	{	color: #ad5e46;	}
a:visited	{	color:	#ad5e46;	}
a:hover	{	color: #ad5e46;	}
a:active	{	color:	#ad5e46;	}

#container {
	margin: 0 auto;
	width: 1060px;
}

#header {
	position: relative;
	top: 0;
	width: 1060px;
	height: 25px;
	background-color: #F4AC00;
	background-image: url("../img/common/header_bg.png")
}

#logo {
	position: absolute;
	top: 0px;
	left: 5px;
}

#menu {
	position: absolute;
	top: 40px;
	left: 290px;
}

#main {
	width: 1060px;
	height: 100%;
	background-color: white;
}

#footer {
	width: 1060px;
	height: 100px;
	margin: 0 auto;
	padding-top: 10px;
	background-image: url("../img/common/footer_bg.png");
	background-repeat: no-repeat;
}

#footer_right {
	padding-top: 5px;
}

#copy {
	padding: 10px 0 50px 0;
}
