@charset "shift-jis";
/** コンテンツ関連CSS
------------------------------------------------------------ **/
body {
	background: url(../img_common/common/bg_repeat.jpg) repeat center top;
}
div.header-UI {
	height: 90px;
	/*background:url(../img_common/gameportal/bg_header_gui_main.jpg) no-repeat top center;*/
	background: #EEEEEE url(../img_common/game/bg.jpg) repeat-x 0px 0px;
	text-align: center;
}
/**-- 最下層の背景  
#mainBodyGrd {
	background: url(../img_common/title_bh/bg_grd.jpg) repeat-x center top;
}--**/

/**--メインバナー下グラデーション--*/
#contentsBodyGrd {
	background: url(../img_common/title_bh/bg_panel_grd.jpg) no-repeat center top;
	text-align:left;
}



/** コンテンツ全体枠CSS
------------------------------------------------------------ **/
/**本体941px：背景左メニュー右側ドロップシャドウ**/
#mainBodyBG {
	width: 941px;
	background: #EEEEEE url(../img_common/game/bg_mainbody.jpg) repeat-y 0px 0px;
	margin: auto;
	clear: both;
}
/**本体941px：背景左メニュードロップシャドウＲに消えるドロップシャドウ**/
#mainBody {
	width: 941px;
	background: url(../img_common/game/bg_body_left.jpg) no-repeat 0px bottom;
	margin: auto;
}


/**右側コンテンツ748px：背景グリッド**/
#mainBody-Contents {
	float: right;
	width: 748px;
	text-align: center;
	background: #EEEEEE url(../img_common/game/bg_panel.jpg) repeat-y 0px 182px;
}

/**左メニュー：幅193px**/
#mainBody-search {
	width: 193px;
	height: 47px;
	background: #000000 url(../img_common/game/bg_body.jpg) 0px 0px;
}
#mainBody-Menu {
	height: 600px;
	background: url(../img_common/game/bg_side_grd.jpg) no-repeat left 73px;
}
#mainBody-Left {
	float: left;
	width: 193px;
	text-align: left;
	background: url(../img_common/common/bg_side.jpg) repeat-y 0px 0px;
}
.menuBottImg {
	padding: 10px 0px 0px 0px;
}

/**左メニュー：下線**/

#mainBody-Menu li {
	background: url(../img_common/game/menu_line.jpg) no-repeat 0px bottom;
}
#mainBody-Menu li.ind2nd, #mainBody-Menu li.ind2ndAtv {
	background: url(../img_common/game/menu_line.jpg) no-repeat 0px bottom;
}

/**更新情報枠CSS
------------------------------------------------------------ **/
.whatsnew {
	line-height: 1.4;
}
.whatsnew dt {
	padding: 0px 0px 5px 13px;
	background: #FFFFFF url(../img_common/game/wn_bott_line.gif) no-repeat 0px bottom;
}
.whatsnew dd {
	padding: 0px 13px 12px 26px;
}
.whatsnew dd a:hover {
	text-decoration: none;
	color: #C03;
}
.toTopics {
	padding: 13px 13px 0px 26px;
	text-align: right;
	font-size: 12px;
}
.blockBannerLw3h4 {
	height: 402px;
	/*float: right;*/
	text-align: left;
	background: #FFFFFF url(../img_common/common/wtn_bott.gif) no-repeat 0px bottom;
	margin: 0px 0px 0px 3px;
}
.blockBannerLw3h2 {
	height: 244px;
	/*float: right;*/
	text-align: left;
	background: #FFFFFF url(../img_common/common/wtn_bott.gif) no-repeat 0px bottom;
	margin: 0px 0px 0px 3px;
}
.blockBannerLw3hnon {
	height: 100%;
	/*float: right;*/
	text-align: left;
	background: #FFFFFF url(../img_common/common/wtn_bott.gif) no-repeat 0px bottom;
	padding: 0px 0px 20px 0px;
	margin: 0px 0px 0px 3px;
}
.blockBannerRw3h1s {
	width: 366px;
	height: 79px;
	clear: both;
	background: #FFFFFF url(../img_common/game/bg_panel_rw2h1.gif) no-repeat 0px 0px;
}
.blockBannerRw3h1s img {
	float: left;
}
.blockBannerRw3h1s p {
	text-align: left;
	font-size: 80%;
	padding: 10px 0px 0px 0px;
}
.blockBannerLw1h2 {
	width: 122px;
	height: 244px;
	float: left;
	background: url(../img_common/game/3c_bg.gif) no-repeat left bottom;
	font-size: 75%;
}
.blockBannerLw1h2L {
	width: 125px;
	height: 244px;
	float: left;
	background: url(../img_common/game/3c_bg.gif) no-repeat 3px bottom;
	font-size: 75%;
}
/***フッター***/
#footer {
	background-color:#009966;
	clear: both;
	font-size: 75%;
	margin-top: 20px;
	padding: 5px 0px 10px 0px;
	background: url(../img_common/game/bg_footer.jpg) repeat-x 0px bottom;
}
#copyright {
	padding: 10px 0px;
	font-size: 10px;
}

