﻿@charset "UTF-8";

/* 共通レイアウト
------------------------------------------------------*/
body {
	background-color: #fff;
	color: #000;
	font-size: 13px;
	font-family: "ヒラギノ角ゴ Pro W3", "Osaka", "メイリオ", "ＭＳ Ｐゴシック", Arial, sans-serif;
	line-height: 1.5;
}

/* for IE7 */
*+html body {
	font-size: small;
	font-family: "メイリオ", "ＭＳ Ｐゴシック";
}

/* for IE6 */
* html body {
	font-size: small;
	font-family: "ＭＳ Ｐゴシック";
}

a {	text-decoration: none; outline:none;}
a:link		{ color: #fff; }
a:visited	{ color: #fff; }
a:hover		{ color: #ffcc00; text-decoration: underline;}
a:active	{ color: #ffcc00; }


#container {
	background: #fff url(../images/common/bg_container.jpg) repeat-x center top;
}

#wrapper {
	margin: 0 auto;
	background: url(../images/common/bg_wrapper.jpg) no-repeat center top;
	width: 100%;
	min-width:960px;
}

* html #wrapper {
	width:expression(document.body.clientWidth < 962? "960px" : "auto");
}


#header {
	width: 900px;
	margin:0 auto;
}

#title {
	width: 900px;
	margin:0 auto;
}

#mainCol {
	width: 870px;
	margin:0 auto;
	background:url(../images/common/bg_footer.jpg) no-repeat bottom center;
	padding:25px 15px 84px 15px;
}

/* ページトップに戻るボタン */
#pageTop {
	padding:10px 0;
	text-indent: -9999px;
}
#pageTop a{
	background: url(../images/common/btn_pagetop.jpg) no-repeat left top;
	width: 132px;
	height: 16px;
	float:right;
	overflow:hidden;
}
#pageTop a:hover {
	background-position: 0 -16px;
}

/*------------------------------------------------------
 共通
------------------------------------------------------*/


/* グローバルナビ
------------------------------------------------------*/
#gnavi {
	width: 510px;
	float:right;
	padding-top:16px;
}
#gnavi li {
	list-style-type: none;
	padding-left: 10px;
	float:left;
	width:92px;
	height:92px;
}
#gnavi li a {
	display: block;
	background: url(../images/common/btn_gnavi.png) no-repeat;
	text-indent: -9999px;
	width:92px;
	height:92px;
	
}
/* スペック */
#gnavi li.gn-top a {
	background-position: 0 0;
}
#gnavi li.gn-top a:hover {
	background-position: 0 -92px;
}

/* システム */
#gnavi li.gn-spec a {
	background-position: -92px 0;
}
#gnavi li.gn-spec a:hover {
	background-position: -92px -92px;
}
body#spec #gnavi li.gn-spec a {
	background-position: -92px -92px;
}
/* マップ */
#gnavi li.gn-system a {
	background-position: -184px 0px;
}
#gnavi li.gn-system a:hover {
	background-position: -184px -92px;
}
body#system #gnavi li.gn-system a {
	background-position: -184px -92px;
}
/* ムービー */
#gnavi li.gn-map a {
	background-position: -276px 0px;
}
#gnavi li.gn-map a:hover {
	background-position: -276px -92px;
}
body#map #gnavi li.gn-map a {
	background-position: -276px -92px;
}

/* ムービー */
#gnavi li.gn-movie a {
	background-position: -368px 0px;
}
#gnavi li.gn-movie a:hover {
	background-position: -368px -92px;
}
body#movie #gnavi li.gn-movie a {
	background-position: -368px -92px;
}






/* フッター
------------------------------------------------------*/
#footer {
	background-color:#0099FF;
	border-top:#80CCFF solid 1px;
	padding: 5px 0;
	min-width:1040px;
	width: expression(document.body.clientWidth < 1042? "1040px" : "auto");
}

#footer2 {
	background-color:#0099FF;
	border-top:#80CCFF solid 1px;
	padding:15px 0;
	text-align:center;
	color:#FFF;
	min-width:960px;
}

#footer2 ul{
	width:900px;
	margin:0 auto;
	padding-bottom:10px;
	
}

#footer2 li {
	list-style-type: none;
	display:inline;
	padding:0 10px;
	border-right:1px solid;
	
}

#footer2 li.last {
	border:0px;
}

#footer2 li.over a {
	color:#FC0; text-decoration:underline;
}


#footer2 address {
	font-size: 10px;
}

#socialbtn {
	width: 960px;
	z-index: 100;
	margin: 5px auto 0 auto;
}

#socialbtn li {
	float: left;
}

#socialbtn li.copy {
	float: right;
	color:#FFFFFF;
	font-size: 10px;
}


/* トップページ
------------------------------------------------------*/
#flashContent{
	position: relative;
	height: 750px;
	z-index: 0;
}

#swfArea {
	text-align: center;
	height: 750px;
	z-index: 99;
	background-color:#0099FF;
}

#swfArea li {
	list-style-type: disc;
	margin: 0 0 0 15px;
	padding: 0;
}

/* 汎用クラス
------------------------------------------------------*/
.clearfix:before,
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}
.clearfix:after {
    clear: both;
}
.clearfix {
    zoom: 1;
}

.hidden {
	position: absolute;
	width: 0;
	height: 0;
	overflow: hidden;
	margin: 0;
	padding: 0;
}

.fl-left { float: left; }
.fl-right { float: right; }

.mgt-10 { margin-top: 10px !important; }
.mgt-15 { margin-top: 15px !important; }


/*テキスト
----------------------------------------------------------------*/
.font-10 { font-size: 77%; }
.font-11 { font-size: 85%; }
.font-12 { font-size: 93%; }
.font-13 { font-size: 100%; }
.font-14 { font-size: 108%; }
.font-15 { font-size: 116%; }
.font-16 { font-size: 123.1%; }
.font-17 { font-size: 131%; }
.font-18 { font-size: 138.5%; }
.font-19 { font-size: 146.5%; }
.font-20 { font-size: 153.9%; }
.font-21 { font-size: 161.6%; }
.font-22 { font-size: 167%; }
.font-23 { font-size: 174%; }
.font-24 { font-size: 182%; }
