@charset "utf-8";
/* base */
*,html{
	margin:0px;
	padding:0px;
}
	

body{
	text-align:center;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size:12px;
}
ul,li{
	list-style-type:none;
}
img{
	border:none;
}
#container{
	width:946px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	}
/*\*/
* html #container {
    height: 1em;
    overflow: visible;
}
/**/
#wrapper{
	background-image:url(imgs/bg.jpg);
	width:100%;
	background-repeat:repeat-y;
	overflow:hidden;
	
}
#wrapper:after {
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}



/*header-----------------*/


#header{
	background-image:url(imgs/header.jpg);
	background-repeat:no-repeat;
	width:95%;
	padding-right:5%;
	padding-top:30px;
	height:23px;
	color:#FFF;
}

#header a{
	font-size:12px;
	color:#FFF;
}
h1{
	font-size:11px;
	text-align:right;
}
h1 strong{
	font-weight:normal;
}
	
/*title-----------------*/

#title{
	width:886px;
	height:202px;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
}

/*top-----------------*/

#top{
	width:886px;
	margin-left:auto;
	margin-right:auto;
	height:17px;
	padding-top:10px;

}
	
#top p.conuter{
	width:60%;
	font-size:13px;
	float:left;
}

#top p.menu{
	width:29%;
	font-size:13px;
	float:right;
	text-align:right;
}
#top ul li{
	float:right;
	margin-left:1%;
	list-style-type:none;
}

#top ul li a{
	color:#06F;}

/*main,bana,-----------------*/

#main{
	clear:both;
	width:886px;
	margin-left:auto;
	margin-right:auto;
}

#bana {
	width: 235px;
	float: left;
}


#bana ul li.saimoku {
	padding-top:15px;
	height:25px;
	width:90%;
	padding-left:10%;
	border-bottom:dotted 2px #CCC;
}
#bana ul li.saimoku2 {
	padding-top:10px;
	height:25px;
	width:80%;
	padding-left:20%;
	border-bottom:dotted 2px #CCC;
}

#bana ul li.saimoku a{
	text-decoration:none;
	font-weight:bold;
	color:#00F;
	
	}
#bana ul li.saimoku2 a{
	text-decoration:none;
	font-weight:bold;
	color:#00F;
	font-size:12px;
	
	}

#bana ul li.saimoku a:hover{
	text-decoration:underline;
	font-weight:bold;
	color:#F09;
	
	}



/*box---------------------------*/
#main-box {
	width: 621px;
	margin-left:20px;
	float: right;
}

.box{
	width:100%;
	border:1px solid #444;
	margin-bottom:15px;
	height:100px;
}
.box-oshirase{
	border:1px solid #444;
	margin-bottom:15px;
	height:150px;
	overflow:scroll;
	overflow-x:hidden;
}

.box-oshirase table{
	width:80%;
}

.box-oshirase table td{
	padding:5px;
}
.box-oshirase table td.new{
	width:20%;
	text-align:right;
	}

.box p{
	padding-left:10px;
	}
#main-box h2{
	background-image:url(imgs/bg_black.jpg);
	background-repeat:repeat-x;
	color:#FFF;
	font-size:13px;
	padding:10px 10px;
	margin-bottom:5px;
}

	
#main-box h2.news{
	background-image:url(imgs/bg_red.jpg);
	background-repeat:repeat-x;
	color:#FFF;
	font-size:14px;
	padding:10px 10px;
	margin-bottom:5px;
}
#main-box h3{
	font-size:15px;
	padding:10px 10px;
	margin-bottom:5px;
}

/*subpage*/

#sub-box {
	width: 621px;
	margin-left:20px;
	float: right;
}

#sub-box h2{
	padding:10px 10px;
	margin-bottom:5px;
	width:594px;
	height:151px;
}

#sub-box h3{
	padding:10px 10px;
	margin-bottom:5px;
	width:594px;
	background-image:url(imgs/bg_black.jpg);
	background-repeat:repeat-x;
	color:#FFF;
}

#sub-box h4{
	padding:10px 20px;
	margin-bottom:5px;
	width:594px;
	font-size:14px;
	
}

#sub-box p{
	width:95%;
	padding-left:5%;
	line-height:2em;
}


#sub-box table{
	margin-left:5%;
	width:80%;
	border-collapse:collapse;
}

#sub-box table td{
	border-bottom:1px solid #000;
}

#sub-box table.ryakureki{
	margin-left:5%;
	width:80%;

}

#sub-box table.ryakureki td{
	padding:10px;
}
	
#sub-box a{
	color:#06F;
}
	


/*form-----------------*/

form table td,form table th{
	padding:4px;
	text-align:left;
}


form table th{
	background-color:#09F;
	color:#FFF;
	font-size:12px;
}


/*footer-----------------*/
#footer{
	width:900px;
	height:87px;
	background-image:url(imgs/footer.jpg);
	background-repeat:no-repeat;
	clear:both;
	padding-top: 25px;
	padding-left: 40px;
	color: #FFF;
	text-align: center;
}
#footer a{
	color:#FFF;
	font-size:12px;
}
h4.link {
	border-left: 5px double #F00;
}
.list {
	padding-left: 30px;
	line-height: 2em;
}
#sub-box h2.report {
	height: auto;
}
