@charset "utf-8";
@import url("style.css");
@import url("slider.css");

body,td,th {
	font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	font-weight: normal;
	font-size: 12px;
	color: #888888;
}

body {
	background-image: url(../images/index_bg.jpg);
	background-repeat: repeat-x;
	margin-top:0;
}

#top_line{
	margin:0 auto;
	width:1000px;
	height:23px; 
}

#top_text{
	margin:3px 0 0 0;
	font-size:12px;
	width:805px;
	height:18px;
	float:left;
}

#top_1{
	margin:0;
	width:110px;
	height:23px; 
	float: right;
	text-align: right;
}
#top_2{
	margin:0 5px 0 0;
	width:71px;
	height:23px; 
	float: right;
	text-align: left;
}


#navi{
	margin:0 auto;
	width:1000px;
	height:53px;
	clear:both;
}

#sl{
	margin:0 auto;
	width:1000px;
	height:315px;
	clear:both;
}		




#main{
	margin:0 auto;
	width:1000px;
	height:1000px;
	border-right: #ECECFB 1px dotted;
	border-left: #ECECFB 1px dotted;
}



navi

#navi_line{
	height: 55px;
	width: 1006px;
	float:right;
	}

#navi_logo{
	height: 57px;
	width: 140px;
	float:left;
	
	}
#head_navi {
	float: left;
	text-align:left;
	margin:15px 0 0 57px;
	width:760px;
}
#head_navi li {
	display: block;
	float: left;
}
#head_navi li a {
	height: 53px;
	display: block;
	float: left;
}
#head_navi li.hn01 a {
	width: 167px;	
}
#head_navi li.hn01_over a {
	width: 167px;	
}
#head_navi li.hn01 a:hover {
	background: url(../images/nabi_top2.gif) no-repeat left top;
	text-indent: -9999px;
	width: 167px;
}
#head_navi li.hn02 a {
	width: 149px;
}
#head_navi li.hn02_over a {
	width: 149px;
}
#head_navi li.hn02 a:hover {
	background: url(../images/nabi_about2.gif) no-repeat left top;
	text-indent: -9999px;
	width: 149px;
}
#head_navi li.hn03 a {
	width: 138px;
}
#head_navi li.hn03_over a {
	width: 138px;
}
#head_navi li.hn03 a:hover {
	background: url(../images/nabi_ser2.gif) no-repeat left top;
	text-indent: -9999px;
	width: 138px;
}
#head_navi li.hn04 a {
	width: 140px;
}
#head_navi li.hn04_over a {
	width: 140px;
}
#head_navi li.hn04 a:hover {
	background: url(../images/nabi_recruit2.gif) no-repeat left top;
	text-indent: -9999px;
	width: 140px;
}
#head_navi li.hn05 a {
	width: 163px;
}
#head_navi li.hn05_over a {
	width: 163px;
}
#head_navi li.hn05 a:hover {
	background: url(../images/nabi_policy2.gif) no-repeat left top;
	text-indent: -9999px;
	width: 163px;
}


#slider{
	width:1007px;
	height:311px;
	margin:0 auto;
	}

#main_left{
	width:750px;
	height:auto;
	float:left;
	
}



#left_link{
	margin:20px 0 10px 20px;
	font-size:12px;
	width:705px;
	height:18px;
	float:left;
}

#left_ser{
	margin:20px 0 10px 20px;
	width:500px;
	height:23px;
	float:left;
	clear:both;
}

#left_pic{
	margin:20px 5px 10px 15px;
	width:348px;
	height:157px;
	float:left;	
}

#left_tit{
	margin:20px 5px 10px 20px;
	width:348px;
	height:19px;
	float:left;	
}


#right_tit{
	margin:5px 20px 20px 20px;
	width:107px;
	height:19px;
	float:right;	
}


#left_text{
	margin:10px 5px 30px 20px;
	width:340px;
	height:190px;
	float:left;
	line-height: 24px;　
}

#left_text2{
	margin:10px 5px 10px 20px;
	width:340px;
	height:130px;
	float:left;
	line-height: 24px;　
}



#main_right{
	width:250px;
	height:1000px;
	float:right;
	background-color: #ECECFB;
}


#main_right_bt{
	width:232px;
	margin:20px 0 0 10px;
}



#his{
	width:700px;
	height:180px;
	float:left;
	margin: 25px 0 0 20px;
	}


#footer{
	width: auto;
	height: 150px;
	background-color:#20202F;
}



<!--buttom bg-->

a.hover_image {
background-color:#fff; /*背景に白を設定*/
display:block; /*ブロック化重要！*/
}
a:hover.hover_image img{
opacity: 0.6;
filter: alpha(opacity=60);
}













