@charset "UTF-8";


/* formatting style
----------------------------------*/
* {
	font-style: normal;
	margin: 0px;
	padding: 0px;
}
.clear{
	clear:both;
	height:1px;
	font-size:1px;
}
.clearfix:after{
	content:".";
	clear:both;
	display:block;
	line-height:0;
	height:0;
	visibility:hidden;
}
.clearfix{
	zoom:1;
}
body{
	font-size: 12px;
	line-height: 1.4;
	color:#333333;
	background-color:#FBF7F3;
}

/* for WinIE6*/
* html body {
	font-size: 75%;
	font-family: "ＭＳ Ｐゴシック",sans-serif;
	vertical-align:baseline;
}
/* for WinIE7*/
*:first-child+html body { 
	font-size: 75%;
	font-family: "メイリオ","ＭＳ Ｐゴシック";
}
/* for WinIE8*/
html>/**/body {
	font-size: 75%;
	font-family: "メイリオ","ＭＳ Ｐゴシック";
}
/* for modern browser not WinIE8(Safari,FireFox)*/
html:not(:target) body {
	font-size: 12px;
	font-family: Verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;
	font-family: Hiragino Kaku Gothic Pro, "ヒラギノ角ゴ Pro W3", Osaka, "ＭＳ Ｐゴシック", sans-serif;
}




/* link styles
----------------------------------*/
a img {
	border-style: none;
}
a:link {
	color: #E0791C;
	text-decoration: none;
}
a:visited {
	color: #E0791C;
	text-decoration: none;
}
a:hover {
	color: #E0791C;
	text-decoration: underline;
}




/* basic layout
----------------------------------*/
#container {
	width: 1020px;
	height:828px;
	margin: 30px auto 0px auto;
	background-image:url(../img/main_bg.gif);
	background-position:0 0;
	background-repeat:no-repeat;
	position:relative;
}










/* wrapper styles
----------------------------------*/







