/* -- 共通CSS -- */

/* -- リセット -- */
* {
	font-size: 100%;
	font-style: normal;
	font-weight: normal;
	margin: 0;
	padding: 0;
}

/* -- Body設定 -- */
body {
	background-image: url(../img/common/background.gif);
	text-align: center;
	margin: 23px auto;
	height: 100%;
}
/* -- 枠線 -- */
table#waku{
	border-top-style: none;
	border-right: 1px solid #666666;
	border-bottom-style: none;
	border-left:  1px solid #666666;
	border-collapse: collapse;
	margin: 0 auto;
	padding: 0 auto;
	height: 50%;
	width: 752px;
	background-color: #ffffff;
	text-align: center;
}

/* -- 画像枠線(灰色/左線無し) -- */
img#gray_waku{
	border-top: 1px solid #666666;
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;
	border-left-style: none;
}
/* -- 画像枠線(灰色/上下のみ) -- */
img#gray_waku_tb{
	border-top: 1px solid #666666;
	border-right-style: none;
	border-bottom: 1px solid #666666;
	border-left-style: none;
}
/* -- 水平線(テーブル用) -- */
#hr{
	background-color: #999999;
	background-repeat: repeat-x;
	padding: 0px;
	margin: 0px;
}
/* -- 水平線(直線) -- */
hr {
	border: 1px solid #ffffff;
}
/* -- 水平線(ドット/テーブル用) -- */
#hr-dot{
	background-image: url(../img/common/dotline_2px.gif);
	background-repeat: repeat-x;
	padding: 0px;
	margin: 0px;
}
/* -- 縦線(ドット) -- */
#vr-dot{
	background-image: url(../img/common/dotline_2pxtate.gif);
	background-repeat: repeat-y;
	padding: 0px;
	margin: 0px;
}

/* -- テキストリンク -- */
a:link {
	color: #993333;
}
a:hover,
  active {
	color: #D1BABA;
	text-decoration: none;
}
a:visited {
	color: #996666;
}


/* -- ヘッダーここから -- */
#header{
	margin: 0 auto;
	padding: 0 auto;
	width: 752px;
}
/* -- タイトル -- */
#header h1#title{
	font-size: 14px;
	color: #416C3F;
	font-weight: bold;
	line-height: 120%;
	position: absolute;
	top: 5px;
	width: 750px;
	text-align: left;
	margin: 3px 0px 0px 3px;
}
/* -- タブナビ -- */
#header #tab-navi{
	position: absolute;
	top: 5px;
	width: 750px;
	float: right;
	clear: right;
	font-size: 10px;
}
#header #tab-navi ul#tab li#tab-link{
	line-height: 1.8;
	width: 80px;
	height: 17px;
	list-style: none;
	font-size: 100%;
	background: #ffffff url('../img/common/header/tab.gif') no-repeat right bottom;
	float: right;
	display: block;
	margin: 0px 1px 0px 0px;
}
/* -- ロゴ左 -- */
#header #logo{
	border: 1px solid #666666;
	border-collapse: collapse;
	padding: 10px 10px 8px 10px;
	margin: 0px auto;
	height: 70px;
	width: 752px;
	background: url('../img/common/header/header_bg.gif') repeat;
}
/* -- ロゴ右 -- */
#header #logo-right{
	border-style: none;
	padding-right: 15px;
	margin: 0 auto;
	height: 70px;
	color: #ffffff;
	font-size: 12px;
	line-height: 110%;
}
/* -- ヘッダーここまで -- */

/* -- グローバルナビ -- */
#g-menu{
	border-top: 1px solid #666666;
	border-right:  1px solid #666666;
	border-bottom-style:  none;
	border-left:  1px solid #666666;
	border-collapse: collapse;
	position: rerative;
	margin: 0 auto;
	padding: 0px 0px 0px 0px;
	height: 20px;
	width: 752px;
	background-color: #666666;
}
/* -- ナビ -- */
#navi{
	height: 22px;
	padding: 0px 0px 0px 10px;
	font-size: 10px;
	text-align: left;
	line-height: 120%;
	background-color: #ffffff;
}
/* -- タイトルバナー -- */
#top-banner{
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
/* -- インラインメニュー -- */
#menu{
	font-size: 12px;
	line-height: 150%;
	color: #993333;
}

/* -- フッター　ここから -- */
#footer{
	padding: 0px 0px 0px 0px;
	margin: 0 auto;
	height: 80px;
	width: 752px;
	background-color: #ffffff;
}
/* -- フッターグローバルナビ -- */
#footer-menu{
	height: 22px;
	padding: 30px 0px 0px 0px;
	font-size: 12px;
	line-height: 150%;
	background-color: #ffffff;
}
/* -- フッターナビ（indexのみ） -- */
#footer-menu-index{
	height: 22px;
	padding: 5px 0px 0px 0px;
	font-size: 12px;
	line-height: 150%;
	background-color: #ffffff;
}
/* -- フッター枠線 -- */
#footer #footer-waku{
	height: 80px;
	width: 752px;
	border-top-style:  none;
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;
	border-left:  1px solid #666666;
	background-color: #ffffff;
}
.num {
	font-family: "ＭＳ ゴシック", "Osaka−等幅";
}
/* -- フッター　ここまで -- */

/* -- Hx設定 -- */
h2 {
	font-size: 16px;
	margin: 0px;
	padding: 5px;
}
h3 {
	font-size: 14px;
	margin: 0px;
	padding: 0px;
}

/* -- P設定 -- */
p {
	margin: 5px 10px;
}

/* -- td設定 -- */
td {
	font-size: 11pt;
	line-height: 140%;
	color: #444444;
}

/* -- リスト設定 -- */
li {
	margin: 0px 0px 0px 20px;
	padding: 0px 0px 0px 3px;
	list-style-position: outside;
	list-style-image: url(../img/common/arrow_red.gif);
	font-size: 12px;
}

/* -- フォントクラス設定　ここから -- */
/* -- フォント10px・上下余白120％ -- */
.font10px {
	font-size: 10px;
	line-height: 120%;
}
/* -- フォント12px・上下余白110％ -- */
.font12-110 {
	font-size: 12px;
	line-height: 110%;
}
/* -- フォント12px・上下余白150％ -- */
.font12px {
	font-size: 12px;
	line-height: 150%;
}
/* -- フォント12px・上下余白150％・ボールド -- */
.font12b-150 {
	font-size: 12px;
	line-height: 150%;
	font-weight: bold;
}
/* -- フォント12px・上下余白150％・ボールド・白色 -- */
.font12b-150w {
	font-size: 12px;
	line-height: 150%;
	font-weight: bold;
	color: #ffffff;
}
/* -- フォント12px・上下余白150％・ボールド・青色 -- */
.font12b-150b {
	font-size: 12px;
	line-height: 150%;
	font-weight: bold;
	color: #0000ff;
}
/* -- フォント12px・上下余白150％・ボールド・赤色 -- */
.font12b-150r {
	font-size: 12px;
	line-height: 150%;
	font-weight: bold;
	color: #FF0000;
}
/* -- フォント12px・上下余白24px・薄罫線付 -- */
.menu-bg {
	background-image: url(../img/restaurant/line_bg.gif);
	font-size: 12px;
	line-height: 24px;
}
/* -- フォント14px・上下余白150％ -- */
.font14px-150 {
	font-size: 14px;
	line-height: 150%;
}
/* -- フォント14px・上下余白150％・ボールド -- */
.font14b-150 {
	font-size: 14px;
	line-height: 150%;
	font-weight: bold;
}
/* -- フォント14px・上下余白150％・ボールド・赤色 -- */
.font14b-150r {
	font-size: 14px;
	line-height: 150%;
	font-weight: bold;
	color: #FF0000;
}
.14b-150 {
	font-size: 14px;
	line-height: 150%;
	font-weight: bold;
}
/* -- フォント14px・上下余白300％・ボールド -- */
.font14b-300 {
	font-size: 14px;
	line-height: 300%;
	font-weight: bold;
}

/* -- フォント16px・上下余白150％ -- */
.font16-150 {
	font-size: 16px;
	line-height: 150%;
}
/* -- フォント16px・上下余白150％・ボールド -- */
.font16b-150 {
	font-size: 16px;
	line-height: 150%;
	font-weight: bold;
}
/* -- フォント16px・上下余白150％・ボールド・白色 -- */
.font16b-150w {
	font-size: 16px;
	line-height: 150%;
	font-weight: bold;
	color: #ffffff;
}
/* -- フォント16px・上下余白150％・ボールド・赤色 -- */
.font16b-150r {
	font-size: 16px;
	line-height: 150%;
	font-weight: bold;
	color: #ff0000;
}
/* -- フォント16px・上下余白150％・ボールド・青色 -- */
.font16b-150b {
	font-size: 16px;
	line-height: 150%;
	font-weight: bold;
	color: #0000ff;
}
/* -- フォント16px・上下余白300％・ボールド -- */
.font16b-300 {
	font-size: 16px;
	line-height: 300%;
	font-weight: bold;
}
/* -- フォント20px・上下余白150％・ボールド -- */
.font20b-150 {
	font-size: 20px;
	line-height: 150%;
	font-weight: bold;
}
/* -- フォント24px・上下余白150％・ボールド -- */
.font24b-150 {
	font-size: 24px;
	line-height: 150%;
	font-weight: bold;
}
/* -- フォント30px・上下余白200％・ボールド900 -- */
.font30b-200 {
	font-size: 30px;
	line-height: 200%;
	font-weight: 900;
}
/* -- ボールドのみ -- */
.bold {
	font-weight: bold;
}
#bold {
	font-weight: bold;
}

/* -- 赤＆ボールド -- */
.red-b {
	color: #FF0000;
	font-weight: bold;
}
#red-b {
	color: #FF0000;
	font-weight: bold;
}
/* -- イタリック体＆ボールド -- */
.it-b {
	font-style: italic;
	font-weight: bold;
}

/* -- 赤 -- */
.red {
	color: #FF0000;
}
#red {
	color: #FF0000;
}


.menu-bg-back {
	font-size: 12px;
	line-height: 24px;
}
.ctype-w{
	color: #ffffff;
}

.banner{
	position:fixed;
	top:132px;
	left:25px;
}

/* -- マージン -- */
/* -- 四方マージン -- */
.margin-20{
	margin: 20px;
}
.margin-50{
	margin: 50px;
}
/* -- 上左マージン -- */
.margin-150-30{
	margin: 30px 0px 0px 150px;
}
.margin-200{
	margin: 30px 0px 0px 200px;
}
/* -- 右マージンのみ -- */
.rightmargin-50{
	margin-right: 50px;
}
.rightmargin-100{
	margin-right: 100px;
}
.rightmargin-150{
	margin-right: 150px;
}
.rightmargin-200{
	margin-right: 200px;
}
/* -- 左マージンのみ -- */
.leftmargin-10{
	margin-left: 10px;
}
.leftmargin-20{
	margin-left: 20px;
}
.leftmargin-100{
	margin-left: 100px;
}
.leftmargin-150{
	margin-left: 150px;
}
.leftmargin-300{
	margin-left: 300px;
}
/* -- マージン　ここまで -- */

/* -- indexページのみ -- */
/* -- メニュー -- */
#index_menu_bg {
	background-image: url(../img/index_img/image_bg.gif);
	background-repeat : no-repeat;
	background-position: right bottom;
	height: 120px;
}
.td_lightgray_waku{
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	vertical-align: text-top;
}
.td_lightgray_waku_trb{
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-left-style: none;
	vertical-align: text-top;
}
/* -- メニューここまで -- */
/* -- ハッピーストーリー枠 -- */
.td_hs_waku_rl{
	border-top: 1px solid #FFCCFF;
	border-right: 1px solid #FFCCFF;
	border-bottom-style: none;
	border-left: 1px solid #FFCCFF;
	background-color: #FFF5FF;
	margin-top: 0px;
}
.td_hs_waku_r{
	border-top-style: none;
	border-right: 1px solid #FFCCFF;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #FFF5FF;
	margin-top: 0px;
}
.td_hs_waku_b{
	border-top-style: none;
	border-right-style: none;
	border-bottom: 1px solid #FFCCFF;
	border-left-style: none;
	background-color: #FFF5FF;
	margin-top: 0px;
}
.td_hs_waku_l{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left: 1px solid #FFCCFF;
	background-color: #FFF5FF;
	margin-top: 0px;
}
/* -- ハッピーストーリー枠 ここまで -- */
/* -- indexページのみここまで -- */
