@charset "shift-jis";

/*コンテンツ全体共通CSS
------------------------------------------------------------ */
body {
	margin: 0px;
	text-align: center;
	/**h1タグ内e-CAPヘッダ枠の設定により変化
	----h1の高さブラス42px（"img/header.jpg"分の高さ）--**/
	background: #000000 url(img/bg_grd.jpg) repeat-x center 82px;
}

/*e-CAPヘッダ枠CSS
------------------------------------------------------------ */
.eCAPCOM-header {
	padding: 0px;
	margin-bottom: 0px;
	color:#FFFFFF;
	font-size: 75%;
	background-color: #000000;
	height: 40px;
}

/*プラットフォーム別説明CSS
------------------------------------------------------------ */
.xbox {
	color: #99FF00;
}
.ps3 {
	color: #990033;	
}
.buynow {
	text-align: center;
}
.buynow a {
	display: block;
	width: 358px;
	background: #000000 url(img/btn_buynow.jpg) no-repeat center center;
	margin: 0px auto;
	padding: 32px 0px;
	text-align: center;
}
.buynow a:hover {
	background: #000000 url(img/btn_buynow_r.jpg) no-repeat center center;
	color: #CCFF00;
	text-decoration: none;
}
/*テーブル内テキストCSS
------------------------------------------------------------ */
table {
	font-size: 80%;
	margin: 0px auto;
	color: #CCCCCC;
}
.nomal_font {
	font-size: 12px;
	color: #CCCCCC;
}
.bold_font {
	font-size: 16px;
	color: #990000;
	font-weight: bold;
}
a:link { color: #FF6633; }
a:visited { color: #CC6633; }
a:hover { color: #CC9900; }
a:active { color: #CC6633; }
