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

p,h1,h2,h3,h4,h5,ul,ol,li{
	margin: 0px;
	padding: 0px;
	}
img{
	border:0px;
	}
	
.green{color:#006633}
.red{color:#CC0000}
.blue{
	color:#006699
}
.bg_blue{background-color:#CCFFFF;}

.zenkaku{font-family:"メイリオ","ＭＳ ゴシック", "Osaka－等幅"}
.fs12{font-size:12px;}

a:link{
	color:#000000;
	text-decoration:none;
}
a:visited{
	color:#000000;
	text-decoration:none;
}
a:hover,a:active{
	color:#ff6600;
	text-decoration:underline;
}
/*html{
	height:100%
	}*/
body{
	font-family:"メイリオ", "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	margin: 0px;
	padding: 0px;
	text-align:center;
	background-image:url(../images/bg.jpg);
	background-repeat: repeat-y;
	background-position: center;
	background-color:#FFFFFF;
/*	height:100%;*/
	}
	
#container_top{
	width: 900px;
	margin:auto;
	text-align:left;
	height:100%;
	background-color:#FFFFFF;
	background-image: url(../images/container_bg_top.jpg);
	background-repeat: repeat-y;
	}
	
#container{
	width: 900px;
	margin:auto;
	text-align:left;
	height:100%;
	background-color:#FFFFFF;
	background-image: url(../images/container_bg.jpg);
	background-repeat: repeat-y;
	}

#header{
	width:900px;
	height:70px;
	}
#header_pic{
	width:900px;
	height:130px;
	}
#header_pic_270{
	width:900px;
	height:270px;
	}
#pan{
	width:880px;
	height:30px;
	background-color:#FFFFFF;
	padding-right:20px;
	}
#pan p{
	font-size:12px;
	line-height:30px;
	text-align:right;
	}
#pan a:link{
	color:#0066CC;
	text-decoration:none;
}
#pan a:visited{
	color:#0066CC;
	text-decoration:none;
}
#pan a:hover,a:active{
	color:#ff6600;
	text-decoration:underline;
}

#navi_l{
	width:220px;
	float:left;
	padding-left:20px;
	}
#navi_l ul{
	width:200px;
	border-top:1px dotted #666666;
	font-size:16px;
	margin-bottom:20px;
	}
#navi_l li{
	height:40px;
	width:200px;
	line-height:40px;
	text-indent:25px;
	list-style-type:none;
	border-bottom:1px dotted #666666;
	background-image:url(../images/top_navi_bg.jpg);
	}
#navi_l li a{
	display:block;
	height:40px;
	width:200px;
	text-decoration:none;
	}
#navi_l li a:link{
	color:#006633;
}
#navi_l li a:visited{
	color:#006633;
}
#navi_l li a:hover{
	background-color:#FFFF99;
	text-decoration:none;
	color:#FFFFFF;
	background-image: url(../images/top_navi_bg_up.jpg);
	}
#navi_l p.indent{
	text-indent:15px;
	border-left:5px solid #669966;
	font-size:16px;
	}
	
#middle{
	width:335px;
	float:left;
	padding-left:50px;
	}
#middle p{
	font-size:13px;
	line-height:1.5em;
	}

#middle a:link{
	color:#000000;
	text-decoration:none;
}
#middle a:visited{
	color:#000000;
	text-decoration:none;
}
#middle a:hover,a:active{
	color:#ff6600;
	text-decoration:underline;
	position:relative;
	top:1px;
	left:1px;
}
#middle img.mb3{
	margin-bottom:3px;
}
	
#navi_r{
	width:240px;
	float:left;
	padding-left:35px;
	}
#navi_r p{
	font-size:14px;
	line-height:1.5em;
	}
#navi_r p.indent{
	text-indent:15px;
	border-left:5px solid #669966;
	}
#navi_r a:link{
	color:#000000;
	text-decoration:none;
}
#navi_r a:visited{
	color:#000000;
	text-decoration:none;
}
#navi_r a:hover,a:active{
	color:#ff6600;
	text-decoration:underline;
	position:relative;
	top:1px;
	left:1px;
}

#main{
	width:620px;
	float:left;
	padding-left:20px;
	padding-right:20px;
	}
#main h2{
	margin-bottom:20px;
	}
#main h2.first{
	margin-bottom:5px;
	}
#main h3{
	background-color: #FFFFCC;
	background-image: url(../images/main_h3_bg.jpg);
	/*border-left:10px double solid;*/
	line-height:40px;
	/*padding-top:8px;
	padding-bottom:2px;*/
	text-indent:50px;
	font-weight:normal;
	font-size:20px;
	color:#336633;
	margin-bottom:20px;
	}
#main h3.clear{
	clear:both
	}
#main img.mb{
	margin-bottom:20px;
	margin-right:20px;
	}
#main img.ml{
	margin-left:10px;
	}
#main p{
	font-size:14px;
	line-height:1.8em;
	}
#main p.pagetop{
	text-align:right;
	line-height:27px;
	margin-top:10px;
	}
#main p.link{
	font-size:13px;
	line-height:1.8em;
	margin-bottom:5px;
	}
#nain ul{
	font-size:14px;
	margin-bottom:20px;
	}
#main li{
	margin-left:20px;
	font-size:14px;
	line-height:1.5em;
	margin-bottom:14px;
	}
#main p.nd{
	margin-left:30px;
	padding-left:20px;
	text-indent:-20px;
	}
#main table{
	font-size:13px;
	line-height:1.5em;
	}
#main table.f14{
	font-size:14px;
	}

#main a:link,a:visited{
	color:#0066CC;
	text-decoration:none;
}
#main a:hover,a:active{
	color:#ff6600;
	text-decoration:underline;
	position:relative;
	top:1px;
	left:-1px;
}
	
#footer{
	clear:both;
	width:900px;
	height:80px;
	}
/*#footer p{
	font-size:12px;
	line-height:1.5em;
	}*/

