@charset "Shift-JIS";
/*----------------------------------------------------------------------------------------
　　　　　　　　　　　　　　　　　　　　基本設定
----------------------------------------------------------------------------------------*/
*{margin: 0px;padding: 0px;}
img{border: 0px;vertical-align:top;}
body {
 font-size: 80%;
 line-height: 130%;
 font-weight: normal;
 text-decoration: none;
 color: #000000;
 word-break:break-all;
 background:#eafdb6 url(images/bg.gif) repeat-x;
}
li{ list-style-type: none;}

a:link {
 color: #0000FF;
 text-decoration:underline;
}
a:visited {
 color: #0000FF;
 text-decoration:underline;
}
a:hover {
 color: #FF0000;
 text-decoration:none;
}
a:active {
 color: #0000FF;
 text-decoration:underline;
}
.both{clear:both;height:1px;}
.both10{
	clear:both;
	height:10px;
}
.both20{
	clear:both;
	height:20px;
}
 
/*----------------------------------------------------------------------------------------
　　　　　　　　　　　　　　　　　　　　　文字設定
----------------------------------------------------------------------------------------*/
.fontsize8_linehi12 {
 font-size: 8pt;
 line-height: 12pt;
}
.fontsize10_linehi14 {
 font-size: 10pt;
 line-height: 14pt;
}
.fontsize12_linehi18 {
 font-size: 12pt;
 line-height: 18pt;
}
h1, h2, h3, h4, h5, h6{
 font-family: "ＭＳ Ｐゴシック", "Osaka";
 font-size: 8pt;
 line-height: 12pt;
 font-weight:normal;
}
.bold{ font-weight:bold;}
.font-red{color:red;}

/*----------------------------------------------------------------------------------------
　　　　　　　　　　　　　　　　　　　　　　全体
----------------------------------------------------------------------------------------*/
#wrapper{
 width:840px;
 margin:auto;
 text-align: left;
}
#outline_bg	{
 width:840px;
}

/*----------------------------------------------------------------------------------------
                                    メインコンテンツ設定
----------------------------------------------------------------------------------------*/
#page_body{
	width:838px;
	margin:auto;
	margin-top:13px;
	padding-top:17px;
	background:#FFFFFF url(images/bg_index1.gif) no-repeat bottom left;
	border:solid 1px #c8e3a6;
	border-bottom:none;
}
#page_body:after	{
 content:".";
 display:block;
 height:0;
 clear:both;
 visibility:hidden;
}
#contents{
	width:545px;
	float:right;
	text-align:left;
}
.page_body_end	{
 clear:both;
 margin-bottom:-1px;
}
