@charset "utf-8";
/*
 * Last Up Date: 2007-10-24 15:00
 * Halloween ver.
 */

/* container, container-inner
------------------------------ */
#container {
	margin: 0 auto;
	background: url(../img/cont_back_hal.gif) repeat-y;
	width: 960px;
}
#container-inner {
	position: relative;
	background: url(../img/cont_inner_back02_hal.jpg) no-repeat top center ;
	text-align: left;
}
#container-inner2 {
	position: relative;
	background: url(../../common/img/guardian/column1_cont_inner_back02_hal.jpg) no-repeat top center ;
	text-align: left;
}
.indexPage #container-inner {
	position: relative;
	background: url(../img/cont_inner_back_hal.jpg) no-repeat top center ;
	text-align: left;
}

/* header
------------------------------ */
/* ------title */
#title {
	background: #000 url(../img/title_hal.jpg) no-repeat top center;
}
#title2 {
	background: #000 url(../img/title02_hal.jpg) no-repeat top center;
}


/* body
------------------------------ */
body {
	background: #271212 url(../img/background_hal.jpg) no-repeat top center;
}

/* playPage (Game screen)
------------------------------ */
body.playPage {
	background: #000;
}
.playPage #gameNav p.logout a {
	background: url(../img/game_nav.gif) 0 0;
	float: right;
}
.playPage #gameNav p.logout a:hover {
	background: url(../img/game_nav.gif) 0 -18px;
}
.playPage #gameNav p.guide a {
	background: url(../img/game_nav.gif) -110px 0;	
	float: left;
}
.playPage #gameNav p.guide a:hover {
	background: url(../img/game_nav.gif) -110px -18px;	
}

body.playPage {
	background: #000000 url(../img/background03_hal.gif) repeat-x top;
	text-align: center;
}
.playPage #container {
	margin: 0 auto;
	background: url(../img/contents_back03_hal.gif) no-repeat;
	width: 960px;
}
.playPage #gameNav #gameNav-inner #buyCoin {
	margin-left: 8px;
	margin-top: 0px;
	//background: url(../img/bt_coin_over_hal.gif) no-repeat;
	background: url(../img/bt_coin_over_cp_hal.gif) no-repeat;
	width: 84px;
}
.playPage #gameNav #gameNav-inner #guide {
	margin-top: 4px;
	background: url(../img/bt_guide_over_hal.gif) no-repeat;
	width: 70px;
}
.playPage #gameNav #gameNav-inner #logout {
	margin-top: 4px;
	margin-left: 9px;
	background: url(../img/bt_logout_over_hal.gif) no-repeat;
	width: 92px;
}
.playPage #gameNav #gameNav-inner #aboutPremium {
	background: url(../img/bt_plus_pg_over_xmas.gif) no-repeat;
	width: 160px;
	cursor: pointer;
}
.playPage #gameNav #gameNav-inner #invPremium {
	background: url(../img/bt_plusInv_pg_over_xmas.gif) no-repeat;
	width: 190px;
}
.playPage #gameNav #gameNav-inner #getCoin {
	margin-left: 10px;
	background: url(../img/bt_coin_get_over_hal.gif) no-repeat;
	width: 84px;
}


/* footeripg common)
------------------------------ */
#footer {
	background: url(../img/footer_back02_hal.jpg) no-repeat;
	height: 230px;
	text-align: center;
	color: #999;
}

.indexPage #footer {
	background: url(../img/footer_back_hal.jpg) no-repeat;
}

#footer ul#footer-nav li {
	border-right: 1px solid #572C00;
}
#footer a:link { 
	color: #FF6600;
}
#footer a:visited {
	color: #CC0000;
}

