/* CSS Document */

body{
	background-image: url(../images/background.gif);
	background-repeat: repeat;
	background-position: center 40px;
	text-align: center;
	margin:0 auto;
	padding: 0px;
	color:#CCCCCC;
	font-size:90%;
	background-color: #000000;
}


a:link,
a:active,
a:visited
{
	color:#CCCCCC;
	text-decoration:underline;
}

a:hover{
	color:#CC0000;
	text-decoration:none;
}

hr{
	display:none;
}

.clear{
	clear:both;
}
.none{
	display:none;
}

/* base_style */
#wrapper{
	width:800px;
	padding:0;
	margin:auto;
}

#header{
	height:124px;
	padding:0;
	margin:0;
}

#contents{
	padding:0;
	margin:0;
}

#left_contents{
	float:left;
	width:200px;
	padding:0;
	margin:0;
}
#right_contents{
	float:right;
	width:600px;
	padding:0;
	margin:0;
}

#footer{
	font-size: 75%;
	color: #CCCCCC;
	background-image: url(../images/footer_img.jpg);
	background-repeat: no-repeat;
	text-align: right;
	margin: 0;
	padding: 3px 20px 0 0;
	height: 25px;
	width: 600px;
}

/* header_style */
#header_title{
	width:300px;
	height:124px;
	padding:0;
	margin:0;
	background-image: url(../images/h1_img.jpg);
	background-repeat: no-repeat;
	float: left;
}

#header_title h1 a{
	text-indent:-9999px;
	display:block;
	width:300px;
	height:100px;
	font-size:small;
	padding:5px 0;
	margin:0;
	display: block;
}

#header_space{
	background-image: url(../images/header_space.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	float: right;
	height: 124px;
	width: 500px;	
}

/*navigation_style*/
#navigation{
	height:192px;
	padding:0;
	margin:0;
}

#navigation ul{
	padding:0;
	margin:0;
}

#navigation li{
	width:200px;
	height:32px;
	margin:0;
	padding:0;
	list-style-type:none;
}

#navigation li>class a:link,
#navigation li>a:active,
#navigation li>class a:visited{
	background-position:0 0;
}

#navigation li>a:hover{
	background-position:0 -32px;
}

/* btn_style_1 */
.news_btn a{
	background-image: url(../images/btn_news.jpg);
	background-repeat: no-repeat;
	background-position:0 0;
	margin: 0px;
	padding: 0px;
	height: 32px;
	width: 200px;
	text-indent:-9999px;
	display:block;
}

.staffcast_btn a{
	background-image: url(../images/btn_staffcast.jpg);
	background-repeat: no-repeat;
	background-position:0 0;
	margin: 0px;
	padding: 0px;
	height: 32px;
	width: 200px;
	text-indent:-9999px;
	display:block;
}

.story_btn a{
	background-image: url(../images/btn_story.jpg);
	background-repeat: no-repeat;
	background-position:0 0;
	margin: 0px;
	padding: 0px;
	height: 32px;
	width: 200px;
	text-indent:-9999px;
	display:block;
}
.chara_btn a{
	background-image: url(../images/btn_character.jpg);
	background-repeat: no-repeat;
	background-position:0 0;
	margin: 0px;
	padding: 0px;
	height: 32px;
	width: 200px;
	text-indent:-9999px;
	display:block;
}
.goods_btn a{
	background-image: url(../images/btn_goods.jpg);
	background-repeat: no-repeat;
	background-position:0 0;
	margin: 0px;
	padding: 0px;
	height: 32px;
	width: 200px;
	text-indent:-9999px;
	display:block;
}
.special_btn a{
	background-image: url(../images/btn_special.jpg);
	background-repeat: no-repeat;
	background-position:0 0;
	margin: 0px;
	padding: 0px;
	height: 32px;
	width: 200px;
	text-indent:-9999px;
	display:block;
}

/* btn_style_1 */
#news_btn a{
	background-image: url(../images/btn_news.jpg);
	background-repeat: no-repeat;
	background-position:0 32px;
	margin: 0px;
	padding: 0px;
	height: 32px;
	width: 200px;
	text-indent:-9999px;
	display:block;
}

#staffcast_btn a{
	background-image: url(../images/btn_staffcast.jpg);
	background-repeat: no-repeat;
	background-position:0 32px;
	margin: 0px;
	padding: 0px;
	height: 32px;
	width: 200px;
	text-indent:-9999px;
	display:block;
}

#story_btn a{
	background-image: url(../images/btn_story.jpg);
	background-repeat: no-repeat;
	background-position:0 32px;
	margin: 0px;
	padding: 0px;
	height: 32px;
	width: 200px;
	text-indent:-9999px;
	display:block;
}
#chara_btn a{
	background-image: url(../images/btn_character.jpg);
	background-repeat: no-repeat;
	background-position:0 32px;
	margin: 0px;
	padding: 0px;
	height: 32px;
	width: 200px;
	text-indent:-9999px;
	display:block;
}
#goods_btn a{
	background-image: url(../images/btn_goods.jpg);
	background-repeat: no-repeat;
	background-position:0 32px;
	margin: 0px;
	padding: 0px;
	height: 32px;
	width: 200px;
	text-indent:-9999px;
	display:block;
}
#special_btn a{
	background-image: url(../images/btn_special.jpg);
	background-repeat: no-repeat;
	background-position:0 32px;
	margin: 0px;
	padding: 0px;
	height: 32px;
	width: 200px;
	text-indent:-9999px;
	display:block;
}

/* update_box */
#update_box{
	margin: 0px;
	padding: 0px;
	height: 384px;
	width: 200px;
}

#update_header{
	background-image: url(../images/update_header.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	height: 49px;
	width: 200px;
}

#update_footer{
	background-image: url(../images/update_footer.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	height: 25px;
	width: 200px;
}

#update_header h2{
	text-indent:-9999px;
	display:block;
	width:200px;
	height:49px;
	font-size:small;
	padding:0;
	margin:0;
	display: block;
}

#update_body{
	background-image: url(../images/update_body.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	height: 310px;
	width: 200px;
}

#update_txt{
	width:180px;
	height:180px;
	padding:0;
	margin:0 10px;
	text-align: left;
	overflow: auto;
}

#update_txt ul{
	padding:0;
	margin:0;
}

#update_txt ul>li{
	padding:0;
	margin:0 10px 0 10px;
	list-style-type: none;
	font-size: 95%;
	font-weight: bold;
}

#update_txt ol{
	padding:0;
	margin:0;
}

#update_txt ol>li{
	padding:0;
	margin:0 10px 0 30px;
	list-style-type: none;
	font-size: 80%;
}


#banner{
	padding:10px 0;
	margin:0;
}
/* right_contents */
#topics_box{
	width:162px;
	height: 551px;
	margin: 0px;
	padding: 0px;
	float: right;
}

#topics_header{
	background-image: url(../images/topics_header.jpg);
	height: 551px;
	width: 40px;
	background-repeat: no-repeat;
	display: block;
	margin: 0px;
	padding: 0px;
	float: right;
}
#topics_header h2{
	text-indent:-9999px;
	display:block;
	height: 551px;
	width: 40px;
	font-size:small;
	padding:0;
	margin:0;
	display: block;
}

#topics_body{
	background-image: url(../images/topics_body.jpg);
	height: 551px;
	width: 122px;
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	float: left;
}

#topics_body ul{
	margin:0;
	padding:0;
}

#topics_body li{
	list-style:none;
	width:40px;
	height:400px;
	margin:0;
	padding:20px 3px;
	float:right;
}

#top_img{
	background-image: url(../images/top_img.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	float: left;
	height: 551px;
	width: 438px;
}

/* topics_personal*/
#topics01 a{
	background-image: url(../images/topics01.gif);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	height: 500px;
	width: 40px;
	text-indent:-9999px;
	display:block
	
}

#topics02 a{
	background-image: url(../images/topics02.gif);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	height: 500px;
	width: 20px;
	text-indent:-9999px;
	display:block
	
}

#topics03 a{
	background-image: url(../images/topics03.gif);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	height: 500px;
	width: 20px;
	text-indent:-9999px;
	display:block
	
}
#topics04 a{
	background-image: url(../images/topics04.gif);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	height: 500px;
	width: 40px;
	text-indent:-9999px;
	display:block
	
}

/* inside_space */
#inside_space{
	background-image: url(../images/inside_space.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	height: 384px;
	width: 200px;
}

#contents_box{
	margin: 0px;
	padding: 0px;
	width: 600px;
}

#contents_body{
	background-image: url(../images/contents_body.jpg);
	background-repeat: repeat-y;
	margin: 0px;
	padding: 0px;
	width: 600px;
	text-align:left;
}

#contents_footer{
	background-image: url(../images/contents_footer.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	height: 41px;
	width: 600px;
}

.box{
	margin:0 30px;
	padding:0;
	width:540px;
}

#coming_box{
	height:450px;
	margin:0;
	padding:0;
	
}


/*pagetop_btn*/
.btn_box{
	margin:0;
	padding:5px 0;
	width:540px;
}

.pagetop_space{
	width:320px;
	padding:0;
	margin:0;
	float:left;
}
.pagetop_btn a{
	background-image: url(../images/pagetop.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 20px;
	width: 180px;
	float:right;
	display:block;
	text-indent:-9999px;
	background-image: url(../images/pagetop.gif);
}

.pagetop_btn a:link,
.pagetop_btn a:active,
.pagetop_btn a:visited{
	background-position: 0 0;
}

.pagetop_btn a:hover{
	background-position: 0px -20px;
}
