@charset "UTF-8";

/* Initializations / Rules
------------------------------------------------------------------*/ 
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,N
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	font-weight: normal;
	font-style: normal;
	}

body{
	background-color:#fff;
	margin: 0px;
	text-align:center;
	font-size:12px;
	line-height:18px;
	font-family: 'メイリオ',Meiryo,'ＭＳ Ｐゴシック' , 'Osaka';
	color:#000;
	background:url(../img/bg.gif) repeat;
	}

img {
	border: none;
	}
	
img.b,
img.boxPart{
	display:block;
	}

th,td{
	vertical-align: top; 
	text-align:left;
	font-size:12px;
	line-height:18px;
	font-family: 'メイリオ',Meiryo,'ＭＳ Ｐゴシック' , 'Osaka';
	}

.floatRight{
	float:right;
	display:inline;
	}
	
.floatLeft{
	float:left;
	display:inline;
	}

.leftImg{
	float:left;
	display:inline;
	margin:0 10px 5px 0;
	}

.rightImg{
	float:right;
	display:inline;
	margin:0 0 5px 10px;
	}

.clear{
	clear: both;
	font: 1px/1px monospace;
	}

.clear2{
	_clear:both;
	display:none;
	_display:inline;
	font: 1px/1px monospace;
	}

/* === clearfix ==*/
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	}

.clearfix {
	display: inline-block;
	}

/* Hides from IE-mac ¥*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */


.alignRight{
	text-align:right;
	}

.alignCenter{
	text-align:center;
	}

hr {
	color:#000;
	background-color:#000;
	height:1px;
	border:none;
	margin:0 10px;
	}



/* ====text==== */
strong{
	font-weight:bold;
	color:#FF8C00;
	}

em{
	font-weight:bold;
	}

p{
	margin:0 0 15px 0;
	}

.note{
	padding-left:12px;
	text-indent:-12px;
	}
	
.noMarg{
	margin-bottom:0 ! important;
	}

.moreMarg{
	margin-bottom:25px ! important;
	}

.miniMarg{
	margin-bottom:5px ! important;
	}

.supp{
	font-size:10px ! important;
	line-height:14px ! important;
	}
	
.imgBox{
	margin:0 0 20px 0;
	}


/* ====Form==== */
input{
	font-size:12px;
	/*height:16px;
	_height:19px;
	border:1px solid #333;
	vertical-align:middle;*/
	}

select option{
	padding-right:15px;
	}

* html select option{
	padding-right:0;
	_padding-right:15px;
	}

label{
	cursor: pointer;
	}

/* ====test tool==== */
/*div { border:1px red dashed; }*/


/* Base Link
------------------------------------------------------------------*/
a{
	color:#e65303;
	}
	
a:hover{
	text-decoration:none; 
	color:#e65303;
	}

active,
a:focus{
outline:none;
}


/* Layout
------------------------------------------------------------------*/
#container{
	text-align:left;
	margin:0px auto;
	width:848px;
	border-right:1px solid #b7b0a2;
	border-left:1px solid #b7b0a2;
	background:#fff;
	}

#wrapper{
	margin:0 24px;
	width:800px;
	}
	

h1{
	margin:0 0 15px 0;
	}

h2{
	margin:0 0 15px 0;
	}

#b01{
	margin:0 0 30px 0;
	}

/* === clearfix ==*/
#b01:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	}

#b01{
	display: inline-block;
	}

/* Hides from IE-mac \*/
* html #b01{height: 1%;}
#b01{display: block;}
/* End hide from IE-mac */

#b01 #mainCn{
	float:left;
	display:inline;
	width:565px;
	}

#b01 #subBox{
	float:right;
	display:inline;
	width:215px;
	background:url(../img/b01_box_bg.gif) repeat-y;
	}

#b01 #subBox .in{
	margin:0 15px 0 15px;
	padding:10px 0 10px 0;
	}

#b01 #subBox .in p{
	margin:0 0 10px 0;
	}

#b01 #subBox .in .img{
	float:left;
	display:inline;
	margin:0 5px 10px 0;
	}

#b01 #subBox .in .title{
	float:left;
	display:inline;
	width:95px;
	margin:10px 0 10px 0px;
	color:#e65303;
	font-weight:bold;
	}

#b01 #subBox .in .title a{
	font-weight:bold;
	}

#b02{
	margin:0 0 40px 0;
	}

#b02 .txt{
	float:left;
	display:inline;
	width:565px;
	}

#b02 .txt p{
	margin:0 0 5px 0;
	}

#b02 .txt ul{
		margin:0 0 5px 20px;
	}

#b02 .txt ul li{
	list-style:none;
	color:#e65303;
	}

#b02 .btn{
	float:right;
	display:inline;
	margin:0 15px 0 0;
	}

#b02 #postBox{
	border:3px solid #e6d8bb;
	background:#fef4e0;
	padding:10px;
	}

#b02 #postBox p{
	margin:0;
	line-height:22px;
	color:#805d14;
	}

#b02 #postBox p a{
	color:#805d14;
	}

#b03{
	margin:0 0 30px 0;
	}

#b03 h3{
	margin:0 0 7px 0;
	}

#b03 .end{
	margin:0 0 25px 0;
	}

#b03 p{
	margin:0 0 10px 0;
	}

#b03 .left{
	float:left;
	display:inline;
	width:388px;
	}

#b03 .left .att{
	background:#f2f2f2;
	padding:10px;
	margin:0 0 15px 0;
	font-size:10px;
	line-height:14px;
	}

#b03 .left ol{
	margin:0 0 0 25px;
	}

#b03 .left ol li{
	margin:0 0 10px 0;
	}

#b03 .right{
	float:right;
	display:inline;
	width:382px;
	}

#b03 .right ul{
	margin:0 0 20px 0px;
	}

#b03 .right ul li{
	list-style:none;
	font-size:10px;
	line-height:14px;
	}

#footer{
	background:#e65303;
	padding:15px 10px 30px 0;
	text-align:right;
	margin:30px 0 0 0;
	}

