@charset "shift_jis";
body {
	margin: 15px;
	padding: 0px;
	background: #FFFFFF url(bk_page.jpg);
}
a {
	color: #829537;
}
a:hover {
	color: #99CC00;
}
h1 {
	font-size: 9pt;
	font-weight: normal;
	display: none;
}
h2 {
	font: normal 9pt/21pt "ＭＳ Ｐゴシック", Osaka;
	background: url(bk_h2.jpg) no-repeat left bottom;
	height: 33px;
	padding-left: 15px;
	color: #888888;
}
h3 {
	font: normal 9pt/22pt "ＭＳ Ｐゴシック", Osaka;
	color: #888888;
	background: url(bk_h3.jpg) no-repeat bottom;
	height: 30px;
	padding-left: 15px;
}
h1,h2,h3,p,ul{
	margin: 0px;
}
li{
	list-style-type: none;
}
img {
	border: none;
}
#wrapper {
	margin: 0px auto;
	padding: 0px;
	clear: both;
	width: 900px;
	background: #FFFFFF url(bk_wrapper.gif) repeat-y;
}


/*ヘッダー
------------------------------------------------------------------*/

#header {
	margin: 0px;
	padding: 0px;
	clear: both;
	height: 198px;
	width: 900px;
	background: url(bk_header.jpg) no-repeat;
}


/*コンテンツ
------------------------------------------------------------------*/

#contents {
	padding: 0px;
	clear: both;
	width: 900px;
	color: #AA9A88;
	background: url(bk_contents.jpg) no-repeat top;
	margin: 0px auto;
}
#side {
	margin: 80px 0px 0px 20px;
	padding: 0px;
	float: left;
	width: 200px;
	font: 9pt/12pt "ＭＳ Ｐゴシック", Osaka;
	color: #AA9A88;
	display: inline;
	letter-spacing: 0.1em;
}
#menu{
	margin: 0px;
	padding: 0px;
}
#menutop {
	margin: 0px;
	padding: 0px;
	clear: both;
	height: 30px;
	width: 200px;
	background-image: url(m_top.jpg);
	background-repeat: no-repeat;
}
#menubottom{
	margin: 0px;
	padding: 0px;
	clear: both;
	height: 15px;
	width: 200px;
	background-image: url(m_bottom.jpg);
	background-repeat: no-repeat;
}
#menu ul {
	margin: 0px;
	padding: 0px;
	float: none;
	clear: both;
	width: 200px;
}
#menu a {
	padding: 0px 0px 0px 23px;
	height: 30px;
	width: 177px;
	display: block;
	margin: 0px;
	clear: both;
	background: url(menu1.jpg) no-repeat left bottom;
	color: #AA9A88;
	text-decoration: none;
	line-height: 22pt;
}
#menu a:hover {
	padding: 0px 0px 0px 23px;
	height: 30px;
	width: 177px;
	display: block;
	margin: 0px;
	clear: both;
	background: url(menu2.jpg) no-repeat left bottom;
	color: #937E68;
	text-decoration: none;
	line-height: 22pt;
}
#main {
	margin: 50px 20px 0px 0px;
	padding: 0px;
	clear: none;
	float: right;
	width: 630px;
	display: inline;
	font-size: 9pt;
}
#main p {
	font: 9pt/14pt "ＭＳ Ｐゴシック", Osaka;
	color: #AA9A88;
	margin: 0px;
	padding: 10px 15px;
	clear: both;
}


/*フッター
------------------------------------------------------------------*/

#footer {
	margin: 0px;
	padding: 0px;
	clear: both;
	height: 65px;
	width: 900px;
	text-align: center;
	background: url(bk_footer.jpg) no-repeat bottom;
	color: #888888;
	font: 8pt/23pt "ＭＳ Ｐゴシック", Osaka;
}

/*コピーライト箇所（変更しないで下さい）
------------------------------------------------------------------*/

.kannacopy {
	text-align: center;
	font-size: 8pt;
}



/*clearfix（変更しないで下さい）
------------------------------------------------------------------*/
.clearfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}

.clearfix { display: inline-block; }

/* Hides from IE-mac \*/
*html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */
