/* regular.css：トップぺージを除く全てのページで共通 */

#board{
	width:757px;
	margin:0px auto;
	padding:169px 0px 0px 0px;
	text-align:left;
}

/* ヘッダ部 ---------------------------- */
/* 問合せ背景 */
#contact{
	position:absolute;
	display:block;
	width:263px;
	height:80px;
	top:0px;
	margin-left:487px;
	padding:0px;
	text-indent:-2000px;
	background:url(../images/bg_contact.jpg) no-repeat;
}

/* 共通ビジュアル要素 */
h2{
	position:absolute;
	top:80px;
	display:block;
	width:750px;
	height:89px;
	margin:0px;
	padding:0px;
	text-indent:-2000px;
	background:url(../images/visual_regular.jpg) no-repeat;
}



/* 左メニュー部 ---------------------------- */

/* 右段 */
.bnrText{
}

/* content内サムネイル */
.leftFig{
	float:left;
	margin:8px;
}
.rightFig{
	float:right;
	margin:8px;
}