@charset "shift_jis";
body {
	padding: 0px;
	background: #DEE1E9 url(bk_page.gif) repeat-y center top;
	margin: 0px;
}
a {
	color: #5A928C;
}
a:hover {
	color: #A3C7C4;
}
h1 {
	font-size: 9pt;
	font-weight: normal;
	display: none;
}
h2 {
	background: url(bk_h2.jpg) no-repeat left;
	height: 32px;
	padding-left: 15px;
	color: #FFFFFF;
	font: normal 9pt/24pt "ＭＳ Ｐゴシック", Osaka;
}
h3 {
	color: #32638B;
	height: 28px;
	padding-left: 15px;
	font: normal 9pt/21pt "ＭＳ Ｐゴシック", Osaka;
	background: url(bk_h3.jpg) no-repeat bottom;
}
h1,h2,h3,p,ul{
	margin: 0px;
}
li{
	list-style-type: none;
}
img {
	border: none;
}
#wrapper {
	margin: 0px auto;
	padding: 0px;
	clear: both;
	width: 920px;
	background: url(bk_wrapper.jpg) no-repeat;
}


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

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


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

#contents {
	padding: 0px;
	clear: both;
	width: 860px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	color: #666666;
}
#side {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 200px;
	font: 9pt/12pt "ＭＳ Ｐゴシック", Osaka;
	color: #666666;
	display: inline;
	letter-spacing: 0.1em;
}
#menu{
	margin: 0px;
	padding: 0px;
}
#menutop {
	margin: 0px 0px 5px;
	padding: 0px;
	clear: both;
	height: 32px;
	width: 200px;
	background-image: url(m_top.jpg);
	background-repeat: no-repeat;
}
#menubottom{
	margin: 0px;
	padding: 0px;
	clear: both;
	height: 24px;
	width: 200px;
	background: url(m_bottom.jpg) no-repeat bottom;
}
#menu ul {
	margin: 0px;
	padding: 0px;
	float: none;
	clear: both;
	width: 200px;
}
#menu a {
	padding: 0px;
	height: 30px;
	width: 200px;
	display: block;
	margin: 0px;
	clear: both;
	color: #666666;
	text-decoration: none;
	line-height: 22pt;
	text-align: center;
	border-top: 1px none #8DB9E8;
	border-right: 1px none #8DB9E8;
	border-bottom: 1px dashed #8DB9E8;
	border-left: 1px none #8DB9E8;
}
#menu a:hover {
	padding: 0px;
	height: 30px;
	width: 200px;
	display: block;
	margin: 0px;
	clear: both;
	color: #A3C7C4;
	text-decoration: none;
	line-height: 22pt;
	text-align: center;
	border-top: 1px none #A3C7C4;
	border-right: 1px none #A3C7C4;
	border-bottom: 1px dashed #A3C7C4;
	border-left: 1px none #A3C7C4;
}
#main {
	margin: 0px;
	padding: 0px;
	clear: none;
	float: right;
	width: 630px;
	display: inline;
	font-size: 9pt;
}
#main p {
	font: 9pt/14pt "ＭＳ Ｐゴシック", Osaka;
	color: #666666;
	margin: 0px;
	padding: 10px 15px;
	clear: both;
}


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

#footer {
	margin: 0px auto;
	padding: 0px;
	clear: both;
	height: 62px;
	width: 900px;
	text-align: center;
	background: url(bk_footer.gif) no-repeat bottom;
	color: #536979;
	font: 8pt/15pt "ＭＳ Ｐゴシック", 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 */
