@charset "utf-8";
/*-----------------------------------------------------------------------------------------------class=""でクリアさせる*/
.clear{
	clear:both;
}

/*-----------------------------------------------------------------------------------------------Cleafixハック
　　classで親boxに設定する事で子boxがはみ出る現象を回避
*/
.clearfix:after{
content:".";
display:block;
height:0;
clear:both;
visibility:hidden;
}
.clearfix{display:inline-table;zoom:1;}
/* \*/
* html .clearfix{height:1%;}
.clearfix{display:block;}
/* */

div.slide_box{
	height: 300px;
	width: 850px;
	margin-right: auto;
	margin-left: auto;
}
div.main_box{
	display: block;
	width: 850px;
	margin-right: auto;
	margin-left: auto;
	font-size: 78%;
	line-height: 1.5em;
}
h3.tit{
	background-image: url(../global_img/h2_line.jpg);
	background-repeat: no-repeat;
	display: block;
	background-position: left bottom;
	padding-bottom: 10px;
	margin-bottom: 20px;
}
h4.tit{
	background-image: url(../global_img/h3_icon.jpg);
	background-repeat: no-repeat;
	width: 810px;
	margin-right: auto;
	margin-left: auto;
	padding-left: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666;
}
h4.tit_s{
	background-image: url(../global_img/h3_icon.jpg);
	background-repeat: no-repeat;
	width: 380px;
	margin-right: auto;
	margin-left: auto;
	padding-left: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666;
}
h4.tit_sB{
	background-image: url(../global_img/h3_icon_b.jpg);
	background-repeat: no-repeat;
	width: 380px;
	margin-right: auto;
	margin-left: auto;
	padding-left: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666;
}

dl.b_box{
	display: block;
	float: left;
	width: 380px;
}
dl.b_txt{
}
dt.b_img{
	padding: 5px;
	float: left;
	border: 1px solid #999;
}
.b_imgB{
	padding: 0px;
	border: 1px solid #999;
	height: 58px;
}
ul.newP{
	display: block;
	float: left;
	width: 135px;
	list-style-type: none;
	padding: 0px;
}
dt.b_name{
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666;
	font-weight: bold;
}
dd.b_txt_p{
	text-align: left;
	display: block;
	float: right;
	width: 230px;
	}
div.main_b_box{
	display: block;
	width: 100%;	
	}
div.leftbox{
	display: block;
	float: left;
	width: 400px;
}
h3.tit_s{
	background-image: url(../global_img/h2_line.jpg);
	background-repeat: no-repeat;
	display: block;
	background-position: left bottom;
	padding-bottom: 10px;
	width: 500px;
	margin-bottom: 20px;
}
img.n_left{
	float:left;}
span.n_right{
	float: right;
	font-size: 11px;
	margin-top: 10px;
}
ul.seach{
	width: 750px;
}
li.search{
	float: left;
	margin-left: 5px;
	margin-bottom: 10px;
}
li.search_btn{
	text-align: center;
	width: 750px;
}

div.news{
	width: 500px;
	float: left;
}
ul.news{
	width: 480px;
	margin-right: auto;
	margin-left: auto;
	overflow: auto;
	padding-right: 10px;
	padding-left: 10px;
	height: 195px;
}
li.news{
	margin-bottom: 10px;
	font-size: 11px;
}

div.newsN{
	width: 850px;
	float: left;
}
ul.newsN{
	width: 830px;
	margin-right: auto;
	margin-left: auto;
	overflow: auto;
	padding-right: 10px;
	padding-left: 10px;
	height: 140px;
}
li.newsN{
	margin-bottom: 10px;
	font-size: 11px;
}
div.banaBox{
	/*height: 140px;
	height: 280px;*/
	width: 850px;
	margin-right: auto;
	margin-left: auto;
	display:block;

}
li.banaList{
	float: left;
	height: 125px;
	width: 125px;
	display: block;
	list-style-type: none;
	margin-bottom: 15px;
	margin-left: 15px;
}
ul.footBanaL{float: left;}
li.footBanaL{
	float: left;
	list-style-type: none;
}
ul.footBanaR{float: left;}




