@charset "utf-8";

/*************************
******* index css ********
*************************/
/* index --------------------------------------------------------------------*/

html		{ background:url(/img/common/bg_f02.jpg) repeat; }
body		{ background:url(/img/layout/body_back.jpg) repeat-x; height:30px; color:#4b3228; text-align:center; line-height:12px; }

div.header 			{ overflow:hidden; text-align:center;}
div.header div.txt	{ 
	height:30px;
	padding:0 0 0 10px;
	line-height:28px;
	overflow:hidden;
}
div.header div.txt h1{
	font-size: 12px;
	font-weight:normal;
	margin: 0px;
	padding: 0px;
}

.header_bg { background:url(/img/index/index_back.png) repeat-x; height:550px; }
.header_img { }
.header_img img.b_book { text-align:center; margin:15px auto 0; }
.header_img img.index_logo { float:left; margin-top:45px; }
.header_img a img.index_btn { float:right; margin-top:65px; }

.index_tt { font-weight:normal; font-size:12px; line-height:1.5em; margin:0 0 20px 20px; padding:0; text-align:left; display:block;  }
.index_footer { width:1000px;  margin:40px auto; padding:0 20px; }

.index_bnr { float:left; text-align:left; font-size:12px; }


/* footer --------------------------------------------------------------------*/
div.footer	{ background:url(/img/layout/foot_back.jpg) repeat-x; color:#333333; height:180px; margin-top:20px; }
div.foot_area	{ width:950px;  margin:0 auto; padding:10px 0 0; clear:both; }
div.foot_logo_fukuoka a { background:url(/img/layout/foot_fukuoka.png) no-repeat; width:280px; height:130px; float:right; text-indent:-9999px; display:block; overflow:hidden; }
div.foot_logo_hiroshima a { background:url(/img/layout/foot_hiroshima.png) no-repeat; width:280px; height:130px; float:right; text-indent:-9999px; display:block; overflow:hidden; }
div.foot_logo_osaka a { background:url(/img/layout/foot_osaka.png) no-repeat; width:280px; height:130px; float:right; text-indent:-9999px; display:block; overflow:hidden; }
div.foot_b	{ width:630px; float:left; }
div.foot_tt { display:block; text-align:left; margin:10px auto; padding:0; font-size:10px; }
div.copyright { display:block; text-align:left; margin:10px auto; padding:20px 0 0; }

