/* ==================================================================
	メニュー
================================================================== */

/* ------------------------------
	メニュー
------------------------------ */
div#sigrest-menu
{
	margin     :0px;
	padding    :0px;
	width      :100%;
	height     :50px;
	background-image :url(/img/img_bg_menu.jpg);
	background-repeat:repeat-x;
	font-size  :0px;
	line-height:0px;
	text-align :center;

}


/* ------------------------------
	ボタングループ
------------------------------ */
.cmn-menu-btn-group
{
	width       :840px;
	margin-left :auto;
	margin-right:auto;
}


/* ------------------------------
	ボタン
------------------------------ */
.cmn-menu-btn
{
	float         :left;
	width         :140px;
	height        :50px;
	vertical-align:top;
	text-align    :center;
}




/* ------------------------------
	メニューの終端に
------------------------------ */
.cmn-menu-end
{
	float:none;
	clear:both;
}




