* {
	margin: 0px;
	padding: 0px;
}
body {
	color: #333;
	font-style:normal; font-variant:normal; font-weight:normal; line-height:130%; font-size:85%; font-family:Arial, Helvetica, sans-serif, Tahoma
}

a{
	color: #333;
}

a:hover{
	color: #CC0000;
	text-decoration: underline;
}

#container{
	display:block;
	margin: 0 auto;
	margin-top: 0px;
	background: #FFFFFF;
	width: 800px;
	height: auto;
	text-align: center;
}

#container2{
	display:block;
	margin: 0 auto;
	margin-top: 0px;
	background: #FFFFFF;
	width: 800px;
	height: auto;
	text-align: center;
}

#content_block{
	display:block;
	float:left;
	width: 75%;
	height: 100% auto;
	background: #FFFFFF;

}

#nav_block{
	display:block;
	float:left;
	background: #FFFFFF;
	width: 25%;
	height: 100%;
}

#content_block h1{
	display: block;
	width: 100%;
	text-align: center;
	background: #999;
	color:#FFFFFF;
	line-height: 0px;
	font-size: 95%;
	padding-top: 15px;
	padding-bottom: 20px;
	margin-bottom: 20px;
}

h2.story_title{
	display:block;
	margin: 0 auto;
	width: 85%;
	text-align: left;
	line-height: 30px;
}

small.story_added{
	display: block;
	float: right;
	padding-top: 20px;
}

p#welcome_message{
	display: block;
	margin: 0 auto;
	width: 85%;
	text-align: left;
	padding-top: 15px;
	padding-bottom: 25px;
	font-size: 95%;
}

#new_release{
	display: block;
	width: 100%;
	padding: 20px;
	text-align: left;
	/*border-bottom: #999999 1px solid;*/
}

#new_release h2{
	display: block;
	text-align: right;
	font-size: 90%;
	padding-bottom: 10px;
	width:95%;
}

#new_release small{
	color: #666666;
	padding-bottom: 15px;
}

.monthly_comic{
	display: block;
	width: 100%;
	height: auto;
	padding-top: 15px;
	padding-bottom: 10px;
	margin-bottom: 20px;
	border-bottom: #CCC 1px solid;
	overflow: hidden;
}

.monthly_comic h2{
	display: block;
	text-align: right;
	font-size: 90%;
	padding-bottom: 10px;
	width:95%;
}

.monthly_comic small{
	color: #666666;
	padding-bottom: 15px;
}

.monthly_comic p.title_img{
	display:block;
	width: 50%;
	height: 100%;
	float: left;
	text-align: right;
	padding-right: 20px;
	background: #FFFFFF;
}

.monthly_comic p.short_story{
	font-size: 95%;
	display:block;
	width: 40%;
	height: 100%;
	float: left;
	padding-top: 0px;
	padding-left: 20px;
	text-align: left;
	vertical-align: middle;
}

.monthly_comic p.short_story small{
	display: block;
	float: right;
	padding-top: 0px;
}


.monthly_comic h2 {

}

.monthly_comic p.short_story a{
	font-size: 100%;
	color:#669900;
	font-weight: bold;
	text-decoration: underline;
	padding-bottom: 20px;
}

.monthly_comic p.short_story a:hover{
	color: #CC0000;
}

.comment{
	display:block;
	width: 93%;
	margin-bottom: 10px;
	color: #666666;
	font-size: 95%;
}

p.poster_name{
	display:block;
	text-align: left;
	padding: 5px;
	width: 100%;
	background: #EEE;
	border-bottom: #CCC 1px solid;
}
p.message{
	display:block;
	text-align: left;
	line-height: 20px;
	padding: 5px;
	padding-left: 20px;
	width: 98%;
	background: #F5F5F5;
	padding-top: 15px;
	padding-bottom: 15px;

}

p#rating{
	display:block;
	float: left;
	text-align: left;
}

#comment_box{
                display: block;
                margin:0; 
                float: left;
	text-align: left;
	margin-top: 25px;
}
#comment_box2{
	padding-left: 150px;
	text-align: left;
	margin-top: 25px;
}

#comment_box p, #comment_box2 p {
	padding: 0;
	margin: 4px 0;
	font-size: 95%;
	color: #666666;
}
#comment_box label, #comment_box2 label{
	float: left;
	position: relative;
	width: 145px;
	line-height: 20px;
	text-align: right;
	padding-right: 5px;
	font-size: 95%;
	color: #666666;
}

#comment_box input, #comment_box textarea,
#comment_box2 input, #comment_box2 textarea, #comment_box2 select{
	font-size: 95%;
	color: #666666;
}

#comment_box p.sub, #comment_box2 p.sub {
	padding-left: 150px;
}

.remark{
	color: #CC0000;
	font-size: 95%;
}

#achive, #top_10{
	display:block;
	border: #CCCCCC 1px solid;
	width: 95%;
	height: auto;
	margin-left: 2px;
	margin-bottom: 10px;
	padding-bottom: 20px;
}

#achive h2{
	display:block;
	width: 100%;
	background: #FFFFFF;
	font-size: 95%;
	color:#666666;
}

#top_10 h2{
	display:block;
	width: 100%;
	background: #FFFFFF;
	font-size: 95%;
	color:#FFF;
}

#achive ul, #top_10 ul{
	font-size: 90%;
	color: #666666;
	padding-left: 15px;
	padding-top: 10px;
}

#achive ul li, #top_10 ul li{
	list-style: square;
	text-align: left;
	margin-left: 15px;
}

li a{
	color: #666666;
	text-decoration: none;
	font-weight: bold;
}

li a:hover{
	color: #CC0000;
	text-decoration: underline;
	font-weight: bold;
}

li.selected{
	background: #F5F5F5;
}

table tr td{
	font-size: 95%;
	color: #666666;
	background: #FFF;
	border: #EEE 1px solid;
}

table thead th{
	font-size: 95%;
	color: #666666;
	background: #F5F5F5;
	border: #EEE 1px solid;
}

a.home_link{
	margin-top: 5px;
	display: block;
	font-size: 95%;
	font-weight: bold;
	color: #666;
	width: 100%;
	background: #F8F8F8;
}

a.home_link:hover{
	margin-top: 5px;
	display: block;
	font-size: 95%;
	font-weight: bold;
	color: #666;
	width: 100%;
	color: #CC0000;
}

a.h_link{
	color: #0000FF;
}
a.h_link:hover{
	color: #CC0000;
	text-decoration: underline;
}
#related_story{
	display: block;
	width: 70%;
	border: #CCCCCC 1px dashed;
	margin-left: 20px;
	text-align: left;
	font-size: 95%;
	padding: 10px;
}

#related_story h3{
	font-size: 100%;
	font-weight: bold;
	color:#FF6600;
}

#related_story h3 span{
	color: #669900;
}

#site_path{
	width: 100%;
	border: #CCCCCC 1px dashed;
	margin: 0 auto;
	font-size: 95%;
	color: #666;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-bottom: 10px;
}

#site_path a{
	font-weight: bold;
}

#emoticon{
	display: block;
	float: left;
	width: 665px;
	height: auto;
	border: #CCCCCC 1px dashed;
	margin-left: 50px;
	padding-top: 15px;
	padding-bottom: 15px;
	margin-bottom:  20px;
	padding-left: 10px;
	
}

#super_emo{
	display:block;
	width: 100%;
	background: #CCCCCC;
}

.emo{
	display: block;
	float: left;
	width: 55px;
	padding: 2px;
	margin: 2px;
	border: #CCCCCC 1px solid;
	text-align: center;
}

#bottom{
	display:block;
	float:left;
	width: 100%;
	height: 100px;
	background: #FFFFFF;
}

#left_block{
	display:block;
	float:left;
	background: #FFFFFF;
	width: 20%;
	height: 100%;
}

#content_comic{
	display:block;
	float:left;
	width: 80%;
	height: 100% auto;
	background: #FFFFFF;
	
}
	
#content_comic h1{
	display: block;
	width: 100%;
	text-align: center;
	background: #999;
	color:#FFFFFF;
	line-height: 0px;
	font-size: 95%;
	padding-top: 15px;
	padding-bottom: 20px;
	margin-bottom: 20px;
	
}