*{
	margin:0;
	padding:0;
	font-family:Helvetica, Arial, Verdana, sans-serif;
	font-size:14px;
	color:#000;
	line-height:150%;
}



/*#############ID##############*/

body {
	background:#FFED00;
}

#main_box{
	width: 750px;
	height:auto;
	margin: 0 auto 0 auto;
	text-align: left;
	background: #FFED00;
	}
	
	
/*#############HEAD##############*/


#banner_box{
	clear: both;
	display: block;
	width: 100%;
	height: 373px;
	background:url('img/head_i.png') top no-repeat;
	}
	
	
#banner_box_d{
	clear: both;
	display: block;
	width: 100%;
	height: 163px;
	background:url('img/head_d.png') top no-repeat;
	}
	
	
	
.qtrans_language_chooser { list-style-type:none }
.qtrans_language_chooser li { float:right; margin-left:5px; margin-top:14px; }
	

/*############# TXT ##############*/



/*P*/
.tt_outline{
background-image:url(img/tt_8bitone.png);
background-repeat:no-repeat;
width:696px; height:52px;
margin-bottom:20px;
}

.tt_contact{
background-image:url(img/tt_contact.png);
background-repeat:no-repeat;
width:696px; height:52px;
margin-bottom:20px;
}

.tt_message{
background-image:url(img/tt_message.png);
background-repeat:no-repeat;
width:696px; height:52px;
margin-bottom:20px;
}

.tt_comments{
background-image:url(img/tt_comments.png);
background-repeat:no-repeat;
width:696px; height:52px;
margin-bottom:20px;
}


.tt_movie{
background-image:url(img/tt_movie.png);
background-repeat:no-repeat;
width:696px; height:52px;
margin-bottom:20px;
}


.tt_how-to{
background-image:url(img/tt_how-to.png);
background-repeat:no-repeat;
width:696px; height:52px;
margin-bottom:20px;
}


.tt_special{
background-image:url(img/tt_special.png);
background-repeat:no-repeat;
width:696px; height:52px;
margin-bottom:20px;
}



/*Pspan ©¦Θ’*/
span.none{
display:none;
}



/*Q*/
h2.subtitle{
color: #000;
padding:5px 5px 10px 62px;
margin-bottom:20px;
letter-spacing: 0.2em;
font-size: 21px;
font-weight:bold;
background: url('img/tt_2.png') left top no-repeat;
border-bottom:solid 5px #000;
}


/*R*/
h3.subtitle_mini{
color: #EC3C92;
font-size: 16px;
font-weight: bold;
border-bottom: dotted 2px #000;
margin-bottom: 5px;
}


h3.subtitle{
color: #000;
padding:5px 5px 10px 62px;
margin-bottom:20px;
margin-top:60px;
letter-spacing: 0.2em;
font-size: 21px;
font-weight:bold;
background: url('img/tt_2.png') left top no-repeat;
border-bottom:solid 5px #000;
}


/*S*/
h4.sb_m_littele{
color: #000;
font-weight: bold;
margin-top: 5px;
margin-bottom:5px;
}

/*ΑΚRs[*/
.s_copy{
font-size:16px;
}


/*############# A ##############*/

a{
	text-decoration: underline;
	color:#000;
	font-weight: bold;
}
a:hover{
	color: #4689c5;
	font-weight: bold;
	text-decoration:none;
}



/*#############MENU##############*/

#head_box{
	width: 100%;
	height:37px;
	}
	#head_box #head_left{
		float: left;
		}
		
	#head_box #head_right{
		float: right;
		}	



/*#############MENU_LAN##############*/

.menu_box{
	clear: both;
	background: #190000;
	border-bottom: 3px solid #360200;
	list-style: none;
	height: 25px;
}
	.menu_box li.tex_box{
			float: left;
	}

		.menu_box li.tex_box a{
			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 li.tex_box a:hover{
			color: #C41200;
			background: #840000;
			}
		
.headnav_box{
	float: left;
	margin: 0;
	padding: 0;
}
	
	.headnav_box ul{
	list-style:none;
	}
		
	.headnav_box li.tex_box{
		float: left;
		}
	
	.headnav_box li.tex_box a.home{
		background: url('img/h_bt_home.png') left top no-repeat;
		display: block;
		width: 138px;
		height: 37px;
		}
	
	.headnav_box li.tex_box a.contact{
		background: url('img/h_bt_contact.png') left top no-repeat;
		display: block;
		width: 138px;
		height: 37px;
		}
		
	.headnav_box li.tex_box a.message{
		background: url('img/h_bt_message.png') left top no-repeat;
		display: block;
		width: 138px;
		height: 37px;
		}
	
	
		
	.headnav_box li.tex_box a span{
	display: none;
	}
		
	.headnav_box li.tex_box a:hover, .headnav_box li#current a{
			background-position: left bottom;
		}		


/*############# SUB MENU ###########*/

.sub_menu_box{
	float: left;
	list-style: none;
	margin-bottom:10px;
	margin-top:10px;
	height: 40px;
	cursor: pointer;
}

	.sub_menu_box li.tex_box2{
			float: left;
			}
	
	.sub_menu_box li.tex_box2 a.outline{
		background: url('img/d_bt_outline.png') left top no-repeat;
		display: block;
		width: 180px;
		height: 40px;
		}
		
	
	.sub_menu_box li.tex_box2 a.howto{
		background: url('img/d_bt_how-to.png') left top no-repeat;
		display: block;
		width: 180px;
		height: 40px;
		margin-left:10px;
		margin-right:5px;
		}
			
		
	.sub_menu_box li.tex_box2 a.howto_off{
		background: url('img/d_bt_how-to_off.png') left top no-repeat;
		display: block;
		width: 180px;
		height: 40px;
		margin-left:10px;
		margin-right:5px;
		}	
		
		
	.sub_menu_box li.tex_box2 a.movie{
		background: url('img/d_bt_movie.png') left top no-repeat;
		display: block;
		width: 180px;
		height: 40px;
		margin-left:5px;
		margin-right:10px;
		}
		
		
	.sub_menu_box li.tex_box2 a.movie_off{
		background: url('img/d_bt_movie_off.png') left top no-repeat;
		display: block;
		width: 180px;
		height: 40px;
		margin-left:5px;
		margin-right:10px;
		}	
		
		
	.sub_menu_box li.tex_box2 a.special{
		background: url('img/d_bt_special.png') left top no-repeat;
		display: block;
		width: 180px;
		height: 40px;
		}	
		
		
	.sub_menu_box li.tex_box2 a.special_off{
		background: url('img/d_bt_special_off.png') left top no-repeat;
		display: block;
		width: 180px;
		height: 40px;
		}	
		
		
	.sub_menu_box li.tex_box2 span{
	display: none;
	}
		
	.sub_menu_box li.tex_box2 a:hover, .sub_menu_box li#current a{
			background-position: left bottom;
		}		
	



/*############# SMALL MENU ###########*/


.small_menu_box{
	float: left;
	list-style: none;
	height: 40px;
}

	.small_menu_box li.tex_box2{
			float: left;
			text-align:center;
			}
	
	
	.small_menu_box li.tex_box2 span{
	font-size:16px;
	color:#FFF;
	font-weight:bold;
	}
	
	
	.small_menu_box li.tex_box2 a.s-button{
		background: url('img/bg_button2.png') left top no-repeat;
		display: block;
		width: 180px;
		height: 33px;
		padding-top:7px;
		}
    
	.small_menu_box li.tex_box2 a:hover, .small_menu_box li#current a{
		background-position: left bottom;
		font-size:16px;
		color:#FFFFFF;
		font-weight:bold;
		text-decoration:none;
		}	
		

/*#############CONTENT##############*/

.content_frame_top{
background: url('img/d_frame.png') left top no-repeat;
width:750px;
height:17px;
}

.content_frame_bottom{
background: url('img/d_frame_b.png') left bottom no-repeat;
width:750px;
height:17px;
margin-bottom:20px;
}

.content_box{
height:auto;
border-left: solid 7px #000000;
border-right: solid 7px #000000;
}


.content_box_inbox{
height:auto;
padding:5px 20px 30px 20px;
}



.margin_b{
margin-bottom: 20px;
}

/*#############DETAILS##############*/


.left_box{
float:left;
}


.right_box{
float:right;
}

.clear_box{
clear:both;
}


/*#############TABLE##############*/


.yudo_t{
	border:0;
	width:314px;
	font-size:14px;
	margin-bottom:20px;
	}
	.yudo_t td.left{
		background:#73A2B6;
		padding:0 5px;
		font-weight:bold;
		width:auto;
		}
	.yudo_t td.right{
		background:#4689C5;
		padding:0 5px;
		text-align:left;
		line-height:150%;
		width:195px;
		}

	
/*############# FOOTER ##############*/

#footer_box{
	text-align:center;
    width:100%;
	background:url('img/bg_foot.png') left top no-repeat;
	padding-bottom: 10px;
	}

   #footer_box .bunner{
   padding:20px 0px 0px 0px;
		}

#footer_box span.copyright{
		font-size: 12px;
		color: #000;
		}

/* ############# 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 #000;
		}
	
	
	table.message_table td.coment{
		text-align:center;
		}
	
	
	table.message_table a{
	font-size:16px;
		}	

.alt {
	background-color: #CECE00;
	margin: 0;
	border: 1px dotted #CECE00;
	}

.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: #739FB3;
	border: 3px solid #567786;
	padding: 3px;
	}
	

#commentform textarea {
	width: 100%;
	background: #739FB3;
	border: 3px solid #567786;
	padding: 3px;
	}

#commentform #submit {
	border: 0px;
    width: 180px;
    height: 40px;
	background: url('img/bg_button.png') left top no-repeat;
	cursor: pointer;
	color:#FFF;
	font-size:16px;
	font-weight:bold;
	}		
	
	
	
/*#############HOW TO MOKUJI##############*/

ul.m_box{
list-style-type: none;
}

.topbt_box a{
		background: url('img/bt_top.png') left top no-repeat;
		display: block;
		width: 57px;
		height: 34px;
		float:right;
}

	.topbt_box a span{
	display: none;
	}
		

/*#############HOW TO MENU##############*/	

.howto_menu_box{
	float: left;
	list-style: none;
	margin-bottom:10px;
	margin-top:5px;
	height: 34px;
	cursor: pointer;
}

	.howto_menu_box li.tex_box3{
			float: left;
			}
	
	.howto_menu_box li.tex_box3 a.h-menu{
		background: url('img/bt_howto.png') left top no-repeat;
		display: block;
		width: 120px;
		height: 34px;
		text-decoration:none;
		font-size:12px;
		color:#000;
		font-weight:normal;
		font-weight:bold;
		}
	
	.howto_menu_box li.tex_box3 div{
	padding-top:1px;
	padding-left:40px;
	}
		
	.howto_menu_box li.tex_box3 a:hover, .howto_menu_box li#current a{
			background-position: left bottom;
		}	
	
/*#############HOW TO TABLE##############*/	

.howto_t{
	border:0;
	background:#cece00;
	width:656px;
	margin-bottom:20px;
	}

	.howto_t td.left{
		width: 40px;
		}
	
		
/*#############HOW TO TEXT-DECO##############*/	

.pink-tex{
	font-weight:bold;
	color:#ec3c92;
	}

.h_st_mini{
color: #EC3C92;
font-weight: bold;
}