@charset "utf-8";
/* ---------------------------------------------------------

__game_swf

--------------------------------------------------------- */
#game_swf {
	width:980px;
	float:left;
	margin-bottom:10px;
}

/* ---------------------------------------------------------

 game_header

--------------------------------------------------------- */
#game_header {
	font-size:123.1%;
	height:50px;
	background-image: url(../image/bg_titlebar.png);
	background-position: center bottom;
	background-repeat: repeat-x;
	padding-left: 15px;
	margin-bottom: 0px;
	clear: both;
}

#game_header .left {
	float: left;
	width: 500px;
	margin-top: 8px;
}

#game_header .right {
	float: right;
	height: 30px;
	width: 400px;
	text-align: left;
	background-color: #ECFBAB;
}

#game_header h1 {
	display: inline;
	font-size:123.1%;
	margin-right: 5px;
}

#game_header .fcb_left {
	float: left;
	margin-left: 5px;
}
#game_header .fcb_right {
	float: right;
	width: 171px;
	margin-top: 5px;
	margin-right: 5px;
}

#game_header .fcb_left p {
	font-size: 10px;
	margin: 3px 0px 0px 0px;
	padding: 0px;
}
#game_header .fcb_left .title {
	font-size: 11px;
	font-weight: bold;
}


/* ---------------------------------------------------------

game_icons

--------------------------------------------------------- */
#game_icons {
	margin-top:-10px;
	margin-bottom:5px;
}

#game_icons a{
	vertical-align: bottom;
}

/* ---------------------------------------------------------

__game_xap

--------------------------------------------------------- */
#game_xap {
	width:980px;
	float:left;
	margin-bottom:10px;
}
#game_xap h1 {
	font-size:123.1%;
	height:40px;
	background-image: url(../image/bg_titlebar.png);
	padding-left: 15px;
}

/* ---------------------------------------------------------

__game_dcr

--------------------------------------------------------- */
#game_dcr {
	width:980px;
	float:left;
	margin-bottom:10px;
}
#game_dcr h1 {
	font-size:123.1%;
	height:40px;
	background-image: url(../image/bg_titlebar.png);
	padding-left: 15px;
}

/* ---------------------------------------------------------

__game_menu

--------------------------------------------------------- */
#game_menu {
	width:980px;
	float:left;
	margin-bottom:10px;
}
#game_menu .contents {
	width:960px;
	float:left;
	margin:0px;
	padding:10px;
	background-color: #FFFFFF;
	background-image: url(../image/bg_bbs_01.gif);
	background-repeat: no-repeat;
}
#game_menu .contents div {
	width:960px;
	float:left;
	padding-top:10px;
}
#game_menu .contents div h3 {
	margin-bottom:2px;
	font-size:108%;
}
#game_menu .contents div p {
	margin-bottom:5px;
	padding-left:10px;
}
#game_menu .bg_bottom {
	float:left;
	width:980px;
	height:5px;
	background-image: url(../image/bg_bbs_02.gif);
	background-repeat: no-repeat;	
}

/* ---------------------------------------------------------

 charge_menu

--------------------------------------------------------- */
#charge_menu {
	width:940px;
	margin:0px;
	padding:0px;
}

/* ---------------------------------------------------------

 chargemenu_caption

--------------------------------------------------------- */
#chargemenu_caption {
	font-size:10px;
	color:#888888;
}

/* ---------------------------------------------------------

 static_menu

--------------------------------------------------------- */
#static_menu {
	width:940px;
	margin:0px;
	padding:0px;
}

#static_menu div .ui-tabs-panel{
	width:940px;
}

#static_menu .static_contents {
	width:940px;
	margin:0px;
	padding:0px;
}

/* ---------------------------------------------------------

 game_iframecontent

--------------------------------------------------------- */
#game_iframecontent {
	text-align:center;
}


/* ---------------------------------------------------------

 for tweet buttom

--------------------------------------------------------- */
a.twSButton {
 padding: 0 0.5em;
 color: #ffffff !important; background: #0099cc !important;
 text-decoration: none !important;
 font-family: 'Trebuchet MS',arial,verdana;
 font-weight: bold;
 font-size: 11px;
}
a.twSButton:hover {
 background: #00bbee !important;
}
a.twSCount {
 padding: 0px 0.5em;
 color: #0090aa !important; background: #c9f3ff !important;
 font-family: 'Trebuchet MS',arial,verdana;
 font-weight: bold;
 font-size: 11px;
 text-decoration: none !important;
}
a.twSCount:hover {
 color: #00a0c0 !important;
}
