.font-size10 {font-size:10px; line-height:140%;}
.font-size12 {font-size:12px; line-height:140%;}
.font-size14 {font-size:14px; line-height:140%;}
.font-size16 {font-size:16px; line-height:140%;}
.font-size18 {font-size:18px; line-height:140%;}
A:link    { color: #FF7E00; text-decoration: underline; }
A:visited { color: #EF1A1A; text-decoration: underline; }
A:hover   { color: #FFC53A; text-decoration: underline; }
A:active  { color: #6C4B1B; text-decoration: underline; }
body {
	scrollbar-base-color: #FEACC4;
	SCROLLBAR-FACE-COLOR: #FEACC4;
	SCROLLBAR-SHADOW-COLOR: #FD8BAA;
	SCROLLBAR-3DLIGHT-COLOR: #fff;
	SCROLLBAR-ARROW-COLOR: #ffffff;
	width:100%;
	height: 100%;
	margin: 0;
	padding: 0;
	position:relative;
	text-align: center;
	font-family: "ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
}
.main{
	width:100%;
	height:100%;
	background-image:url(../img/main.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	background-color:#fff;
}



/* ヘッダ */
.header{
	width:100%;
	height:35px;
	background-image:url(../img/header.png)

}
.header_base{
	width:1000px;
	height:35px;
	position:relative;
	color:#FFF;
}
.header_l{
	top:3px;
	width:auto;
	height:22px;
	position:relative;
	font-size:12px;
	line-height:140%;
	float:left;
}
.text_ll{
	width:350px;
	height:20px;
	font-size:12px;
	position:absolute;
	left:10px;
	top:3px;
	}
.text_lr{
	width:65px;
	font-size:12px;
	position:absolute;
	left:200px;
	top:-4px;
	overflow:hidden;
	}
h1{
	font-size:12px;
	height:30px;
	}

.header_r{
	top:3px;
	width:auto;
	height:22px;
	position:relative;
	float:right;
	overflow:hidden
}

/* ボトム */
.bottom{
	width:100%;
	height:auto;
	position:relative;
}

.bottom_top{
	width:100%;
	height:22px;
	background-image:url(../img/frame/bottom_top_base.png);
	position:relative;
}

.bottom_base{
	width:100%;
	height:auto;
	background-color:#FEACC4;
	background-image:url(../img/frame/bottom_base.jpg);
	background-position:top;
	background-repeat:repeat-x;
}

.contents_l{
	width:30px;
	height:50px;
	position:relative;
	background-image:url(../img/frame/contents_l.jpg);
	float:left;
}
.contents_main{
	width:940px;
	height:auto;
	display:table;
	position:relative;
	display:table;
	background-color:#FFF;
	float:left;
}
.contents_r{
	width:30px;
	height:50px;
	position:relative;
	background-image:url(../img/frame/contents_r.jpg);
	background-position: top right;
	float:right;
}
.contents_footer{
	width:1000px;
	height:52px;
	font-size:12px;
	line-height:140%;
	color:#F00;
	vertical-align:middle;
	background-image:url(../img/frame/contents_footer.jpg);
}
