@charset "utf-8";

/* css reset */

*{
	margin:0px;
	padding:0px;
}

h1,h2,h3,h4,h5,h6,p,address {
	font-size:100%;
	font-weight:normal;
	font-style:normal;
	line-height:130%;
}


body {
	background: #FFFFFF url(../../img/index_back01.gif) repeat;
	margin: 0px;
	padding: 0px;
	font-size:80%;
	line-height: 140%;
	color: #000000;
	font-family:"qMmpS Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "CI", Meiryo, "lr oSVbN", "MS P Gothic", Verdana, sans-serif;
	/*font-family:HiraKakuPro-W3, Osaka, "MS PGothic", Helvetica, arial, sans-serif;*/
}

html {
	height:100%;
	}

/* image */
a img {
	border:0;
}

/* list */
li{
	list-style:none;
}

.clearfix {
	display:inline-block;
}

.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}

.clear {
	clear: both;
	float: none;
	margin: 0px;
	padding: 0px;
}

#wrapper {
	width:800px;
	margin:0 auto;
	text-align:center;
	padding:0px;
	}

#allarea {
	width: 800px;
	background: #FFFFFF;
	margin:0 auto;
	padding:0px;
	height: auto;
	text-align:center;
}

#contarea {
	width:740px;
	margin:0 auto;
	text-align:center;
	padding:0px;
}

form{
	margin: 0px;
	padding: 0px;
}
.txtnormal{
	font-size: 12px;
	line-height: 140%;
	color: #333333;

}
.txtsmall{
	font-size: 10px;
	line-height: 120%;
	color: #333333;

}
.txtssmall{
	font-size: 9px;
	line-height: 120%;
	color: #333333;

}


#subarea {
	background: #FFFFFF;
	margin: 0px;
	padding: 0px;
	width: 740px;
	position: relative;
	visibility: visible;
	height: auto;
}

.fwakuimg {
	padding:0px;
	margin:0px;
}

#footer {
	color: #FFFFFF;
	margin: 0px;
	padding: 5px 0;
	width: 800px;
	position: relative;
}
#footer address {
	text-align:right;
	color:#FFFFFF;
	font-size:10px;
	font-style:normal;
	padding:0 30px 0 0;
	}
	

#footer a{
	text-decoration:none;
	color:#ffffff;
}
#footer a:hover{
	text-decoration:underline;
	color:#ffffff;
}

.pagefooter{
	font-size: 10px;
	color:#404040;
	text-decoration:none;
}
.pagefooter:hover{
	font-size: 10px;
	text-decoration : underline;
	color:#6F180E;
}


/* text */
p.normal0 {
	padding:0px;
	line-height: 140%;
}
p.normal {
	padding-bottom: 10px;
	line-height: 140%;
}
p.normal5 {
	padding-bottom: 5px;
	line-height: 140%;
}
p.normal20 {
	padding-bottom: 20px;
	line-height: 140%;
}
p.normal40 {
	padding-bottom: 20px;
	line-height: 140%;
}
.height20 {
	padding:0 0 20px 0;
}

.height30 {
	padding:0 0 30px 0;
}

.small {
	font-size:10px;
}

.center {
	text-align:center;
}

.right {
	text-align:right;
}

.bold {
	font-weight:bold;
}