@charset "utf-8";
*{
	padding: 0px ;
	margin: 0px ;
}
body {
	background: url(../../img/gif/body-bg.gif) repeat left top;
	font: 12px "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	color: #333333;
}
img {
	border-style: none ;
}
#wrapper {
	width: 867px;
	margin-right: auto;
	margin-left: auto;
	background: #FFFFFF;
}
#header {
	background: url(../../img/gif/header-bg.gif) no-repeat left top;
	width: 867px;
	margin: 0px;
	height: 135px;
	position: relative;
}
img.heder-img {
	height: 130px;
	width: 860px;
	margin-top: 5px;
}
#wrapper h1 {
	font-size: 90%;
	color: #663300;
	margin-top: 3px;
	margin-left: 2px;
}

#header h2 {
	font-size: 100%;
	color: #333333;
	position: absolute;
	left: 90px;
	top: 15px;
}
img.mainrogo {
	position: absolute;
	height: 80px;
	width: 280px;
	top: 40px;
	left: 90px;
}
#header-navi {
	width: 250px;
	height: 15px;
	position: absolute;
	top: 15px;
	right: 0px;
	margin-right: 7px;
	font-size: 100%;
}
#header-navi a {
	color: #333333;
	text-decoration: none;
}
#header-navi a:hover {
	color: #009999;
	text-decoration: none;
}
#header-navi ul {
	list-style: none;
}
#header-navi li {
	background: url(../../img/gif/icon.gif) no-repeat left center;
	padding-left: 25px;
	float: left;
	margin-right: 10px;
}


#content {
	background: url(../../img/gif/wrapper-bg.gif) repeat-y left top;
	width: 867px;
	margin: 0px;
	clear: both;
}

#footer {
	background: url(../../img/gif/footer-bg.gif) no-repeat left top;
	height: 50px;
	width: 867px;
}
#footer address {
	font: bold 80% Geneva, Arial, Helvetica, sans-serif;
	margin-left: 300px;
	padding-top: 15px;
}
