body {
	margin:0;
	background:#000 url(../common/images/global/bg_body.gif);
}
/* HEADER -------------------------------------*/
#header{
	height:150px;
}
	#header #logo{
		float:left;
		width:200px;
		margin-right:18px;
}
	#header #hRight{
		float:left;
		width:635px;
}
	#header h1 {
		color:#6E665F;
		font-weight:normal;
		font-size:0.8em;
		text-align:right;
		letter-spacing:1px;
		margin:5px 0 0 0;
		height:45px;	
}
	#header #hBtn {
		height:40px;
		text-align:right;
}
	#header #hBtn img {
		margin-left:10px;
}

/* NAVI -------------------------------------*/
#hNavi{
	width:635px;
	height:60px;
	margin:0;
	padding:0;
}
	#hNavi li{
		float:left;
		display:block;
		height:60px;
		list-style-type:none;
		overflow:hidden;
}
	#hNavi li a{
		display:block;
		height:60px;
		background-repeat:no-repeat;
}
	#hNavi li span{
		display:none;
}
	#hNavi li a:hover {
		background-position:bottom;
}
		#hNavi li#navi-01 a { width:111px;background-image:url(images/global/navi_01.gif);
}
		#hNavi li#navi-02 a { width:128px;background-image:url(images/global/navi_02.gif);
}
		#hNavi li#navi-03 a { width:118px;background-image:url(images/global/navi_03.gif);
}
		#hNavi li#navi-04 a { width:142px;background-image:url(images/global/navi_04.gif);
}
		#hNavi li#navi-05 a { width:133px;background-image:url(images/global/navi_05.gif);
}




/* Bottom Navi -------------------------------------*/

#bottomNavi {
	padding-top:2em;
	font-size:0.8em;
	color:#444;
	letter-spacing:1px;
}
#bottomNavi a {
	color:#666;
	text-decoration:none;
}
#bottomNavi a:hover {
	color:#999;
	text-decoration:underline;
}
/* Footer -------------------------------------*/
#footer {
	width:800px;
	margin:0 50px 0;
	padding:10px 0 10px;
	background:url(images/global/bottom_line.gif) no-repeat;
}
#footer h2{
	font-size:10px;
	background:url(images/global/footer_address.gif) no-repeat 0 0;
	width:332px;
	height:44px;
}
#footer h2 span, #footer address{
	display:none;
}
#ft_logo {
	float:left;
}
#ft_title{
	display:block;
	width:650px;
	float:left;
	margin-top:30px;
}
#ft_note{
	clear:both;
	display:block;
	width:800px;
	text-align:left;
	padding-bottom:1em;
}
#footer #copyright {
	padding-top:0em;
	color:#555;
}

/* Bottom Banner -------------------------------------*/
#p08 {text-align:left;}
#p08 #header, #p08 #navi, #p08 #footer, #p08 #bottom {display:none;}
#p08 #container, #p08 #content, #p08 #main {margin:0; width:800px; height:125px; overflow:hidden; background:url(images/global/b_banner_bg.gif) no-repeat;}
#p08 #main table {width:800px; margin:0; border-collapse:collapse;}
#p08 #main table td {height:125px; padding:0; text-align:center; vertical-align:middle;}

/* コンテンツ -------------------------------------*/
.td01_txt h2 {
	font-size:18px;
	padding-bottom:8px;
	margin:0;
	background:url(images/global/dotline_01.gif) repeat-x 0 bottom;
}
.td01_txt p{
	padding:0 10px;
	margin:0 0 1em;
}

/* 3列画像表示 -------------------------------------*/
#main table.tbl_07 td, #main table.tbl_08 td {
	width:260px;
	text-align:center;
	vertical-align:top;
	overflow:hidden;
}
#main table.tbl_07 td {
	text-align:left;
}
.td07_txt1, .td07_txt2, .td07_txt3 {
	padding:0 15px 1em;
}
#p01 #main table.tbl_08 {
	margin-bottom:5px;
}
#p01 #main table.tbl_08 td img {
/*	width:240px;*/
}

/* 左右画像＆文書表示 -------------------------------------*/
#p02 .tbl_05, #p02 .tbl_06 {
	margin-bottom:2em !important;
}

/* 2列 リスト表示 -------------------------------------*/
#p02 .tbl_03 {
 border-bottom:1px solid #333;
 margin: 0 auto 1em auto;
}
#p02 table.tbl_03 td{
 padding:		2px 0 1em 10px;
 vertical-align:	top;
}
#p02 .td03_txt2{
 width:200px;
 text-align:right;
}
#p02 .td03_txt1 strong{
 font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
 font-weight:normal;
 font-size:1.2em;
 color:#C3B586;
}
/* -----------------------
	floatclear hack
----------------------- */
.clearfix, #header { display: inline-block; }
.clearfix:after, #header:after {
	clear: both;
	content: " ";
	display: block;
	font-size: 0;
	height: 0;
	visibility: hidden;
}   
/* start commented backslash hack \*/  
* html .clearfix { height: 1%; }
* html .#header { height: 1%; }
.clearfix, #header { display: block; }   
/* close commented backslash hack */