@charset "utf-8";

*{
	padding:0;
	margin:0;
	list-style:none;

  }
  
#wrap{
	width:100%;
	}
	
#primary{
	width:1056px;
	margin-left:auto;
	margin-right:auto;
	height:1056px;

	}
	
#header_logo{
	margin-top:20px;
	}
	
#heading_text{
	margin-bottom:15px;
	text-align:center;
	font-size:18px;
	font-weight:bold;
	color:#6e6e6e;
	}
	
#container{
	padding-left:42px;
	padding-right:42px;
	}
	
	
#side_nav{
	float:left;
	width:180px;
	height:2000px;
	margin-right:30px;
	margin-top:30px;
	}
	
#side_nav ul{
	float:left;
	display:block;
	width:180px;
	}
	
#side_nav li{
	float:left;
	display:block;
	width:180px;
	margin-top:3px;
	}
	
#side_nav li img{
	float:left;
	display:block;
	overflow:hidden;
	width:180px;
	}
	
#side_nav li a{
	float:left;
	display:block;
	width:180px;
	text-indent:0px;
	text-indent:-9999px;
	}
	
li#soukai a:link{
	background:url(../img/soukai.jpg);
	background-repeat:no-repeat;
	background-position:0 0;
	width:180px;
	height:50px;
	}
	
li#soukai a:hover{
	background:url(../img/soukai_on.jpg);
	background-repeat:no-repeat;
	background-position:0 0;
	width:180px;
	height:50px;
	}

li#menbar a:link{
	background:url(../img/side_menbar.jpg);
	background-repeat:no-repeat;
	background-position:0 0;
	width:180px;
	height:50px;
	}
	
li#menbar a:hover{
	background:url(../img/side_menbar_on.jpg);
	background-repeat:no-repeat;
	background-position:0 0;
	width:180px;
	height:50px;
	}

	
li#officer a:link{
	background:url(../img/side_officer.jpg);
	background-repeat:no-repeat;
	background-position:0 0;
	width:180px;
	height:50px;
	}
	
li#officer a:hover{
	background:url(../img/side_officer_on.jpg);
	background-repeat:no-repeat;
	background-position:0 0;
	width:180px;
	height:50px;
	}
	

li#finance a:link{
	background:url(../img/side_finance.jpg);
	background-repeat:no-repeat;
	background-position:0 0;
	width:180px;
	height:50px;
	}
	
li#finance a:hover{
	background:url(../img/side_finance_on.jpg);
	background-repeat:no-repeat;
	background-position:0 0;
	width:180px;
	height:50px;
	}
	
li#shiryou a:link{
	background:url(../img/shiryou.jpg);
	background-repeat:no-repeat;
	background-position:0 0;
	width:180px;
	height:50px;
	margin-bottom:15px;
	}
	
li#shiryou a:hover{
	background:url(../img/shiryou_on.jpg);
	background-repeat:no-repeat;
	background-position:0 0;
	width:180px;
	height:50px;
	margin-bottom:15px;
	}

li#ca17 a:link{
	background:url(../img/2017.jpg);
	background-repeat:no-repeat;
	background-position:0 0;
	width:180px;
	height:50px;
	}
	
li#ca17 a:hover{
	background:url(../img/2017_on.jpg);
	background-repeat:no-repeat;
	background-position:0 0;
	width:180px;
	height:50px;
	}
	
li#ca16 a:link{
	background:url(../img/2016.jpg);
	background-repeat:no-repeat;
	background-position:0 0;
	width:180px;
	height:50px;
	}
	
li#ca16 a:hover{
	background:url(../img/2016_on.jpg);
	background-repeat:no-repeat;
	background-position:0 0;
	width:180px;
	height:50px;
	}
	
li#ca15 a:link{
	background:url(../img/2015.jpg);
	background-repeat:no-repeat;
	background-position:0 0;
	width:180px;
	height:50px;
	}
	
li#ca15 a:hover{
	background:url(../img/2015_on.jpg);
	background-repeat:no-repeat;
	background-position:0 0;
	width:180px;
	height:50px;
	}
	
	
li#ca14 a:link{
	background:url(../img/2014.jpg);
	background-repeat:no-repeat;
	background-position:0 0;
	width:180px;
	height:50px;
	}
	
li#ca14 a:hover{
	background:url(../img/2014_on.jpg);
	background-repeat:no-repeat;
	background-position:0 0;
	width:180px;
	height:50px;
	}
	
li#sure a:link{
	background:url(../img/sred_banner.jpg);
	background-repeat:no-repeat;
	background-position:0 0;
	width:180px;
	height:110px;
	margin-top:10px;
	}
	
li#sure a:hover{
	background:url(../img/sred_banner_on.jpg);
	background-repeat:no-repeat;
	background-position:0 0;
	width:180px;
	height:110px;
	}
	
li#inin a:link{
	background:url(../img/inin.jpg);
	background-repeat:no-repeat;
	background-position:0 0;
	width:180px;
	height:110px;
	margin-top:10px;
	}
	
li#inin a:hover{
	background:url(../img/inin.jpg);
	background-repeat:no-repeat;
	background-position:0 0;
	width:180px;
	height:110px;
	}
	
	
.main_right{
	float:left;
	width:760px;
	margin-top:40px;
	margin-bottom:40px;
	}
	
.main_left{
	width:210px;
	}
	
	
	
	
table {
	background-color: #ffffff;
	border-top:#ffffff 3px double;
	border-collapse: collapse;
	font-size: 15px;
	width: 760px;;
	color:#333333;
} 
table th.t_top {
	border-bottom: #dcdddd 1px solid;
	background-color: #efefef;
	text-align: left;
	padding: 10px;
} 
table td.t_line01 {
	background-color: #fff;
	text-align: left;
	padding: 10px;
	vertical-align: top;
}
table td.t_line02 {
	background-color: #f7f8f8;
	text-align: left;
	padding: 10px;
	vertical-align: top;
}