html,body
{
	padding: 0px;
	margin: 0px;
	background-color: #000000;
}

body#main_body
{

}

a
{
	border: 0px;
}


/* ページ基本の背景設定 */
div#page_bg_1
{
	background-image: url(../image/content_bg/02.png);
	background-repeat: no-repeat;
	background-position: 50% 0px;
	min-width: 1100px;
	height: 670px;
}

div#page_bg_2
{
	background-image: url(../image/content_bg/pattern_01.png);
	background-repeat: repeat-x;
	min-width: 1100px;
	height: 670px;
}


/* 嵐ロゴ */
img#arashi6_logo
{
	position: absolute;
	top: 23px;
	left: 45px;
}

/* アップデータバナー*/
img#update_btn
{
	position: absolute;
	top: 18px;
	right: 85px;
}

/* BGM */
div#bgm_box_top
{
	position: absolute;
	top: 33px;
	left: 205px;

	width: 190px;
	font-size: 9pt;
	color: #ffcc66;
	padding: 3px;
	z-index: 10;
}

div#bgm_box_top object
{
	position: relative;
	top: -200px;
	left:0px;
}

/* トップコンテンツ */
div#top_content
{
	background-image: url(../image/top_haikei_c.jpg);
	background-repeat: no-repeat;
	width: 1158px;
	height: 687px;
	margin: 0px auto 0px auto;
	position: relative;
}


/* コンテンツ */
div#content_box_top
{
	position: absolute;
	top: 94px;
	left: 36px;
	background-image: url(../image/top/top5.png);
	background-repeat: no-repeat;
	width: 1028px;
	height: 576px;
}

/* コンテンツ　その他のページ */
div#content_box_other_history,
div#content_box_other_outline,
div#content_box_other_system,
div#content_box_other_spec,
div#content_box_other_gallery,
div#content_box_other_special
{
	position: absolute;
	top: 94px;
	left: 36px;
	background-repeat: no-repeat;
	width: 1024px;
	height: 576px;
}

div#content_box_other_history{background-image: url(../image/content_bg/base_history.png);}/* ヒストリ */
div#content_box_other_outline{background-image: url(../image/content_bg/base_seihingaiyou.png);}/* 製品概要 */
div#content_box_other_system{background-image: url(../image/content_bg/base_system.png);}/* システム */
div#content_box_other_spec{background-image: url(../image/content_bg/base_dousakankyou.png);}/* 動作環境 */
div#content_box_other_gallery{background-image: url(../image/content_bg/base_gallery.png);}/* ギャラリー */
div#content_box_other_special{background-image: url(../image/content_bg/base_special.png);}/* スペシャル */
/*div#content_box_other_special{background-image: url(../image/content_bg/base_hatsubai.png);}*//* 発売情報 */


/* コンテンツ内のスクロールボックス */
div#content_inbox1
{
	position: absolute;
	top: 85px;
	left: 100px;
	width: 813px;
	height: 489px;
	padding: 1px;
	overflow: auto;
}

div#content_inbox1 h2.koumoku
{
	margin: 5px 10px;

}

div#content_inbox1 h2.koumoku2
{
	margin: 40px 10px 5px 10px;

}

div#content_inbox1 h3.koumoku
{
	margin: 5px 10px;
	text-align: center;
}

div#content_inbox1 h3.koumoku2
{
	margin: 30px 10px 5px 0px;
}



/* 基本のテキストボックス */
div#content_inbox1 div.default_text
{
	width: 728px;
	margin: 0px 0px 0px 40px;
}

div#content_inbox1 div.default_text p
{
	/*text-indent: 1em;*/
}


/* 基本のSSボックス */
ul.default_ss_box
{
	list-style-type: none;
	text-align: center;
	margin: 0px;
	padding: 0px;
	font-size: 0px;
}

ul.default_ss_box li
{
	display: inline;
	font-size: 10pt;
}

ul.default_ss_box li img
{
	margin: 5px;
}




/* メニュー */
div#menu_box
{
	position: absolute;
/*	background-image: url(../image/menu/line.png);
	background-repeat: no-repeat;
	background-position: bottom;*/
	top: 69px;
	left: 195px;
	width: 885px;
	height: 25px;
}

div#menu_box ul
{
	margin: 0px 0px 0px 5px;
	padding: 0px;
	list-style-type: none;
}

div#menu_box ul li
{
	float: left;
	margin: 0px 0px 0px 0px;
}


/* FOOTER BOX */
div#footer_box
{
	position: relative;
	text-align: center;
	width: 1100px;
	margin: 0px auto;
	padding: 1px;
}

div#footer_box p#info
{
	color: #ffffff;
	font-size: 10pt;
	width: 770px;
	margin: 10px auto 0px auto;
}

div#footer_box img#ssa_logo
{
	position: absolute;
	top: 10px;
	left: 950px;
}


/* 文章中のSS（概要、システム） */
div.ss_img_left,
div.ss_img_right
{
	margin: 10px;
	font-size: 9pt;
	font-weight: 900;
	text-align: center;
}

div.ss_img_left img,
div.ss_img_right img
{
	margin-bottom: 5px;
}

div.ss_img_left{float: left;}
div.ss_img_right{float: right;}



/* キャンペーンの詳細情報テーブル */
table.scenario_zyouken
{
	width: 600px;
	margin: 10px auto 30px auto;
	background-color: #000;
}

table.scenario_zyouken caption div
{
	border-top: 2px #ff6600 solid;
	border-bottom: 2px #ff6600 solid;
	border-left: 10px #ff6600 solid;
	border-right: 10px #ff6600 solid;
	background-color: rgba(255,100,50,0.3);
	padding: 5px 0px;
	text-align: center;
	font-weight: 900;
	font-size: 14pt;
	margin-bottom: 3px;
}

table.scenario_zyouken th
{
	width: 150px;
	font-size: 11pt;
	text-align: center;
	color: #fff;
	background-color: #333;
	padding: 3px;
	border: 1px #fff solid;
}

table.scenario_zyouken td
{
	padding: 3px;
	font-size: 11pt;
	color: #000;
	background-color: rgb(255,255,255);
}

#spec_price {
    position: absolute;
    top: 264px;
    left: 318px;
    z-index: 100;
}
