*{
	margin:0;
	padding:0;
	font-family:Helvetica, Arial, Verdana, sans-serif;
	font-size:12px;
	color:#7F7F7F;
	line-height:150%;
}

/*############# A ##############*/

a{
	color: #A00800;
	font-weight: bold;
}
a:hover{
	color: #F21100;
}

/*#############ID##############*/

body {
	background:#360200;
}

#main_box{
	width: 750px;
	height:auto;
	margin: 0 auto 0 auto;
	text-align: left;
	background: #000;
	}
	
	
/*#############HEAD##############*/

#head_box{
	width: 100%;
	height: 57px;
	background: #000;
	border-bottom: 3px solid #360200;
	}


#banner_box{
	clear: both;
	display: block;
	width: 100%;
	height: 200px;
	background:url('img/main_banner.jpg') top no-repeat;
	}

/*############# TXT ##############*/


h1.title{
background-image:url(img/title.png);
background-repeat:no-repeat;
width:670px; height:30px;
}


h2.word{
font-size:18px;
font-weight:normal;
color:#C8C8C8;
margin-top:20px;
letter-spacing: 1px;
}

h3.subtitle{
color: #C61103;
margin: 30px 0 25px 0;
padding: 3px 5px 3px 5px;
letter-spacing: 0.2em;
font-size: 13px;
border-left: 5px solid #C41200;
border-bottom: 1px solid #C41200;
}

h3.subsubtitle{
color: #C61103;
letter-spacing: 0.2em;
font-size: 14px;
margin-bottom: 10px;
}

h4{
font-size: 14px;
font-weight: bolder;
color: #E29C00;
}

h4.howto{
font-size: 14px;
font-weight: bolder;
color: #E29C00;
margin-bottom: 10px;
}

h4.name{
font-size: 14px;
font-weight: bolder;
color: #E29C00;
margin-bottom: 10px;
}

p.message{
font-size:12px;
font-weight:normal;
color:#303030;
letter-spacing: 1px;
margin-bottom:10px;
}

span.gray{
color: gray;
font-weight: bold;
}

span.m_title{
font-size:14px;
font-weight:bold;
color:#C8C8C8;
}

span.none{
display:none;
}

/*#############MENU##############*/

.menu_box{
	clear: both;
	background: #190000;
	border-bottom: 3px solid #360200;
	height: 25px;
}
	.menu_box ul{
		list-style: none;
	}
	.menu_box ul li.tex_box{
			float: left;
	}

		.menu_box ul li.tex_box a.glmenu{
			display: block;
			width: 101px;
			height: 20px;
			background: #190000;
			border-right: 3px solid #360200;
			border-bottom: 3px solid #360200;
			color: #C61103;
			font-weight: bold;
			font-size: 10px;
			text-decoration:none;
			padding: 5px 0 0 15px;
			}
		
		.menu_box ul li.tex_box a.glmenu:hover, .menu_box ul li.tex_box .current{
			display: block;
			width: 101px;
			height: 20px;
			color: #C41200;
			background: #840000;
			border-right: 3px solid #360200;
			border-bottom: 3px solid #360200;
			font-weight: bold;
			font-size: 10px;
			text-decoration:none;
			padding: 5px 0 0 15px;
			}


/*############# SUB MENU ###########*/

.sub_menu_box{
	background: #190000;
	height: 42px;
	border-bottom: 3px solid #360200;
	list-style: none;
	padding: 0;
	margin: 0;
	}

	.sub_menu_box li.tex_box{
			float: left;
			}
	
	.sub_menu_box li.tex_box a{
		display: block;
		width: 101px;
		height: 30px;
		background: #190000;
		border-right: 3px solid #360200;
		border-bottom: 3px solid #360200;
		color: #C61103;
		font-weight: bold;
		text-decoration:none;
		padding: 12px 0 0 15px;
		}

	.sub_menu_box li.tex_box a:hover, .sub_menu_box li.tex_box .current{
		display: block;
		width: 101px;
		height: 30px;
		background: #000;
		border-right: 3px solid #360200;
		border-top: 3px solid #360200;
		border-bottom: 0;
		color: #C61103;
		font-weight: bold;
		text-decoration:none;
		padding: 12px 0 0 15px;
		}
	
	.sub_menu_box li.tex_box .under_c{
		display: block;
		width: 101px;
		height: 30px;
		background: #190000;
		border-right: 3px solid #360200;
		border-bottom: 3px solid #360200;
		color: #4a0500;
		font-weight: bold;
		text-decoration:none;
		padding: 12px 0 0 15px;
		}


/*#############CONTENT##############*/

.content_box{
height:auto;
padding:30px 40px 30px 40px;
}


.content_box_inbox{
height:auto;
padding:10px 10px 5px 10px;
}

.gray_box{
padding: 10px;
background: #0F0F0F;
}

.margin_b{
margin-bottom: 10px;
}

.margin_b2{
margin-bottom: 30px;
}

.attention_frame{
padding: 10px 10px 10px 105px;
background: url('img/attention_bg.gif') top left no-repeat;
background-color: #1E0000;
background-position: 13px 15px;
margin: 0 10px;
}
.attention_frame .scroll_box{
padding-right: 10px;
line-height: 120%;
font-size: 90%;
overflow:auto;
height:50px;
color: #AA0800;
scrollbar-base-color:#770600;
scrollbar-face-color:#770600;
scrollbar-arrow-color:#1E0000;
scrollbar-shadow-color:#770600;
scrollbar-darkshadow-color:#770600;
scrollbar-highlight-color:#770600;
scrollbar-3dlight-color:#1E0000;
scrollbar-track-color:#1E0000;
}

.attention_frame .scroll_box h1{
margin-bottom: 5px;
font-weight: bold;
color: #AA0800;
border-bottom: 1px solid #AA0800;
}

.attention_frame2{
margin: 10px;
padding: 10px;
border: 4px solid #6D0000;
background: #210000;
font-size:90%;
}

/*#############DETAILS##############*/


.left_box{
float:left;
}


.right_box{
float:right;
}

.clear_box{
clear:both;
}


/*#############TABLE##############*/


.yudo_t{
	border:0;
	width:260px;
	font-size:14px;
	margin-bottom:20px;
	}
	.yudo_t td.left{
		background:#000;
		padding:0 5px;
		font-weight:bold;
		width:auto;
		color: #9E9E9E;
		}
	.yudo_t td.right{
		background:#000;
		padding:0 5px;
		text-align:left;
		line-height:150%;
		width:195px;
		color: #9E9E9E;
		}

	
/*############# FOOTER ##############*/

#footer_box{
	text-align:center;
    width:100%;
	background:url('img/b_back.gif') repeat-x;
	padding-bottom: 10px;
	}

   #footer_box .bunner{
   padding:20px 0px 0px 0px;
		}

#footer_box span.copyright{
		font-size: 10px;
		color: #969696;
		}


/* ############# Begin Comments ############# */

table.message_table{
	width:358px;
	background-color:#FFF;
	margin: 0px;
	}

	table.message_table th{
		background: url('img/ranking_subbar_bg.gif');
		color: #fff;
		font-size: x-small;
		text-align:center;
		}
	
	
	
	table.message_table td{
		padding: 5px;
		border-bottom: 1px solid #C8C8C8;
		}
	
	
	table.message_table td.coment{
		text-align:center;
		}
	
	
	table.message_table a{
	font-size:16px;
		}	

.alt {
	background-color: #0F0F0F;
	margin: 0;
	}

.commentlist {
	padding: 0;
/*	text-align: justify; */
	}

.commentlist li {
	margin: 5px 0px 0;
	padding: 10px 10px 0;
	list-style: none;
	}

.commentlist p {
	margin: 5px 5px 5px 0;
	}

#commentform p {
	margin: 3px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	font-size: 10px;
	}
	
	.commentmetadata a{
	font-size: 10px;
	}
	

#commentform input {
	width: 170px;
	margin: 3px 5px 0 0;
	background: #0F0F0F;
	border: 1px solid #555;
	padding: 3px;
	}

#commentform textarea {
	width: 100%;
	background: #0F0F0F;
	border: 1px solid #555;
	padding: 3px;
	}

#commentform #submit {
	margin: 0;
	}
	
/* ############# End Comments ############# */


/*############# HOW TO ##############*/

ul.m_box{
list-style-type: none;
}

ul.m_box li a{
	text-decoration: none;
	color: #A00800;
	font-weight: bold;
}
ul.m_box li a:hover{
	color: #F21100;
}

ul.co_box{
}

ul.co_box li{
margin-bottom: 10px;
}

.topbt_box a{
	padding: 0 5px;
	border: 1px solid #731000;
	background: #5C1100;
	color: #F21100;
	text-decoration: none;
	float: right;
}

.topbt_box a:hover{
	background: #C80600;
	color: #F21100;
}


.bt_table{
	border:0;
	width:600px;
	font-size:14px;
	margin-bottom: 20px;
	background: #161616;
	}
	
	.bt_table caption{
	text-align: left;
	margin: 10px 0;
	}
	
	.bt_table tr{
	}
	
	.bt_table td.left{
		width: 40px;
		}
		
hr.howto_hr{
margin-bottom: 30px;
height: 1px;
border-style:dashed none none none;
border-top-color:#5C1100;
}

/*############# END HOW TO ##############*/

.qtrans_language_chooser { list-style-type:none }
.qtrans_language_chooser li { float:right; margin-right:6px; margin-top:6px; }

.qtrans_language_chooser li.active a{
	color: #A00800;
	text-decoration: none;
}

.qtrans_language_chooser li.active a span{
	color: #A00800;
	font-weight: bold;
}

.qtrans_language_chooser li.active a:hover{
	color: #F21100;
}