@charset "utf-8";
/*
 * Last Up Date: 2010-12-07 16:00
 * Xmas ver.
 */

/* container, container-inner
------------------------------ */
#container {
	margin: 0 auto;
	background: url(../img/cont_back_pirate.gif) repeat-y;
	width: 960px;
}
#container-inner {
	position: relative;
	background: url(../img/cont_inner_back02_pirate.jpg) no-repeat top center ;
	text-align: left;
}

#container-inner2 {
	position: relative;
	background: url(../../common/img/guardian/column1_cont_inner_back02_pirate.jpg) no-repeat top center ;
	text-align: left;
}

.indexPage #container-inner {
	position: relative;
	background: url(../img/cont_inner_back_pirate.jpg) no-repeat top center ;
	text-align: left;
}

/* header
------------------------------ */
/* ------title */
#title {
	background: #5BBCD3 url(../img/title_pirate.png) no-repeat top center;
}
#title2 {
	background: #5BBCD3 url(../img/title02_pirate.png) no-repeat top center;
}

/* body
------------------------------ */
body {
	background: #5BBCD3 url(../img/background_pirate.jpg) no-repeat top center;
}

/* playPage (Game screen)
------------------------------ */
body.playPage {
	background: #5BBCD3 url(../img/background03_pirate.gif) repeat-x top;
	text-align: center;
}
.playPage #container {
	margin: 0 auto;
	background: url(../img/contents_back03_pirate.gif) no-repeat;
	width: 960px;
}

body.playPage {
	background: #5BBCD3;
}
.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;	
}
.playPage p.infoTxt {
	color: #00CC00;
}
/* footeripg common)
------------------------------ */
#footer {
	background: url(../img/footer_back02_pirate.jpg) no-repeat;
	height: 230px;
	text-align: center;
	color: #999;
}
.indexPage #footer {
	background: url(../img/footer_back_pirate.jpg) no-repeat;
}

.playPage #gameNav #gameNav-inner #buyCoin {
	background: url(../img/bt_coin_over_cp_pirate.gif) no-repeat;
	width: 84px;
}
.playPage #gameNav #gameNav-inner #guide {
	margin-top: 4px;
	background: url(../img/bt_guide_over_pirate.gif) no-repeat;
	width: 70px;
}
.playPage #gameNav #gameNav-inner #logout {
	background: url(../img/bt_logout_over_pirate.gif) no-repeat;
	width: 92px;
}
.playPage #gameNav #gameNav-inner #aboutPremium {
	background: url(../img/bt_plus_pg_over2_pirate.gif) no-repeat;
	width: 160px;
	cursor: pointer;
}
.playPage #gameNav #gameNav-inner #invPremium {
	background: url(../img/bt_plusInv_pg_over2_pirate.gif) no-repeat;
	width: 190px;
}

/* ------ indexPage, newsPage */
.indexPage #main #live {
	background: url(../img/title_live.gif) no-repeat bottom;
	width: 320px;
	height: 244px;
	text-align: center;
}