@charset "UTF-8";
/*------------------------------------------------------
共通レイアウト
------------------------------------------------------*/
body {
	background-color:#000;
	color: #FFFFFF;
	font-size: 12px;
	font-family: "メイリオ", "ヒラギノ角ゴ Pro W3", "Osaka", "ＭＳ Ｐゴシック", Arial, sans-serif;
	line-height: 1.3em;
}
#container {
	margin: 0 auto;
	width:100%;
	min-width: 960px;
	background: #000000 url(../images/common/bg_yrep.jpg) repeat-y center top;
	position:relative;
}
/* for IE7 */
*+html body {
	font-size: small;
	font-family: "メイリオ", "ＭＳ Ｐゴシック";
}
/* for IE6 */
* html body {
	font-size: small;
	font-family: "ＭＳ Ｐゴシック";
}

a {	text-decoration: underline; outline:none;}
a:link		{ color: #FF9900; }
a:visited	{ color: #FF9900; }
a:hover		{ color: #FF9900; }
a:active	{ color: #FF9900; }


/* ヘッダー
------------------------------------------------------*/
#header {
	margin: 0 auto;
	width: 963px;
	height: 170px;
	position: relative;
}
#header h1 {
	position: absolute;
	top: 40px;
	left: -6px;
	width: 264px;
	height: 131px;
}
/* グローバルナビ
------------------------------------------------------*/
.gnavi {
	position: absolute;
	top:71px;
	right:-48px;
	width: 800px;
	text-align:center;
}
.gnavi li {
	display:inline-block;
}
/* メイン
------------------------------------------------------*/
#wrapper {
	background: url(../images/common/bg.jpg) no-repeat center top;
	margin: 0 auto;
	min-width: 960px;
	width:100%;
}
.mainCol {
	margin: 0 auto;
	width: 963px;
}
.mainCol-inner {
	padding: 20px 0;
	z-index:9999; 
	position: relative;
}
.mainCol-box {
	margin: 0 auto;
	width: 963px;
	background: url(../images/common/bg_mainCol-yrep.png) center top repeat-y;
}
/* フッター
------------------------------------------------------*/
#footer-bnr {
	width: 940px;
	margin: 0 auto;
	padding-bottom:20px;
}
#footer-bnr ul {
	text-align: center
}
#footer-bnr ul li {
	display: inline-block;
	padding:0 5px;
}
#footer {
	width: 100%;
	min-width: 963px;
	height: 119px;
	background: #fff url(../images/common/footer/bg_footer_xrep.png) repeat-x;
}
#footer .foot_wrap {
	width: 963px;
	margin: 0 auto;
	padding-top: 20px;
}
#footer .copyright {
	float: left;
	width: 900px;
}
#footer .bandai_logo {
	float: right;
}
/* 汎用クラス
------------------------------------------------------*/
#gnavi:before, #gnavi:after, .clearfix:before, .clearfix:after {
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}
#gnavi:after, .clearfix:after {
	clear: both;
}
#gnavi, .clearfix {
	zoom: 1;
}
.fl-left {
	float: left;
}
.fl-right {
	float: right;
}
a.link-btn:hover img {
	filter: Alpha(style=0, opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	-ms-filter : alpha(opacity=60);
}
.center {
	display: block;
	margin: 0 auto;
	text-align: center;
}
.red{
	color:#F00;
}
.mgt-10 {
	margin-top: 10px !important;
}
.mgt-15 {
	margin-top: 15px !important;
}
.mgt-20 {
	margin-top: 20px !important;
}
.mgt-30 {
	margin-top: 30px !important;
}
.mgb-10 {
	margin-bottom: 10px !important;
}
.mgb-15 {
	margin-bottom: 15px !important;
}
.mgb-20 {
	margin-bottom: 20px !important;
}
.pdt-10 {
	padding-top: 10px !important;
}
.pdt-15 {
	padding-top: 15px !important;
}
.pdt-20 {
	padding-top: 20px !important;
}
.pdb-10 {
	padding-bottom: 10px !important;
}
.pdb-15 {
	padding-bottom: 15px !important;
}
.pdb-20 {
	padding-bottom: 20px !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%;
}
