@charset "utf-8";
/* CSS Document */

body{
	line-height: 140%;
	font-size: 12px;
	color: #000000;
	margin: 20px 0px 10px 0px;
	/*background:#FFFFFF;*/
	/*background: #E3EBE2;*/
	background:#EAEAEA;
	margin:0px 0px 0px 0px;
}

.base{
	width:800px;
	height:auto;
	margin:0px auto 0px auto;
	border-left: #000000 1px solid;
	border-right: #000000 solid 1px;
	background:#FFFFFF;
}

.kaijo{
	clear:both;
}

.20space{
	height:auto;
	width:auto;
}

.40space{
	height:40px;
}

.to-top{
	margin:0px auto 0px auto;
	text-align:right;
}

/* header */
.header{
	height:115px;
	padding :20px 0 0 0;
	background:url(material/sunspot.gif);
	border-bottom:#000000 dotted 1px;
}

.h-textbox01{
	margin:0px auto 0px auto;
	padding:6px 0px 0px 0px;
	font-size:18px;
	font-weight: bold;
	text-align:center;
	line-height:140%;
}

.h-textbox01 a{
	color: #000000;
	text-decoration:none;
	padding:0px 0px 0px 0px;
	line-height:150%;
	text-decoration:underline;
}

.h-textbox01 a:hover{
	color: #FF0000;
}

.h-textbox02{
	margin:0px auto 10px auto;
	padding:8px 0px 0px 0px;
	font-size:14px;
	text-align:center;
}

/* center */
.left{
	width:200px;
	float:left;
	background:#FFFFFF url(material/sidebar_bg.gif);
	background-repeat: repeat-x;
}

.left-menu{
	margin:0px auto 0px auto;
	padding:10px 10px 10px 10px;
	font-size:14px;
}

.left-menu a{
	display:block;
	color: #000000;
	text-decoration:none;
	padding:10px 0px 0px 0px;
	line-height:90%;
	text-decoration:underline;
}

.left-menu a:hover{
	color: #FF0000;
}

.left-menu02{
	margin:0px auto 0px auto;
	padding:10px 10px 10px 10px;
	font-size:12px;
}

.left-menu02 a{
	display:block;
	color: #000000;
	text-decoration:none;
	padding:0px 0px 10px 0px;
	line-height:110%;
	text-decoration:underline;
}

.left-menu02 a:hover{
	color: #FF0000;
}



.right{
	width:574px;
	float: right;
	background:#FFFFFF;
	padding:10px 15px 20px 10px;
	border-left:#000000 dotted 1px;
}

.h1-box{
	height:25px;
	padding:10px 0px 0px 25px;
	font-size:18px;
	background:url(material/h1bar.gif);
	background-repeat:no-repeat;
	font-weight:bold;
	border-bottom: #006600 solid 1px;
}

.h-box02{
	height:25px;
	padding:10px 0px 0px 35px;
	background:url(material/h_bar02.gif);
	background-repeat:repeat-y;
	background-position:10px 0px;
	font-size:14px;
	font-weight:bold;
}

.c-textbox01{
	padding:0px 0px 0px 20px;
	line-height:150%;
}

.c-textbox02{
	padding:0px 0px 0px 250px;	
}

.c-textbox01 ol li{
	padding:10px 0px 5px 0px;
}

.c-textbox01 dd{
	padding:0px 0px 10px 0px;
}

/* footer */
.footer{
	clear: both;
	height:60px;
	background: url(material/footer_bg.gif);
	border-top:#000000 dotted 1px;
}