@charset "euc-jp";
* {
	font-size: 12px;
	padding: 0px;
	line-height: 140%;
	margin: 0px;
	color: #666666;
}
body {
	margin: 0px;
	scrollbar-face-color: #ffffff;
	scrollbar-arrow-color: #666666;
	background-image: url(../image/wood.jpg);
	background-repeat: repeat;
	padding-top: 40px;
	padding-right: 0px;
	padding-bottom: 40px;
	padding-left: 0px;
	height: 100%;
}

/*外枠*/
div#wrapper {
	width: 756px;
	margin-right: auto;
	margin-left: auto;
}

/*紹介文*/

h1 {
	width: 756px;
	font-size: 10px;
	background-image: url(../image/header.png);
	background-repeat: no-repeat;
	text-indent: -99999px;
	height: 80px;
}


/*コンテンツ*/
div#contents {
	width: 756px;
	background-image: url(../image/bg.png);
	background-repeat: repeat-y;
	min-height:100%;
	height: auto !important;
}
div#relativebox {
	position: relative;
	padding-top: 40px;
}


/*メインの内容*/
div#main {
	width: 491px;
	float: left;
}
/*フッター*/
p#footer {
	text-indent: -99999px;
	background-image: url(../image/footer.png);
	background-repeat: no-repeat;
	height: 200px;
	width: 756px;
	clear: both;
}

a:link,a:visited,a:active {
	color: #666666;
	text-decoration: none;
	outline:none;
}

a:hover {
	color: #999999;
	text-decoration: underline;
}
