@charset "utf-8";

/* 下層ページ
--------------------------------------------*/






/* コンテナ 共通　
--------------------------------------------*/
#wrap {
	width:1050px;
	margin:20px auto 0 auto;
}

/* メインイメージ 共通
--------------------------------------------*/
#m_img {
	width: 1050px;
	height: 241;
	overflow:hidden;
	margin:0 auto 0 auto;
}

/* メインタイトル 共通
--------------------------------------------*/
div.title {
	width: 1050px;
	height: 50px;
	margin:0 auto 40px auto;
}


h2 {
	width: 847px;
	height: 91;
	margin:0 auto 0 auto;

}


/* ※ */


h4 {
	font-size:18px;
	padding:10px 100px 10px 0;
	float:right;
}




/* section 共通
--------------------------------------------*/
/* section */
section {
	width: 100%;
	height: auto;
	margin:0 auto 40px auto;
}

.se_box {
	width: 850px;
	height: auto;
	margin:0 auto 0 auto;
}



/* article */
article {
	margin-bottom:40px;
}


.lage{
	font-size:20px;
	padding-bottom:10px;
}

/* ヘッダー部分
--------------------------------------------*/

h1 {
	width: 1024px;
	text-align:center;
	font-size:15px;
	font-weight:300;
}


header {
	width: 100%;
	height:100px;
	margin:0 auto 0 auto;
	position:relative;
	border-bottom:solid 1px #999899;
}

#h_box {
	width: 1024px;
	height: auto;
	margin:0 auto 0 auto;
	overflow:hidden;
	
}


.h_rogo {
	width: 134px;
	height: 56px;
	float: left;
}


.ht {
	width: 569px;
	font-size: 12px;
	float: left;
	position: absolute;
	left: 198px;
	top: 22px;
	text-align: center;
}

.h_vboy {
	height:62px;
	float:right;
}


/* ナビ
--------------------------------------------*/
#h_nav {
	width:1024px;
	height:73px;
	margin:0 auto 30px auto;
}

.nav1{
	width:150px;
	height:73px;
	margin:0 25px 0 0;
	background-image: url(../images/common/nav1_on.png);
	background-position:center;
	background-repeat:no-repeat;
	float:left;
}

.nav2{
	width: 150px;
	height: 73px;
	margin:0 25px 0 0;
	background-image: url(../images/common/nav2_on.png);
	background-position:center;
	background-repeat: no-repeat;
	float: left;
}	

.nav3{
	width:150px;
	height:73px;
	margin:0 25px 0 0;
	background-image: url(../images/common/nav3_on.png);
	background-position:center;
	background-repeat:no-repeat;
	float:left;
}	


.nav4{
	width:150px;
	height:73px;
	margin:0 25px 0 0;
	background-image: url(../images/common/nav4_on.png);
	background-position:center;
	background-repeat:no-repeat;
	float:left;
}	


.nav5{
	width:150px;
	height:73px;
	margin:0 24px 0 0;
	background-image: url(../images/common/nav5_on.png);
	background-position:center;
	background-repeat:no-repeat;
	float:left;
}	

.nav6{
	width:150px;
	height:73px;
	background-image: url(../images/common/nav6_on.png);
	background-position:center;
	background-repeat:no-repeat;
	float:left;
}	






/* フッター
--------------------------------------------*/
.v-boy {
	width:100%;
	height:62px;
	background-image:url(../images/common/v-boy_c.png);
	background-repeat:no-repeat;
	background-position: bottom right;
	margin-bottom:-1px;
}


footer {
	width:100%;
	height:25px;
	margin:0 auto 20px auto;
	background-color:#323333;
	color:#FFFFFF;
	padding:5px 0 5px 0;
	font-size:12px;
}

.f_nav {
	float:left;
}


.ad {
	float:right;	
}

.f_tel {
	font-size:16px;
	margin-left:15px;
	float:right;	
}



/* リンク */
#ft2 a:link {
color:#000000;
} 

#ft2 a:visited { color: #000000; }

#ft2 a:hover { color: #0031FF; } 


#ft3 a:link { color:#000000; } 

#ft3 a:visited { color: #000000; }

#ft3 a:hover { 
color: #0031FF;
} 



#link {
	font-size:14px;
	text-align:right;	
}

/* リンク */
#link a:link {
color:#0031FF;

} 

#link a:visited { color: #0031FF; }

#link a:hover { 
color: #0031FF;
text-decoration:none;
} 



/* コピーライト
--------------------------------------------*/
#copy-text {
	font-size:12px;
	text-align:center;
	margin-bottom:20px;
}


/* ページトップ
--------------------------------------------*/
.pagetop {
width: 60px;
height: 60px;
position: fixed;
right: 0px;
}



/* テキストリンク基本
--------------------------------------------*/
/* リンク */
a:link {
color:#000000;

} 

a:visited { color: #000000; }

a:hover { 
color: #70B3F9;
opacity: 1.0;
filter: alpha(opacity=100);
text-decoration:none;
} 


/* フッターリンク */
footer a:link {
color:#ffffff;
text-decoration: none;

} 

footer a:visited { color: #ffffff; }

footer a:hover { 
color: #70B3F9;
opacity: 1.0;
filter: alpha(opacity=100);
text-decoration:none;
} 
