@charset "utf-8";
/* CSS Document */

/*---------------
	リセット
----------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	background: transparent;
}
body {
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
 
/* remember to define focus styles! */
:focus {
	outline: 0;
}
 
/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
 
/* tables still need 'cellspacing=&quot;0&quot;' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/*-----------------------
	共通クラス
-----------------------*/
.clearfix {width:100%;}
.clearfix:after{
    content: ""; 
    display: block; 
    clear: both;}

/*-----------------------
	全体
-----------------------*/
body{
	background-color:#FFF;
	font-size:12px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background-image: url(../images/bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#wrap{
	/*width:1000px;
	margin:auto;*/
}
#main{
	width:960px;
	margin:auto;
	padding-bottom: 40px;
}


/*-----------------------
	ヘッダー
-----------------------*/
#head{
	width:960px;
	height: 105px;
	display: block;
	overflow: hidden;
}
#head .logo a{
	width:671px;
	height: 0 !important;
	height /**/: 48px;
	padding-top: 48px;
	background-image: url(../images/logo.png);
	display: block;
	overflow: hidden;
	margin-top: 40px;
	float: left;
}
#head .h_menu{
	width:260px;
	float: right;
	margin-top: 66px;
}
#head .h_menu ul{
}
#head .h_menu li{
	background-image: url(../images/h_arrow.gif);
	background-repeat: no-repeat;
	background-position: 0px 1px;
	font-size: 12px;
	float: left;
	padding-left: 18px;
	height: 18px;
	padding-top: 0px;
	padding-right: 15px;
}
#head .h_menu li a:link,#head .h_menu li a:visited { 
	color:#666;
	text-decoration: underline;	
}
#head .h_menu li a:active,#head .h_menu li a:hover  {
	color:#333;
	text-decoration: none;
}



/*-----------------------
	グローバルナビ
-----------------------*/
#g_navi{
	margin:0px auto 0px auto;
	width:960px;
	height:62px;
	overflow:hidden;
	background-image:url(../images/g_nevi.gif);
	background-repeat:no-repeat;
}
#g_navi ul {
	margin: 0;
	padding: 0;
}
#g_navi li {
	list-style-type: none;
	margin: 0;
	padding: 0;
	overflow:hidden;
	height:62px;
	float:left;
}
#g_navi li a {
	display:block;
	overflow:hidden;
	text-align: left;
	height: 0 !important;
	height /**/: 62px;
	padding-top: 62px;
	background-image:url(../images/g_nevi.gif); 
	background-repeat:no-repeat;
}	
/*通常時*/
#g_navi01 a {
	width: 129px;
	background-position:0px 0px;
}
#g_navi02 a {
	width: 129px;
		background-position:-129px 0px;
}
#g_navi03 a {
	width: 129px;
		background-position:-258px 0px;
}
#g_navi04 a {
	width: 153px;
		background-position:-387px 0px;
}
#g_navi05 a {
	width: 129px;
		background-position:-540px 0px;
}
#g_navi06 a {
	width: 129px;
		background-position:-669px 0px;
}
#g_navi07 a {
	width: 160px;
		background-position:-798px 0px;
}
/*オンマウス時*/
#g_navi01 a:hover { background-position: 0px -62px;}
#g_navi02 a:hover { background-position: -129px -62px;}
#g_navi03 a:hover { background-position: -258px -62px;}
#g_navi04 a:hover { background-position: -387px -62px;}
#g_navi05 a:hover { background-position: -540px -62px;}
#g_navi06 a:hover { background-position: -669px -62px;}
#g_navi07 a:hover { background-position: -798px -62px;}


/*-----------------------
	フッター
-----------------------*/
#foot{
	width:100%;
	background-image: url(../images/foot.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	/*height: 189px;*/
	background-color: #ebebeb;
	border-top: 3px solid #2a4b98;
}
#foot .foot_in{
	width:960px;
	margin-right: auto;
	margin-left: auto;
	overflow:hidden;
}
#foot .foot_in .f_navi{
	width:960px;
	/*height: 125px;*/
	overflow:hidden;
}
#foot .foot_in .f_navi ul{
	margin: 0px;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	overflow:hidden;
}
* html #foot .foot_in .f_navi ul{
	padding-top: 12px;
}
#foot .foot_in .f_navi li{
	font-size: 13px;
	color: #666666;
	background-image: url(../images/f_arrow.gif);
	background-repeat: no-repeat;
	background-position: 0px 2px;
	float: left;
	padding-right: 37px;
	padding-left: 20px;
	list-style-type: none;
	padding-top: 0px;
	margin-top: 12px;
	height: 16px;
}
* html #foot .foot_in .f_navi li{
	margin-top: 2px;
}
#foot .foot_in .f_navi li.end{
	padding-right: 0px;
}
#foot .foot_in .f_navi li.end_br{
	padding-right: 0px;
	padding: 0px;
	background: none;
	clear: both;
}
#foot .foot_in .f_navi li a:link,#foot .foot_in .f_navi li a:visited { 
	color:#666;
	text-decoration: none;	
}
#foot .foot_in .f_navi li a:active,#foot .foot_in .f_navi li a:hover  {
	color:#333;
	text-decoration: underline;	
}
#foot .foot_in .left{
	width:300px;
	float: left;
	font-size: 12px;
	color: #FFFFFF;
	margin-top:64px;
	padding-bottom:16px;
}
#foot .foot_in .right{
	width:450px;
	float: right;
	font-size: 12px;
	color: #FFFFFF;
	text-align: right;
	margin-top:60px;
	padding-bottom:10px;
}
