@charset "utf-8";

/******************************/
/*********** all **************/
/******************************/

body {
	margin: 0;
	padding: 0;
	font-size:70%;
	color:#333333;
	line-height:1.5;
	font-family: "メイリオ", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;
}

#contents_bg {
	background:url(../img/back_bg.jpg) top center no-repeat;
	width:100%;
#	height:550px;
	overflow:hidden;

}

#contents_bg h1 {
	margin:50px auto 30px auto;
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
	width:579px;
	height:123px;
	background:url(../img/title.png) no-repeat;
}

#foot_bg {
	background:url(../img/foot_bg.jpg) top center repeat;
	width:100%;
	height:104px;
	overflow:hidden;	
}