@charset "UTF-8";


/* ================================================
	Structure
------------------------------------------------ */

body {
	color: #333333;
	font: 12px/1.7 "メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Osaka, "ＭＳ Ｐゴシック", sans-serif;



	*font-size: small; /* Win IE7およびWin IE6標準準拠モード向け */
	background: #F4F4F4;
}

html {
	overflow-y:scroll;
}


/* ================================================
	link
------------------------------------------------ */

a:link {
	color: #D17C11;
	text-decoration: none;
}
a:visited {
	color: #D17C11;
	text-decoration: none;
}

a:hover {
	color: #754500;
}


/* ================================================
	text
------------------------------------------------ */



h1 {}
h2 {}
h3 {
	margin-bottom: 10px;
}
h4 {
	font-size: 140%;
	color: #734300;
}
h5 {
	font-size: 120%;
	color: #C07211;
}


strong {
	font-weight: bold;
}


.font-10 {font-size: 84%;}
.font-11 {font-size: 92%;}
.font-12 {font-size: 100%;}
.font-13 {font-size: 109%;}
.font-14 {font-size: 117%;}
.font-15 {font-size: 125%;}
.font-16 {font-size: 134%;}
.font-17 {font-size: 142%;}
.font-18 {font-size: 150%;}
.font-19 {font-size: 159%;}
.font-20 {font-size: 167%;}
.font-21 {font-size: 175%;}
.font-22 {font-size: 184%;}
.font-23 {font-size: 192%;}
.font-24 {font-size: 200%;}
.font-25 {font-size: 209%;}
.font-26 {font-size: 217%;}

.brown {color: #754500;}
.orange {color: #CA7812;}
.red {color:#CC0000;}
.dark-red {color:#820000;}
.gray {color:#666666;}

.bg-white {background: #FFFFFF;}
.bg-brown {background: #754500;}
.bg-lightbrown {background: #EBE7E1;}

.lh120 { line-height: 120%;}
.lh135 { line-height: 135%;}
.lh150 { line-height: 150%;}
.lh180 { line-height: 180%;}
.lh200 { line-height: 200%;}

.p5 {	padding: 5px;}
.p10 {	padding: 10px;}

.m5 {	margin: 5px;}
.m10 {	margin: 10px;}

.pL10  { padding-left: 10px;}
.pL20  { padding-left: 20px;}
.pL30  { padding-left: 30px;}
.pL40  { padding-left: 40px;}
.pL60  { padding-left: 60px;}
.pL80  { padding-left: 80px;}
.pL200 { padding-left: 200px;}

.mB5 {	margin-bottom: 5px;}
.mB10 {	margin-bottom: 10px;}
.mB20 {	margin-bottom: 20px;}
.mB30 {	margin-bottom: 30px;}
.mB40 {	margin-bottom: 40px;}

.mT10 {	margin-top: 10px;}
.mT20 {	margin-top: 20px;}
.mT30 {	margin-top: 30px;}
.mT40 {	margin-top: 40px;}

.mL10 {	margin-left: 10px;}
.mL20 {	margin-left: 20px;}
.mL30 {	margin-left: 30px;}
.mL40 {	margin-left: 40px;}
.mL60 {	margin-left: 60px;}
.mL100 {	margin-left: 100px;}
.mL200 {	margin-left: 200px;}
.mL300 {	margin-left: 300px;}

.mR10 {	margin-right: 10px;}
.mR20 {	margin-right: 20px;}
.mR24 {	margin-right: 24px;}
.mR30 {	margin-right: 30px;}
.mR40 {	margin-right: 40px;}
.mR60 {	margin-right: 60px;}
.mR100 {	margin-right: 100px;}

.txt-aL {text-align: left;}
.txt-aR {text-align: right;}
.txt-aC {text-align: center;}

.arrow01 {
	background: url(../images/arrow01.gif) no-repeat left center;
	margin: 0px;
	padding: 0px 0px 0px 10px;
}
.box-border01 {
	padding: 10px 20px 10px 10px;
	border: 1px solid #CCCCCC;
	margin-right: 20px;
	margin-left: 20px;
}

.borderB01 {
	border-bottom: 1px solid #DFD5D1;
	padding: 0px 0px 10px;
}
.borderT01 {
	border-top: 1px dotted #999999;
}
dl.list01 {
	background: #EBE7E1;
	padding: 2px 10px;
	margin-bottom: 10px;

}
ol.list02 {
	list-style: decimal inside;
}
.table01 td, .table01 th {
	padding: 5px 10px 5px 5px;
}

.table01 tr {
	border-bottom: 1px solid #EBE7E1;
	border-top-color: #EBE7E1;
	border-right-color: #EBE7E1;
	border-left-color: #EBE7E1;
}






.right{float:right}
.left{float:left}
.clear {clear:both;}
.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 */

.clearfix2 {overflow: hidden;}   
* html .clearfix2 {height: 1%;}
/* for ie6 */


.width180 {width: 180px;}
.width206 {width: 206px;}
.width284 {width: 284px;}
.width666 {width: 666px;}
.width200 {width: 200px;}
.width270 {width: 270px;}
.width300 {width: 300px;}
.width360 {width: 360px;}
.width400 {width: 400px;}
.width500 {width: 500px;}
