@charset "UTF-8";

* {zoom:1;margin:0; padding:0;}

body {
	background: #F9F6EA repeat-y center;
	font-family: "ＭＳ Ｐゴシック", Osaka, serif;
	color: #333333;
	line-height: 150%;
	font-size: 90%;
	height:100%;
}
a:link {
	color: #333333;
	text-decoration: underline;
}
a:visited {
	color: #333333;
	text-decoration: underline;
}

a:hover {
	color: #FF3300;
	text-decoration: underline;
}
h1,h2,h3,h4,h5,h6,p,ul,li,dl,ol,img {
	margin: 0px;
	padding: 0px;
	border-style: none;
}
h1 {
	margin: 0px 0px;
	font-size: 100%;
	font-weight: normal;
}
h2 {margin: 0px 0px 7px;}
h3 {
	margin: 0px;
	padding: 0px;
}
h4 {
	font-weight: bold;
	color: #FF3300;
	background: #F6F6F6;
	padding: 3px 0px;
	margin-bottom: 5px;
	font-size: 100%;
}

strong {font-size: 130%;}

.font-100 {font-size: 100%;}
.font-110 {font-size: 110%;}
.font-115 {font-size: 115%;}
.font-120 {font-size: 120%;}
.font-130 {font-size: 130%;}

.small {font-size: 90%;}

.green {color: #006600;}
.orange {color: #FF6600;}
.red {color:#FF0000;}
.dark-red {color:#820000;}
.gray {color:#666666;}
.bg-gray {background: #DFDFDF;}
.map-area {
	border: 1px solid #CCCCCC;
}

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

.lspc03 { letter-spacing: 0.3em;}
.lspc02 { letter-spacing: 0.2em;}
.lspc01 { letter-spacing: 0.1em;}

.indent10  { padding-left: 10px;}
.indent20  { padding-left: 20px;}
.indent30  { padding-left: 30px;}
.indent40  { padding-left: 40px;}
.indent60  { padding-left: 60px;}
.indent80  { padding-left: 80px;}

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

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

.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;}

.mR10 {	margin-right: 10px;}
.mR20 {	margin-right: 20px;}
.mR30 {	margin-right: 30px;}
.mR40 {	margin-right: 40px;}

.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;
}
.icon01 {
	background: url(../images/list_icon01.gif) no-repeat 5px 0.8em;
	border-bottom: 1px dotted #999999;
	padding: 5px 5px 5px 15px;
}


.box-border01 {
	padding: 10px;
	border: 1px solid #999999;
	margin: 20px;
}

.borderB01 {
	border-bottom: 1px solid #CCCCCC;
	margin-bottom: 10px;
}

.privacy_line {
	border-bottom: 1px solid #CC99CC;
	margin-bottom: 5px;
	font-size: 120%;
}

.borderT01 {
	border-top: 1px dotted #999999;
}

.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 */

.width140 {width: 140px;}
.width180 {width: 180px;}
.width200 {width: 200px;}
.width270 {width: 270px;}
.width300 {width: 300px;}
.width400 {width: 400px;}
.width500 {width: 500px;}

.table01 {
	vertical-align: middle;
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 5px;
}
