/* =====================================
　　　　　　　　　　　共通 
　 ===================================== */

body{
	margin: 0px;
	background-color: #000000;
	color:#FFFFFF;
}

a{ color: #FFFFFF; }
a:link{ color: #FFFFFF; }
a:visited{ color: #FFFFFF; }
a:active{ color: #FFFFFF; }
a:hover{ color: #FF0000; }

/* ヒストリー用のボディ  */
.body_list{
	margin: 0px 5px;
}

.body_list a{ color: #FFCC00; text-decoration: none; }
.body_list a:hover{ color: #FFCC00; text-decoration: underline; }
.body_list a:visited { color: #FFCC00; }

/* コミュニティ用のボディ  */
.body_comm{
	background-color : #673301;
	margin: 10px;
}

/* コミュニティ一覧用のボディ  */
.body_comm_list{
	background-color : #330000;
	margin: 10px;
}


/* 800×600の枠 (new series) */
#edge_series{
	position:relative;
	width:801px; height:627px;
	margin-right: auto; margin-left: auto;
	text-align:left;
	background-image : url(../common_img/bg_sub01.jpg);
	background-repeat: no-repeat;
}

/* 800×600の枠 (information) */
#edge_info{
	position:relative;
	width:801px; height:627px;
	margin-right: auto; margin-left: auto;
	text-align:left;
	background-image : url(../common_img/bg_sub02.jpg);
	background-repeat: no-repeat;
}

/* 800×600の枠 (history) */
#edge_history{
	position:relative;
	width:801px; height:627px;
	margin-right: auto; margin-left: auto;
	text-align:left;
	background-image : url(../common_img/bg_sub03.jpg);
	background-repeat: no-repeat;
}

/* 800×600の枠 (virtual shop) */
#edge_virtual{
	position:relative;
	width:801px; height:627px;
	margin-right: auto; margin-left: auto;
	text-align:left;
	background-image : url(../common_img/bg_sub04.jpg);
	background-repeat: no-repeat;
}

/* 800×600の枠 (privacy policy) */
#edge_privacy{
	position:relative;
	width:801px; height:627px;
	margin-right: auto; margin-left: auto;
	text-align:left;
	background-image : url(../common_img/bg_sub04.jpg);
	background-repeat: no-repeat;
}

/* 650×700の枠 (community) */
#edge_comm{
	position:relative;
	width:630px; height:650px;
	margin-right: auto; margin-left: auto;
	text-align:left;
}

/* 650×700の枠 (community:シューティングゲーム一覧) */
#edge_minigame_list01{
	position:relative;
	width:630px; height:650px;
	margin-right: auto; margin-left: auto;
	text-align:left;
	background-image : url(../community/img/minigame_bg01.jpg);
	background-repeat: no-repeat;
}

/* 650×700の枠 (community:アクションゲーム一覧) */
#edge_minigame_list02{
	position:relative;
	width:630px; height:650px;
	margin-right: auto; margin-left: auto;
	text-align:left;
	background-image : url(../community/img/minigame_bg02.jpg);
	background-repeat: no-repeat;
}

/* 650×700の枠 (community:パズルゲーム一覧) */
#edge_minigame_list03{
	position:relative;
	width:630px; height:650px;
	margin-right: auto; margin-left: auto;
	text-align:left;
	background-image : url(../community/img/minigame_bg03.jpg);
	background-repeat: no-repeat;
}

/* 650×700の枠 (community:？？？ゲーム一覧) */
#edge_minigame_list04{
	position:relative;
	width:630px; height:650px;
	margin-right: auto; margin-left: auto;
	text-align:left;
	background-image : url(../community/img/minigame_bg04.jpg);
	background-repeat: no-repeat;
}

/* 650×700の枠 (community:新作ゲーム一覧) */
#edge_newgame_list{
	position:relative;
	width:630px; height:650px;
	margin-right: auto; margin-left: auto;
	text-align:left;
	background-image : url(../community/img/newgame_bg.jpg);
	background-repeat: no-repeat;
}

/* 650×700の枠 (community:OHTER一覧) */
#edge_other_list{
	position:relative;
	width:630px; height:650px;
	margin-right: auto; margin-left: auto;
	text-align:left;
	background-image : url(../community/img/other_bg.jpg);
	background-repeat: no-repeat;
}

/* 650×700の枠 (community:詳細) */
#edge_comm_under{
	position:relative;
	width:630px; height:650px;
	margin-right: auto; margin-left: auto;
	text-align:left;
	background-image : url(../community/img/tab_header.jpg);
	background-repeat: no-repeat;
}

.centering{
	text-align: center;
}

.bottom{
	vertical-align:bottom;
}

.middle{
	vertical-align:middle;
}

/* =====================================
　　　　　　　　　　　ヘッダー 
　 ===================================== */

/* ヘッダー関係（大枠） */
#header{
	position:absolute;
	top:0px; left:219px;
	width:581px; height:66px;
	margin:0px; padding: 0px;
}

/* ヘッダー関係（ロゴ） */
#logo01{
	position:absolute;
	top:0px; left:0px;
	width:271px; height:66px;
	margin:0px; padding: 0px;
}

/* ヘッダー関係（コミュニティ用ロゴ） */
#hc_logo{
	position:absolute;
	top:15px; left:380px;
	width:222px; height:65px;
	margin:0px; padding: 0px;
}

/* ヘッダー関係（新作メニュー） */
#h_menu_bar{
	position:absolute;
	top:54px; left:285px;
	width:245px; height:85px;
	margin:0px; padding: 0px;
	list-style: none;
}

.h_menu{
	line-height:80%;
	margin:0px; padding: 0px;
	float: left;
}

/* =====================================
　　　　　　　　　サイドメニュー 
　 ===================================== */

/* サイドメニュー関係 (大枠)*/
#side{
	position:absolute;
	top:82px; left:2px;
	width:155px; height:560px;
	margin:0px; padding: 0px;
}

/* サイドメニュー関係（上部メニュー） */
#s_menu_bar01{
	position:absolute;
	top:27px; left:13px;
	height:140px;
	margin:0px; padding: 0px;
}

.s_menu01{
	padding: 6px 5px;
}

/* サイドメニュー関係（下部メニュー） */
#s_menu_bar02{
	position:absolute;
	top:264px; left:13px;
	width:155px; height:80px;
	margin:0px; padding: 0px;
}

.s_menu02{
	padding: 4px 5px;
}

/* サイドメニュー関係（ミニシアター） */
#s_menu_bar03{
	position:absolute;
	top:350px; left:13px;
	width:155px; height:80px;
	margin:0px; padding: 0px;
}

.s_menu03{
	padding: 4px 5px;
}

/* サイドメニュー関係（下部ロゴ） */
#s_logo{
	position:absolute;
	top:425px; left:13px;
	width:165px; height:80px;
	margin:0px; padding: 0px;
}

/* サイドメニュー関係（コミュニティ用） */
#c_logo{
	position:absolute;
	top:525px; left:13px;
	width:600px; height:80px;
	margin:0px; padding: 0px;
	text-align:center;
}

/* サイドメニュー関係（コミュニティ用） */
#c_logo_under{
	position:absolute;
	width:580px; height:80px;
	margin:60px 0px 0px 0px; padding: 0px;
	text-align:center;
}


/* =====================================
　　　　　　中央コンテンツ （現在使用中）
　 ===================================== */

/* 中央コンテンツ（大枠） */
#center_img{
	position:absolute;
	top:160px; left:219px;
	width:524px; height:548px;
	margin:0px; padding: 0px;
}

/* 中央コンテンツ（インフォ・ヒストリ上部メニュー枠） */
#center_menu{
	position:absolute;
	top:27px; left:10px;
	width:567px; height:15px;
	margin: 15px 0px 0px 0px; padding: 0px;
}

/* 中央コンテンツ（コミュニティ上部メニュー枠） */
#center_menu_comm{
	position:absolute;
	top:272px; left:0px;
	width:600px; height:11px;
	margin: 0px; padding: 0px;
}

.c_menu{
	line-height:80%;
	margin:0px; padding: 0px;
	float: right;
}

/* 中央コンテンツ（インフォ・ヒストリ上部メニュー） */
#menu_bar{
	margin: 0px; padding: 0px;
	list-style: none;
}

/* 中央コンテンツ（バーチャルショップタイトル枠） */
#virtual_title{
	position:absolute;
	width:524px; height:31px;
	background: url(../img_vr/title.gif) no-repeat;
	margin:0px; padding: 0px;
}

/* 中央コンテンツ（バーチャルショップメニュー枠） */
#v_menu_bar{
	position:absolute;
	top:5px; right:0px;
	height:17px;
	margin:0px 10px 0px 10px; padding: 0px;
	list-style: none;
}

/* 中央コンテンツ（コミュニティ：ゲーム下層ナビメニュー） */
#menu_bar_game_under{
	margin: 7px 25px 0px 0px; padding: 0px;
	list-style: none;
}

/* 中央コンテンツ（インフォ・ヒストリ一覧枠） */
#center_text{
	position:absolute;
	top:85px; left:5px;
}

/* 中央コンテンツ（プライバシー一覧枠） */
#center_text_nomenu{
	position:absolute;
	top:55px; left:5px;
}

/* 一覧用リンク設定 */
.list_link a{
	color: #FFCC00;
	text-decoration: none;
}

.list_link a:hover{
	color: #FFCC00;
	text-decoration: underline;
}

.list_link a:visited {
	color: #FFCC00;
}

/* 中央コンテンツ（バーチャルショップ一覧枠） */
#center_text_scroll{
	position:absolute;
	height:402px;width:547;
	top:55px; left:5px;
	margin: 0px; padding: 0px;
	overflow:auto;
}

/* 中央コンテンツ（購入手続き枠） */
#center_text_buy{
	position:absolute;
	height:auto;width:547;
	top:55px; left:5px;
	margin: 0px; padding: 0px;
	overflow:visible;
}

#center_text_buy table{
	color: #000000;
}

#center_text_buy a { color: #0000FF; }
#center_text_buy a:link { color: #0000FF; }
#center_text_buy a:visited { color: #0000FF; }
#center_text_buy a:active{ color: #0000FF; }
#center_text_buy a:hover{ color: #FF0000; }

/* 中央コンテンツ（コミュニティ一覧枠） */
#center_text_game{
	position:absolute;
	top:300px; left:80px;
}

/* 中央コンテンツ（コミュニティ：ゲームタイトル枠） */
#center_text_game_title{
	position:absolute;
	width:262px;height:162;
	top:110px; left:330px;
	text-align: right;
}

/* 中央コンテンツ（コミュニティ：ゲーム内容枠） */
#center_img_game{
	position:absolute;
	width:591px;height:auto;
	top:162px; left:35px;
	margin: 0px; padding: 0px;
	background: url(../community/img/tab_middle.jpg);
}

/* 中央コンテンツ（コミュニティ：ゲームナビ枠） */
#center_navi{
	position:absolute;
	width:591px;height:53px;
	margin: 0px; padding: 0px;
	background: url(../community/img/tab_footer.jpg);
	clear:both;
	text-align:left;
}

/* 中央コンテンツ（商品写真：NEW RELEASE、INFORMATION、HISTORY） */
#data_img_area{
	width:210px;height:auto;
	margin: 0px 15px 15px 0px; padding: 0px;
	float: left;
	text-align: center;
}

/* 中央コンテンツ（商品詳細枠：NEW RELEASE） */
#data_text_area00{
	position:absolute;
	top:70px; left:5px;
	width:510px;height:auto;
	margin: 0px 0px 0px 5px; padding: 0px;
	overflow:visible;
}

/* 中央コンテンツ（商品詳細枠：INFORMATION） */
#data_text_area01{
	position:absolute;
	top:85px; left:5px;
	width:510px;height:auto;
	margin: 0px 0px 0px 5px; padding: 0px;
	overflow:visible;
}

/* 中央コンテンツ（バックボタンなどのナビエリア:INFORMATION） */
#center_navi01{
	width:510px; height:auto;
	margin: 15px 5px; padding: 0px;
	clear:both;
	text-align:right;
}

/* 中央コンテンツ（バックボタンなどのナビエリア:HISTORY） */
#center_navi02{
	height:auto;
	margin: 15px 5px; padding: 0px;
	clear:both;
	text-align:right;
	width:455px;
}

/* 中央コンテンツ（バーチャルショップ商品の背景：大新着） */
#bg_big_item_new_top{
	width:510px; height:13px;
	margin: 0px 3px 0px 3px;padding:0px;
	background: #000000 url(../img_vr/bg_big_item01_t.gif) no-repeat;
}

#bg_big_item_new{
	width:510px; height:auto;
	margin: 0px 3px;padding:0px;
	background: #000000 url(../img_vr/bg_big_item01.gif);
}

#bg_big_item_new2{
	width:510px; height:auto;
	margin: 0px 6px 0px 0px;padding:0px;
	background: #666666 url(../img_vr/bg_big_item01.gif);
}

#bg_big_item_new3{
	width:510px; height:auto;
	margin:0px 6px;padding:0px;
	background: #666666 url(../img_vr/bg_big_item01.gif);
}

#bg_big_item_new3_top{
	width:510px; height:auto;
	margin:0px 6px;padding:0px;
	background: #666666 url(../img_vr/bg_big_item01_top.gif);
}

#bg_big_item_new table{
	margin-left:auto;
	margin-right:auto;
}

#bg_big_item_new img{
	margin:20px 0px 10px 0px;
}

#bg_big_item_new_bottom{
	width:510px; height:13px;
	margin: 0px 3px 6px 3px;padding:0px;
	background: #000000 url(../img_vr/bg_big_item01_b.gif) no-repeat;
}

/* 中央コンテンツ（バーチャルショップ商品の背景：大） */
#bg_big_item_top{
	width:510px; height:13px;
	margin: 0px 3px 0px 3px;padding:0px;
	background: #000000 url(../img_vr/bg_big_item02_t.gif) no-repeat;
}

#bg_big_item{
	width:510px; height:auto;
	margin: 0px 3px;padding:0px;
	background: #000000 url(../img_vr/bg_big_item02.gif);
}

#bg_big_item2{
	width:510px; height:auto;
	margin: 0px 0px;padding:0px;
	background: #000000;
}

#bg_big_item table{
	margin-left:auto;
	margin-right:auto;
}

#bg_big_item img{
	margin:20px 0px 10px 0px;
}

#bg_big_item_bottom{
	width:510px; height:13px;
	margin: 0px 3px 6px 3px;padding:0px;
	background: #000000 url(../img_vr/bg_big_item02_b.gif) no-repeat;
}

/* 中央コンテンツ（バーチャルショップ商品の背景：小） */
#bg_item{
	width:166px; height:260px;
	margin: 3px;
	background: #000000 url(../img_vr/bg.gif);
	float:left;
}

#bg_item2{
	width:111px; height:260px;
	margin: 3px;
	background: #000000 url(../img_vr/bg.gif);
	float:left;
}

#bg_item_new{
	width:255px; height:auto;
	margin: 0px -3px 0px 0px;padding:0px;
	background: #666666;
	float:left;
}


#bg_item_new_left{
	width:255px; height:auto;
	margin: 0px 0px 0px 3px;padding:0px;
	background: #666666 url(../img_vr/bg_big_item01_left.gif);
	float:left;
}

#bg_item_new_right{
	width:255px; height:auto;
	margin: 0px 0px 0px 0px;padding:0px;
	background: #666666 url(../img_vr/bg_big_item01_right.gif);
	float:left;
}

#bg_item table{
	margin-left:auto;
	margin-right:auto;
}

#bg_item img{
	margin:20px 0px 10px 0px;
}

/* 中央コンテンツ（商品詳細枠：HISTORY） */
#data_text_area02{
	position:absolute;
	top:85px; left:5px;
	height:auto;
	margin: 0px 0px 0px 5px;
	padding: 15px 15px 0px 15px;
	overflow:visible;
	background-color:#333333;
	width:510px;
	voice-family: "\"}\"";
	voice-family: inherit;
	width:485px;
}

/* =====================================
　　　　　　　　中央コンテンツ（現在未使用） 
　 ===================================== */








/* 中央コンテンツ（タイトル文字） */
#center_title{
	position:relative;
	width:501px;
	margin: 10px 0px 0px 0px; padding: 0px;
	font-size: 18px; line-height: 130%
}


/* 中央コンテンツ（商品詳細 - 少し横幅短め） */
#data_text_area03{
	width:190px; height:270px;
	margin: 20px 0px 0px 0px;
	padding: 0px 15px 0px 0px;
	float: left;
	overflow:auto;
}

/* 中央コンテンツ（ゲームエリア） */
#data_game_area{
	width:420px;
	margin-left:auto;
	margin-right:auto;
	margin-top: 20px;
	margin-bottom:0px;
	padding: 0px;
	text-align: center;
}

/* 中央コンテンツ（ゲームエリア文章） */
#data_game_text_area{
	width:450px; height:60px;
	margin-top:5px;
	margin-left:40px;
	padding: 0px 0px 0px 0px;
	overflow:auto;
}

/* 中央コンテンツ（communityの背景） */
#bg_img_comm{
	position:absolute;
	top:70px; left:50px;
	width:463px; height:402px;
	background: #000000 url(../community/img/text_back_comm.jpg);
}





.thumbnail{
	width:40px;
	height: 40px;
}

/* 共通 */

.color_ffcc00{
	color: #FFCC00;
}

.width_95per{
	width:95%;
	margin: 10px; padding: 0px;
}

.width_95per02{
	width:95%;
}

.width_98per{
	width:98%;
}


