@charset "utf-8";

/*---------以下、リセット---------*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote,
a, img, small, strong, sub, sup, tt,
b, u, i, center,
dl, dt, dd, ol, ul, li,
table, tbody, tr, th, td{
	margin: 0;
	padding: 0;
	border: 0;
	font-style:normal;
    font-weight: normal;
	font-size: 12px;
	vertical-align: baseline;
}

ol, ul{
    list-style:none;
}

table{
    border-collapse: collapse;
    border-spacing:0;
}

a:focus {
	outline:none;
}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

.clearfix {
	min-height: 1px;
}

* html .clearfix {
	height: 1px;
	/*¥*//*/
	height: auto;
	overflow: hidden;
	/**/
}

/*---------以下、サイト共通ルール---------*/

.floatL{ float:left;}
.floatR{ float:right;}
.alignR{ text-align:right;}

.mgb10{ margin-bottom:10px;}
.mgb15{ margin-bottom:15px;}
.mgb20{ margin-bottom:20px;}

/*---------以下、共通ヘッダ---------*/

#siteHeader{
	width: 100%;
	background: #272727;
	z-index: 9999;
	top: 0;
	left: 0;
	position: fixed;
	text-align: left;
}

#siteHeaderInner{width:960px; height:30px; margin:0 auto; display:block; overflow:hidden; position:relative;}

#navi{height:30px; position:absolute; left:0; display:block;}
#navi li{height:30px; float:left;}
#navi li a{ padding:7px 10px 0; display:block; height:23px; color:#FFF; background:url(../../img/pc/site_head_divider.gif) left center no-repeat;}
#navi li:nth-child(1) a{ background:none;}
#navi li:hover a{ background:#474747; text-decoration:none;}

/*---------以下、サイト共通ルール---------*/

body{
	background:#FFF url(../../img/pc/bg.gif) repeat-x;
	color:#000;
	font-family: 'メイリオ','Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}
a{
	color: #000000;
	text-decoration: none;
}
a:hover{text-decoration:underline;}

/*---------以下、全ページ共通スタイル---------*/

#container{ width:960px; margin:0 auto; padding-top:30px;}

#navWrap{ height:70px; margin-bottom:14px; background:url(../../img/pc/nav.jpg) no-repeat; position:relative;}
#navWrap li{ float:left;}
#nav{ position:absolute; top:36px; left:120px; height:34px;}
#nav li{ width:120px; height:34px;}
#nav li a,#nav li span{ text-indent:-9999px; display:block; width:140px; height:34px;}
#nav li#nav1 a{background: url(../../img/pc/nav1.png) no-repeat;}
#nav li#nav2 a{background: url(../../img/pc/nav2.png) no-repeat;}
#nav li#nav3 a{background: url(../../img/pc/nav3.png) no-repeat;}
#nav li#nav4 a{background: url(../../img/pc/nav4.png) no-repeat;}
#nav li#nav5 a{background: url(../../img/pc/nav5.png) no-repeat;}
#nav li#nav6 a{background: url(../../img/pc/nav6.png) no-repeat;}
#nav li#nav7 a{background: url(../../img/pc/nav7.png) no-repeat;}
#nav li#nav1 a:hover{background: url(../../img/pc/nav_over1.png) no-repeat;}
#nav li#nav2 a:hover{background: url(../../img/pc/nav_over2.png) no-repeat;}
#nav li#nav3 a:hover{background: url(../../img/pc/nav_over3.png) no-repeat;}
#nav li#nav4 a:hover{background: url(../../img/pc/nav_over4.png) no-repeat;}
#nav li#nav5 a:hover{background: url(../../img/pc/nav_over5.png) no-repeat;}
#nav li#nav6 a:hover{background: url(../../img/pc/nav_over6.png) no-repeat;}
#nav li#nav7 a:hover{background: url(../../img/pc/nav_over7.png) no-repeat;}
#nav li#nav1.active span{background: url(../../img/pc/nav_over1.png) no-repeat;}
#nav li#nav2.active span{background: url(../../img/pc/nav_over2.png) no-repeat;}
#nav li#nav3.active span{background: url(../../img/pc/nav_over3.png) no-repeat;}
#nav li#nav4.active span{background: url(../../img/pc/nav_over4.png) no-repeat;}
#nav li#nav5.active span{background: url(../../img/pc/nav_over5.png) no-repeat;}
#nav li#nav6.active span{background: url(../../img/pc/nav_over6.png) no-repeat;}
#nav li#nav7.active span{background: url(../../img/pc/nav_over7.png) no-repeat;}
#nav li#nav5.coming a{background: url(../../img/pc/nav_coming5.png) no-repeat;}
#nav li#nav5.coming a:hover{background: url(../../img/pc/nav_coming_over5.png) no-repeat;}

h2{text-indent:-9999px; display:block; font-size:1px;}

.mainBlock{ width:960px; background:#f2f2f2 url(../../img/pc/box_top.gif) no-repeat; margin-bottom:20px;}
.mainBlockInner{ width:960px; background:url(../../img/pc/box_bottom.gif) no-repeat center bottom; padding:0 0 20px; position:relative;}

#bannerArea a{margin-bottom:20px; display:block;}

#toPageTop{ width:960px; height:46px; background:url(../../img/pc/totop.png) center bottom no-repeat; position:relative; margin-bottom:20px;}
#toPageTop a{position:absolute; right:5px; bottom:2px; display:block; width:96px; cursor:pointer;}

#siteFooter{ margin-bottom:20px; color:#CCC;}
#siteFooter #copyright{ float:right; color:#000;}
