@charset "UTF-8";
/* CSS Document */

*{
	margin:0;
	padding:0;
}


html{
	overflow-y:scroll;
	/*スクロールバーを出しっぱなし	*/
	}


body{
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";, sans-serif;
	font-size:14px;
	line-height:1.8;
	background-image:url(../images/bg_ground.gif);
}

div#bgbox{
	widows:100%;
	background-color:#AADBE7;
}


div#bodybox{
	width:950px;
	margin-left:auto;margin-right:auto;
	border:solid 0px;
	padding-bottom:0px;
}

div#topbox{
	width:100%;
	height:157px;
	background-repeat:no-repeat;
}

div#title{
	text-align:center;
	margin-left:15px;
}


div#contentsbox{
	width:100%;
	text-align:justify; text-justify: inter-ideograph;
	background-repeat:repeat-y;
	background-position:center;
	background-image:url(./images/bg_main.gif);
	background-repeat:repeat-y;

}


div#navbox{
	float:left;
	width:220px;
	margin-top:20px;
}


div#mainbox{
	float:left;
	width:469px;
	padding:10px 20px 10px 20px;
}

.paragraph{
	line-height:2.0;
	border-bottom-style:dashed;
	border-bottom-color:#999;
	border-bottom-width:1px;
	margin:15px 0px 10px 0px;
	padding:10px 0px 10px 0px;
}

.circle{
	position:relative ;top:4px; left:0px;
}


div#rightbox{
	float:right;
	width:0px;
	height:393px;
}

div#clearbox{
	clear:both;
}




div#footerbox{
	float:left;
	width:100%;
	height:40px;
}

div#footerline{
	height:3px;
	widows:100%;
	background-image:url(../images/bg_ground.jpg);
}

div#footerlinebox{
	height:3px;
	width:950px;
	margin-left:auto;margin-right:auto;
	line-height:0;
}


div#footer{
	width:950px;
	height:40px;
	margin-left:auto;margin-right:auto;
	padding-top:15px;
	border:solid 0px;
	text-align:right;
}


div#wood{
	height:0px;
	position:relative; top:-113px; left:0px;
}

div#copy{
	text-align:justify;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	position:relative; top:-26px; left:0px;
}



a img{
	border:none;
}

a:link{
	color:#327;
	text-decoration:none;
}
a:visited{
	color:#327;
	text-decoration:none;
}
a:hover{
	color:#854;
	/*border-bottom:solid 1px;*/
}


h2{
	font-size:20px; color:#333;
	font-weight:bold;
	margin-left:auto; margin-right:auto;
	padding-top:90px;
	padding-left:20px;
}




.cl{
	clear:both;
}

.clearfix:after{
    content:".";
    display:block;
    height:0;
    clear:both;
    visibility:hidden;
}

.clearfix{
    display:inline-block;
    min-height:1%;  /* for IE 7*/
}

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