@charset"Shift_JIS";

/* =========================================================
GAME999 layout
========================================================= */

div#container{
	width:924px;
	margin:0 auto;
	text-align:center;
	background-color: #F30C46;
}
div#container_home{
	width:924px;
	margin:0 auto;
	text-align:center;
}

div#wrapper{
	width:920px;
	margin:0 auto;
	background-color:#FFE16A;
	background-image: url(/modpub/images/game999/main_bg.gif);
}
div#wrapper_home{
 width:920px;
 margin:0 auto;
}

/* Header
--------------------------------------------------------- */
div#header{
	height:100px;
	background-color: #FFFFFF;
}

h1#logo{
	float:left;
	margin-top: 8px;
	padding-left: 20px;
}

/* ----- Primary_Navigation ----- */
div#primary_nav{
	float: right;
	width: 440px;
	height: 100px;
}

div#update_block{
	height: 70px;
	position: relative;
	width: 440px;
}

div#update_inner{
	height: 55px;
	background-image: url(/modpub/images/game999/update_bg.jpg);
	background-repeat:no-repeat;
	background-position:left top;
	position: absolute;
	top: 0px;
	width: 418px;
	left: 0px;
}

p#update_memo{
	color:#FFFFFF;
	font-size: 12px;
	text-align: right;
	height: 30px;
	line-height: 30px;
	padding-right: 5px;
	overflow: hidden;
}
p#update_time{
	font-size: 12px;
	height: 20px;
	line-height: 20px;
	overflow: hidden;
	text-align: right;
	padding-right: 15px;
}

/* ----- Global_Navigation ----- */
ul#nav{
	height: 30px;
	text-align: right;
}

li#n_guide{	display: inline;}
li#n_faq{	display: inline;	margin-right: 20px;}
li#n_cart{	display: inline;}
li#n_cart img{	margin-right: 20px;}

/* News_bar
--------------------------------------------------------- */
div#news_bar{
	background-color:#F30C46;
	color: #FFFFFF;
	line-height: 30px;
	text-align: left;
	width: 920px;
	height:30px;
	clear: both;
	background-image: url(/modpub/images/game999/navi_bar_bg.gif);
}

div#news_bar p{
padding-left:20px;
font-size: 13px;
}
div#news_bar p a:link,
div#news_bar p a:visited{ color:#FFFF00;}
div#news_bar p a:hover{ text-decoration:none;}

/* Top_Error_Info
--------------------------------------------------------- */
div#info_block{
	text-align:center;
	padding: 10px 200px 0;
	clear: both;
}

div#info_inner{
	text-align:center;
	font-size: 12px;
	color: #333333;
	background-color: #FFFFFF;
	line-height: 1.2;
	width: 520px;
	padding: 5px 0;
	background-image: url(/modpub/images/game999/info_box_bg.gif);
}

iframe#info_box{
	width: 500px;
	height: 60px;
	border: 0;
}

/* Top_Info
--------------------------------------------------------- */
div#top_news_block{
	text-align:center;
	padding: 15px 20px 0;
}

div#top_news_box{
	text-align:center;
}

/* Contents
--------------------------------------------------------- */
div#contents,
div#contents_home{
	width:920px;
	vertical-align:top;
	margin-top: 15px;
}
div#contents_home{
 margin-top:0;
}

div#contents_inner{
	padding:0px 20px 15px;
}
div#contents_home_inner{
	padding:0px 20px 0px;
}

/* Footer_Info
--------------------------------------------------------- */
div#footer_news_block{
	text-align:center;
	padding: 0 20px 20px;
}

div#footer_news_box{
	text-align:center;
}

/* Footer
--------------------------------------------------------- */
div#footer{
	height:70px;
	color: #FFFFFF;
	background-color: #F30C46;
	background-image: url(/modpub/images/game999/footer_bg.gif);
	background-repeat: no-repeat;
}

div#footer ul{
	text-align:center;
	padding: 12px 0 7px;
}

div#footer ul li{
	display:inline;
	margin-left:10px;
	font-size: 12px;
}

div#footer ul li a:link,
div#footer ul li a:visited{
 color:#FFFFFF;
	text-decoration:none;
}
div#footer ul li a:hover{
 color:#FFFFFF;
	text-decoration:underline;
}

div#footer address{
	font-size:12px;
	font-style:normal;
	line-height: 1.2;
	color: #FFFFFF;
}
