@charset "utf-8";
/*
===== 1: universal reset =================================*/
*{
	margin:0;
	padding:0;
}
/*
===== 2: body and base setting ===========================*/
body {
	text-align:center;
	font-family: normal 1.4'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック',sans-serif;
	margin-top: 0px;
	color:#191919;
/*	background: #F1F1F1;	*/
}
/********************************************************
  ベースとナビゲーションと基本クラス
*********************************************************/
/*
#header {
	width: 762px;
	height: 105px;
	background: url(../images/header.jpg) no-repeat #F1F1F1;
}
*/

#main {
	margin: 0 auto;
/*	width: 762px;*/
	width: 730px;
	background: url(../images/body_bg.jpg) repeat-y #FFFFFF;
}

div#footer_cont {
	height: 58px;
/*	width: 762px;*/
	width: 730px;
	background: url(../images/footer.jpg) no-repeat #FFFFFF;
	
}

