@charset "utf-8";

/* format
--------------------------------------------------------------------------------*/
html, body {	height: 100%;	}
body{
	font-family:"ＭＳ Ｐゴシック", Osaka, sans-serif;
	font-size:12px;
	line-height:150%;
	color:#333;
	text-align:center;
	background:#dbc1b0 url(../images/tmp_bg01.gif) no-repeat center top;
	margin:0;
}
*html body{
	font-size:75%;
	letter-spacing:1px;
	vertical-align:baseline;
}
*:first-child+html body{
	font-size: 75%;
	letter-spacing:-0.08em;
}
/* safari only ¥*/
html:\66irst-child body{font-size:70%;}

body#top{
	background:#dbc1b0 url(../../images/index_bg01.gif) no-repeat center top;
}

table{
	font-size:inherit;
	font:100%;
	line-height:150%;
}

textarea{font-size:99%;}

h1, h2, h3, h4, h5, h6{
	font-size:100%;
	margin:0;
}

p, form, ul, ol, dl, dt, dd{
	font-weight:normal;
	margin:0;
	padding:0;
}

th{
	font-weight:normal;
	text-align:left;
}

li img, dt img, dd img{
	vertical-align:top;
}

a img{border:0;}

a:link, a:visited {
	color:#ff5500;
	text-decoration:underline;
}
a:hover, a:active {
	color:#ff5500;
	text-decoration:none;
}

em, address{font-style:normal;}

sup{vertical-align:top;}
*html body sup{vertical-align:super;}

sub{vertical-align: bottom;}



/* font
--------------------------------------------------------------------------------*/
.fS{
	font-size:84%;
	line-height:140%;
}

.fM{
	font-size:100%;
}

.fL{
	font-size:116%;
	line-height:160%;
}




