/*全体のレイアウト設定*/
p {background-image:url(../../img/common/touka.gif);}
  
.clearfix { display: inline-table; }  
  
/* Hides from IE-mac \*/  
* html .clearfix { height: 1%; }  
.clearfix { display: block; }  
/* End hide from IE-mac */ }
#wrapper{
	width:980px;
	margin:0 auto;
	clear:both;
	background-color:#fff;
}
/*メイン部分*/
.main{
height:100%;
display:block;
clear: both;
}
.contents_box{
/*	height:100%;
*/clear: both;
}
.subtit{
	margin:30px 0px;
}
.contents_left{
	float:left;
	width:448px;
	margin-right:30px;
}
.contents_left_w230{
	float:left;
	width:230px;
	margin-right:30px;
}
.bt_right{
	width:980px;
	text-align:right;
	margin-top:30px;
	clear: both;
}

/*文字の設定*/
body{
	font-family:'Noto Sans Japanese', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'Yu Gothic', YuGothic, 游ゴシック体, Meiryo, メイリオ, sans-serif;
	font-size:1.1em;
	line-height:200%;
}
a{
	color:#099;
}
a:hover{
	color:#0CF;
}

.clearfix:after {  
  content: ".";   
  display: block;   
  height: 0;   
  clear: both;   
  visibility: hidden;  
}  

/*ヘッダー・ナビゲーション部分設定*/
#header{
	width:980px;
	height:50px;
	margin-bottom:10px;
	padding-top:25px;
	background-color:#fff;

}
#logo{
	float:left;
}
#tel{
	text-align:right;
}
#gnavi ul li{
	list-style:none;
	display:inline;
}
#gnavi {
height: 38px;
width:980px;
margin:30px 0px;
}
#navi01 a {
    background: url("../../img/common/gnavi.gif") no-repeat scroll 0 0px transparent;
    display: block;
    float: left;
    height: 0 !important;
    overflow: hidden;
    padding: 39px 0 0;
    width: 149px;
}

#navi01 a:hover {
background-position: 0 -39px;
}
#navi02 a {
    background: url("../../img/common/gnavi.gif") no-repeat scroll -149px 0px transparent;
    display: block;
    float: left;
    height: 0 !important;
    overflow: hidden;
    padding: 39px 0 0;
    width: 183px;
}

#navi02 a:hover {

background-position: -149px -39px;

}
#navi03 a {
    background: url("../../img/common/gnavi.gif") no-repeat scroll -332px 0px transparent;
    display: block;
    float: left;
    height: 0 !important;
    overflow: hidden;
    padding: 38px 0 0;
    width: 140px;
}

#navi03 a:hover {

background-position: -332px -39px;

}
#navi04 a {
    background: url("../../img/common/gnavi.gif") no-repeat scroll -472px 0px transparent;
    display: block;
    float: left;
    height: 0 !important;
    overflow: hidden;
    padding: 38px 0 0;
    width: 179px;
}

#navi04 a:hover {

background-position: -348px -39px;

}
#navi04 a {
    background: url("../../img/common/gnavi.gif") no-repeat scroll -472px 0px transparent;
    display: block;
    float: left;
    height: 0 !important;
    overflow: hidden;
    padding: 38px 0 0;
    width: 179px;
}

#navi04 a:hover {

background-position: -472px -39px;

}
#navi05 a {
    background: url("../../img/common/gnavi.gif") no-repeat scroll -651px 0px transparent;
    display: block;
    float: left;
    height: 0 !important;
    overflow: hidden;
    padding: 38px 0 0;
    width: 148px;
}

#navi05 a:hover {

background-position: -651px -39px;

}
#navi06 a {
    background: url("../../img/common/gnavi.gif") no-repeat scroll -799px 0px transparent;
    display: block;
    float: left;
    height: 0 !important;
    overflow: hidden;
    padding: 38px 0 0;
    width: 181px;
}

#navi06 a:hover {

background-position: -799px -39px;

}

/*サブフッター*/
#sub_footer{
	background-color:#FF3;
	height:360px;
	margin-top:30px;
}
#sub_footer ul li{
	float:left;
	list-style:none;
	margin-top:25px;
	margin-left:55px;
	padding-bottom:25px;
	margin-bottom:30px;
}
#top_main{
	height:430px;
}


/*フッター設定*/
#footer{
clear: both;
background-color:#333;
padding:30px 0px;
margin-top:30px;
}
#footer p,h4{
	width:980px;
	margin:0 auto;
	color:#fff;
}
#footer a{
	color:#fff;
}
#footer a:hover{
	color:#0CF;
}
