/* CSS Document */
* {
margin:0px auto}

#all{
	width:840px;
	margin:auto;
	background-image:url(../img/back_line.gif);
}
#main{
	width:800px;
	margin:auto;
}
#header{
	width:800px;
}
#top{
	width:800px;
	height:150px;
}
#content{
	width:800px;
}
#navi{
	width:180px;
	float:left;
}
#honbun{
	width:600px;
	float: right;
}
#site_map{
	width:600px;
	text-align:center;
}
#footer{
	width:800px;
	height:30px;
	clear:both;
	text-align:center;
	background-image:url(../img/top_line.gif);
	color:#FFFF00;
}
.waku{
	width:600px;
}
.naka{
	width:133px;
	float:left;
	margin:2px 3px;
	font-weight:bold;
	background-image:url(../img/waku_back.gif);
	color: #FFFF00;
	padding:5px;
}
.naka2{
	width:133px;
	float:right;
	margin:2px 3px;
	font-weight:bold;
	background-image:url(../img/waku_back.gif);
	color: #FFFF00;
	padding:5px;
}
.naka3{
	width:143px;
	float:left;
	margin:2px 3px;
}
.naka4{
	width:143px;
	float:right;
	margin:2px 3px;
}
.cl{
	clear:both;
}
.kagewaku{
	width:550px;
	background-image:url(../img/categori_l_line.gif);
	background-position:right;
	background-repeat:repeat-y;
}
.kage_main{
	width:530px;
	padding:5px;
}
.kagewaku2{
	width:545px;
	height:15px;
}
.kage_shita{
	width:530px;
	height:13px;
	background-image:url(../img/categori_t_line.gif);
	float:left;
}
.kage_kado{
	width:15px;
	height:13px;
	float:right;
	background-image:url(../img/categori_kad.gif);
	background-repeat:no-repeat;
}
.nedann1{
	width:260px;
	float:left;
}

body p{
	margin:10px 10px;
	color:#336600;
	font-size:92%;
}
h1{
	font-size:12px;
	background-image:url(../img/top_line.gif);
	margin:2px;
	color: #FFFF00;
	text-align:center;
}
h2{
	font-size:12px;
	color:#003300;
	margin:3px;
	padding:2px;
	border-bottom:3px #009900 groove;
	border-right:3px #009900 groove;
}
h3{
	color: #333300;
	border-left:3px #009900 groove;
	height:80px;
	line-height:80px;
	padding:8px;
	background-image:url(../img/h3_line.gif);
}
h4{
	color: #FFFF00;
	border-left:3px #009900 groove;
	height:16px;
	line-height:16px;
	padding:8px;
	background-image: url(../img/h4_line.gif);
}
h5{
	font-size:110%;
	font-weight:bold;
	border-bottom:1px #666666 solid;
	padding:5px;
	margin:8px;
	color:#333300;
	border-left:5px #006600 groove;
}
h6{
	font-size:95%;
	font-weight:bold;
	padding:5px 30px;
	margin:8px;
	color:#333300;
	background-image:url(../img/h6_point.gif);
	background-position:left;
	background-repeat:no-repeat;
}
.style1 {
	color: #FFFFFF
}
.txt1{
	margin:5px 10px;
	padding:5px;
	color:#336600;
	font-size:95%;
	border-bottom:2px #333300 dotted;
}
.side_navi{
	width:165px;
	height:30px;
	padding:5px;
	color:#FFFF00;
	background-image:url(../img/navi_content.gif);
	font-weight:bold;
	line-height:30px;
	text-align:center;
}
.style2 {
margin:10px 10px;
	color: #FFFF00;
	font-size:92%;

}
.txt2{
	margin:5px 10px;
	padding:5px;
	color:#336600;
	font-size:95%;
	border-bottom:2px #333300 dotted;
	border-left:5px #336600 groove;
}


#navi a:link {
	color:#003300;
	text-decoration:none;
	width:150px;
}
#navi a:visited {
	color: #666600;
	text-decoration:none;
	width:150px;
}
#navi a:hover {
	color: #003300;
	background-color:#FFFF99;
	text-decoration:none;
	width:150px;
}

ul {
	padding: 0;
	margin: 0;
}
ul li {
	list-style-type: none;
}