.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: #0000FF; text-decoration: underline; }/* リンク */
A:visited { color: #0000FF; text-decoration: underline; }/* 訪問済み */
A:hover   { color: #0000FF; text-decoration: underline; }/* マウスが乗ると */
A:active  { color: #6C4B1B; text-decoration: underline; }/* クリックすると */

html{height:100%;}

body {
	color:#000;
	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;
	background:url(../frame/bg.jpg);
	position:relative;
	font-family: Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
}

div#center_base{
	width:100%;
	position:relative;
	min-height: 100%;
	background:url(../frame/top_white.png);
	background-position:center top;
	background-repeat:repeat-x;
}
* hmtl div#center_base{
	height:100%;
}
/* ヘッダ */
div#header_bg{
	width:100%;
	height:32px;
	background:url(../frame/header_bg.jpg);
	background-position:center bottom;
	background-repeat:repeat-x;

}
.header{
	width:1000px;
	height:32px;
	position:relative;
	background:url(../frame/header.jpg);
}

.title_l{
	width:600px;
	height:30px;
	position:relative;
	line-height:30px;
	font-size:12px;
	float:left;
	left:30px;
	color:#FFF;
}

.genre{
	width:300px;
	height:30px;
	position:relative;
	line-height:30px;
	font-size:12px;
	float:right;
	right:30px;
	color:#FFF;
}


div#menu_bg{
	width:1000px;
	height:173px;
	position:relative;
	background:url(../frame/menu_img.jpg);	
	z-index:2;
}

.menu{
	width:895px;
	height:39px;
	position:absolute;
	left:53px;
	top:122px;
}


div#kaihatsu{
	width:980px;
	height:50px;
	position:relative;
	font-size:12px;
	color:#F00;
}

div#footer{
	width:100%;
	height:35px;
	position:absolute;
	left:0;
	bottom:0;
	background-image:url(../frame/footer.jpg);
	
}
.footer_main{
	width:900px;
	height:25px;
	line-height:25px;
	position:relative;
	top:10px;
	font-size:12px;
	color:#FFF;
}
