@charset "utf-8";

body{
	text-align: center;
	font-family:"‚l‚r ‚oƒSƒVƒbƒN",Osaka,"ƒqƒ‰ƒMƒmŠpƒS Pro W3";
	margin: auto;
	
	background: #FFFFFF url('../img/bg.png') repeat-x top;
}

.outside { 
	background-color: #FFFFFF;
	margin: auto;
	text-align: center;
	width: 960px;
}


h1{
	font-size: 12px;
	font-weight: normal;
	display:inline;
	margin:0;
	padding:0;
}

h2,h3,h4{
	margin:0;
	padding:0;
}

a:link {
text-decoration : underline;
color : #1D3994;
} 
a:visited {
text-decoration : underline;
color : #1D3994;
} 
a:active {
text-decoration : underline;
color : #6699CC;
} 
a:hover {
text-decoration : underline;
color : #6699CC;
}

/* --------- */
/* Head      */
/* --------- */

.header_box{
	background:#FFFFFF url('../img/bg.png') repeat-x top;
	float: left;
	width: 100%;
	height: 150px;

}

/* --------- */
.hb_top_line{
	float: left;
	font-size: 12px;
	font-weight: normal;
	list-style-type:none;
	width: 100%;
	height: 30px;

}

.hb_top_line_main1{
	float: left;
	text-align: left;
	font-size: 12px;
	margin:5px;
}
.hb_top_line_main2{
	float: center;
	height: 50%;
}

.hb_top_line_main3{
	float: right;
	text-align: left;
	margin:5px;
}

.hb_title_box{
	float: left;
	width: 100%;
	height: 70px;
	margin-top:1px;
}




/* --------- */
.hb_tb_logo{
	float: left;
	text-align: left;
	background-color: #FFFFFF;
	width: 300px;
	height: 100%;
}

.hb_tb_logo img{
	margin-top:10px;
}

.hb_tb_txt{
	float: left;
	background-color: #FFFFFF;
	width: 0px;
	height: 100%;
}

.hb_tb_pr{
	float: right;
	text-align: right;
	background-color: #FFFFFF;
/* 	border:#999999 1px solid;*/
	width: 468px;
	height: 60px;
	margin-top:4px;
}

/* --------- */
/* Find Box  */
/* --------- */

.hb_find_box{
	float: left;
	background:#FFF url('../img/find_bg_top.gif') no-repeat;
	background-position: 50% 50%;
	height: 50px;
	width: 960px;
	margin:0;

}

.hb_fb_form{
	margin:10px;
}

.hb_fb_form ul,form{
	margin:0;
}

.hb_fb_form li{
	float: left;
	list-style-type:none;
	padding-right:10px;
	margin:0;
}

.hb_fb_key_submit{
	margin:0;
	padding:0px;
	width:80px;
	height:30px;
}

.hb_fb_key_submit img{
	padding:0px;
	width:100%;
}

/* --------- */
/* pulldown  */
/* --------- */

.hb_fb_pulldown{
	float: right;
	text-align: right;
	height:40px;
	position: relative;
	right:180px;
	bottom:2px;
	z-index:500;
	padding: 0;
}
/* --------- */
/* Body      */
/* --------- */



.genre_box{
	width: 924px;
	height: 96px;
	margin:auto;
	margin-top:10px;

}

.gb_line{
	background-color: #666666;
}

.gb_txt{
	float: left;
	border:solid 1px #666666;
	width: 130px;
	height: 30px;
}

.cent_box{
	float: left;
	background-color: #FFFFFF;
	width: 660px;
	margin: auto;
}

.m_bottom_line,
.s_bottom_line{
	float: left;
	font-size: 88%;
	text-align : right;
	font-weight: bold;
	color:#ABABAB;
	background-color:#FFFFFF;
	width: 100%;
	height:20px;
	margin-top: 5px;
	padding-top:2px 0;

}


/* --------- */
.right_box{
	float: left;
	background-color: #FFFFFF;
	width: 300px;
	height: 800px;
	margin: 0px 0px 0px 0px;
}

.right_box_pr1{
	text-align : center;
	background-color: #FFFFFF;
	width: 290px;
	height: 250px;
	margin: auto;
	margin-top: 45px;
	margin-bottom: 5px;
}


/* --------- */


.bottom_box_pr1{
	float: left;
	text-align : center;
	background-color: #FFFFFF;
	width: 750px;
	height: 100px;
	margin: auto;
	margin-top: 60px;
	border:solid 2px #CCE3FF;

}

/* --------- */
/* Footer    */
/* --------- */

.footer_box{
	text-align: center;
	background-color: #FFFFFF;
	font-size: 11px;
	letter-spacing : 1px;
	padding: 80px 0px 15px 0px;
	width: 100%;
	margin: auto;
	
}



.clr{
	clear: left;
}

