﻿/*
	共通定義
*/
#SpotMenuPage h2.title {
	background-position:12px 6px;
	border-left: solid 11px #f9d48c;
	border-bottom: dashed 1px #f9d48c;
}

#SpotMenuPage div.ContentBox div.Container {
	border-left: solid 1px #c9caca;
	border-right: solid 1px #c9caca;
	border-bottom: solid 1px #c9caca;
}
#SpotMenuPage div.ContentBox {
	background-image: url(../img/common/box_base_top.gif);
	background-repeat: no-repeat;
	padding-top:6px;
}

/*
	メニュー　タイトル
*/
#SpotMenuPage #MenuBlock h2.title {
	background-image: url(../img/menu/title_menu.gif);
	background-repeat: no-repeat;
}

/*
	オプションメニュー　タイトル
*/
#SpotMenuPage #OptionMenuBlock h2.title {
	background-image: url(../img/menu/title_option.gif);
	background-repeat: no-repeat;
}

/*
	コンテンツBOX　タイトル
*/
#SpotMenuPage h3.stitle {
	background-color:#fda64d;
	border-bottom: solid 4px #8fb5e1;
	padding:0px 18px 4px;
}

#SpotMenuPage h3.stitle span{
	color:#ffffff;
}


/*
	メニュー　詳細テーブル
*/
#SpotMenuPage tr.TitleRow th {
	border: solid 1px #ff9933;
	background-color: #fbf28f;
	color: #ff9933;
}
#SpotMenuPage tr.DetailRow td {
	border: solid 1px #999999;
}

