@charset "utf-8";

html{ background-color:#000000;}
a{
	color:#be1735;
	text-decoration:none;
}
a:hover{ text-decoration:underline;}

#body {
	width: 980px;
}

.main {
	margin-right: 10px;
}

/*-----------------------------------------------
上書き:ヘッダー部分
----------------------------------------------- */
#headerArea{
	background-image: url(../images/header_backimg.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin-bottom:1px;
}
#sideArea{
	padding: 5px 0px 0px 15px;
	width: 195px;
}

#sideArea{
	_width: 210px;
}
#headerArea #searchtxt{
	background-image: url(../images/search_backimg.gif);
}
#headerArea form{
	background-image: url(../images/img_logon.gif);
}
#headerArea p, #headerArea p a{ color:#FFFFFF;}

#backimg {
	background: url(../images/t_base_bg.gif) repeat-y 210px;
}

/*-----------------------------------------------
ドロップメニューのスタイル
----------------------------------------------- */
#productsandservices{
	float:none;
	padding-left: 210px;
	height: 27px;
	background: #420000 url(../images/side_backimg.gif) no-repeat left top;
}
#productsandservices li li a{
	background-color:#282828;
	color:#FFFFFF;
}

#productsandservices li ul li a:hover{
	color:#FFFF96 !important;
}
/* safariでmenuのサブメニューがmouseoverで背景が変わらないので「!important」を追加 */

html[xmlns*=""] body:last-child #productsandservices li ul li a:hover {
	color:#FFFFFF;
}

/*---- ここからメインコンテンツ内設定
--------------------------------------------- */

.main h2 {
	background: url(../images/title_bg.gif) no-repeat left top;
	line-height: 1;
	font-size: 16px;
	margin: 0 0 6px;
	padding: 0;
	font-weight: normal;
	font-style: normal;
}

.main h2, .main h3 {
	color: #745744;
}

.main h3 {
	/*font-size: 125%;*/
}

.main .block {
	width: 706px;
	padding: 30px 27px 20px;
	margin: 0;
	color: #575757;
	font-size: 93%;
}

.main .block table {
	color: #575757;
}

.main .block {
	_width: 760px;
}

/* h2のタイトルバーの右側にgoBackがある場合 */

.main #titlebar {
	background: url(../images/title_bg.gif) no-repeat left top;
	margin-bottom: 6px;
	height: 44px;
	width: 705px;
}

.main #titlebar h2 {
	background-image: none;
	float: left;
	margin-bottom: 0;
}

.main #titlebar .goBack {
	float: right;
	margin-top: 16px;
	margin-right: 14px;
	font-size: 12px;
	padding: 0;
}

.main #titlebar .goBack a {
	float: none;
}

.main #titlebar h2, .main #titlebar .goBack {
	_display: inline;
}

.main #titlebar ul.pageSubmenu {
	float: right;
	margin-top: 18px;
	margin-right: 12px;
}

/* 白の角丸影付き枠の設定 */

.main .contentFrame {
	background: url(../images/contentsbase_bg.gif) repeat-y;
	width: 705px;
	padding: 0;
}

.main .contentFrame .frmTop {
	background: url(../images/contentsbase_top.gif) no-repeat 0 top;
	height: 6px;
}

.main .contentFrame .frmHead {
	background: url(../images/contentsbase_headbar.gif) no-repeat 0 top;
	height: 42px;
}

.main .contentFrame .frmHead h3 {
	padding: 0;
	margin: 0;
	background-image: none;
	background-color: transparent;
}

.main .contentFrame .inFrame {
	background: url(../images/contentsbase_btm.gif) no-repeat 0 bottom;
	padding: 20px 43px 20px 42px;
}

/* 「お店を探す」ボタンの設定 */

.main .search_reserveBtn {
	color: #be1735;
	text-align: right;
	margin-right: 3px;
	margin-top: 17px;
}

.main ul.search_reserveBtn li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.main .search_reserveBtn img {
	vertical-align: text-bottom;
	margin-left: 4px;
}

.main ul.search_reserveBtn .reserveBtn {
	margin-left: 20px;
}

/*-----------------------------------------------
サイドエリア：サブメニュー
----------------------------------------------- */
#subMenu{
	width: 175px;
	margin-left: 1px;
}

#subMenu h2{
	height:19px;
	background: url(../images/submenu_bg_top.gif) no-repeat left top;
}
#subMenu ul{
	padding:4px 4px 8px 10px;
	background: url(../images/submenu_bg.gif) no-repeat left bottom;
	margin: 0;
}

#subMenu li{
	padding-left: 8px;
	margin-bottom:0px;
	background: url(../images/ico_disk_red.gif) no-repeat left 0.6em;
}
#subMenu li.act{
	background-image: url(../images/ico_disk_gray.gif);
}

/*-----------------------------------------------
ページの先頭へ戻る
----------------------------------------------- */

.main .pageTop {
	text-align: right;
	margin: 3em 26px 0 0;
	padding: 0;
}

.main .block .pageTop {
	text-align: right;
	margin: 3em 0 0;
	padding: 0;
}

.main .pageTop a {
	background: url(../images/ico_pagetop.png) no-repeat right;
	margin: 0;
	padding: 4px 16px 4px 0;
	float: right;
}

/*-----------------------------------------------
前のページへ戻る
----------------------------------------------- */
.goBack{
	line-height: 1.2em;
	margin: 0;
}
.goBack a{
	float:right;
	background: url(../images/ico_goback.png) no-repeat left center;
	margin: 5px 0 0;
	padding: 0 0 0 16px;
}

.pageTop a,
.goBack a{
	font-size:93%;
}

/*-----------------------------------------------
共通使用クラス
----------------------------------------------- */
.phoR{ float:right;}
.phoL{ float:left;}

/*-----------------------------------------------
リンク文字色
----------------------------------------------- */
#subMenu a,
.pageTop a,
.goBack a{
	color: #be1735;
}

#subMenu .act a{
	color:#969696;
}

/* メインコンテンツ内サブメニュー設定
	｜メニュー｜メニュー｜メニュー｜
	のタイプ
----------------------------------------------- */

.main ul.pageSubmenu {
	border-left: 1px solid #745744;
	margin-top: 8px;
	margin-left: 12px;
}

.main ul.pageSubmenu li {
	border-right: 1px solid #745744;
	float: left;
	list-style-type: none;
	line-height: 1;
	color: #745744;
	padding: 1px 0.7em;
}

.main ul.pageSubmenu li a:link,
.main ul.pageSubmenu li a:visited {
	color: #745744;
}

.main ul.pageSubmenu li a:hover {
	text-decoration: underline;
}

/*-----------------------------------------------
上書き:フッター部分
----------------------------------------------- */

#bottomMenu  {
	background-color: #9e002e;
	border-color: #727272;
	padding-left: 10px;
	padding-right: 10px;
}
#bottomMenu ul{
	border-left: 1px solid #FFFFFF;
}
#bottomMenu li{
	border-right: 1px solid #FFFFFF;
}
#footerArea{ color:#FFFFFF;}
#footerArea a{ color:#FFFFFF; text-decoration:none;}
#footerArea a:hover{ text-decoration:underline;}

/*-----------------------------------------------
透過画像の設定
----------------------------------------------- */
#headerArea form,
#headerArea img {
	behavior: url("../../common/lib/iepngfix/iepngfix.htc")
}


.pageTop a,
.goBack a {
	behavior: url("../../common/lib/iepngfix/iepngfix.htc")
}

/* ===== end css ====== */
