@charset "shift_jis";

/*
---------------------------------------------------------------------------
■制作元：テンプレートパーティー
■URL：http://template-party.com/
---------------------------------------------------------------------------*/

body {
	color: #FFFFFF;
	background-color: #590001;
	margin: 0px;
	padding: 0px;
	text-align: center;
	font: 75%/2 "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro";
	background-image: url(../images/bg.jpg);	/*背景壁紙*/
}
h1,h2,h3,h4,h5,p,ul,ol,li,dl,dt,dd,form{
	margin: 0px;
	padding: 0px;
}
ul{
	list-style-type: none;
}
img {
	border: none;
}
input,textarea,select {
	font-size: 1em;
}
form {
	margin: 0px;
}
table {
	border-collapse:collapse;
	font-size: 100%;
	border-spacing: 0;
}

/*リンク（全般）設定
---------------------------------------------------------------------------*/
a {
	color: #FFFFFF;
}
a:hover {
	color: #A10000;			/*カーソルオーバー時の文字色*/
	text-decoration: none;	/*カーソルオーバー時に下線を消す設定*/
}

/*コンテナー（HPを囲むブロック）
---------------------------------------------------------------------------*/
#container {
	text-align: left;
	width: 920px;	/*コンテナー幅*/
	margin-right: auto;
	margin-left: auto;
	padding-right: 3px;
	padding-left: 3px;
	background-image: url(../images/container_bg.gif);	/*背景壁紙*/
	background-repeat: repeat-y;					/*背景壁紙をY軸（縦軸）にリピート*/
	background-color: #FFFFFF;						/*背景色*/
}

/*コンテンツ（左右ブロックとフッターを囲むブロック）
---------------------------------------------------------------------------*/
#contents {
	background-image: url(../images/mainimg.jpg);	/*メイン画像を背景画像として読み込む*/
	background-repeat: no-repeat;				/*画像をリピートしない*/
	background-position: center 50px;			/*画像を中央、上から50pxに配置*/
}

/*メインコンテンツ
---------------------------------------------------------------------------*/
#main {
	float: right;	/*右側に回り込みさせる*/
	width: 600px;	/*メインコンテンツ幅*/
	padding-right: 20px;
	padding-bottom: 50px;
}
/*h1タグ設定*/
#main h1 {
	font-size: 10px;	/*文字サイズ*/
	text-align: right;	/*文字を右寄せ*/
	line-height: 50px;
	padding-bottom: 320px;	/*下側に320px(メイン画像の高さ分)余白を作る*/
}
#main h1 a {
	text-decoration: none;
}
/*h2タグ設定*/
#main h2 {
	font-size: 120%;		/*文字サイズ*/
	color: #FFFFFF;			/*文字色*/
	padding: 8px 10px;		/*左から、上下、左右への余白*/
	border-bottom: 3px solid #a10000;		/*下線の幅、線種、色の設定*/
	background-image: url(../images/bg2.jpg);	/*背景画像の読み込み*/
	background-repeat: no-repeat;			/*背景画像をリピートしない*/
	background-position: right center;		/*背景画像を右側、上下中央に配置*/
	background-color: #000000;				/*背景色*/
	clear: both;
	width: 580px;
}
/*h3タグ設定*/
#main h3 {
	font-size: 100%;	/*文字サイズ*/
	border-bottom: 1px solid #ffffff;	/*下線の線の幅、線種、色*/
	border-left: 4px solid #A10000;		/*左側の線の幅、線種、色*/
	padding-left: 5px;
}
/*段落タグの余白設定*/
#main p {
	padding: 0.5em 10px 1em;/*左から、上、左右、下への余白*/
}

/*サブコンテンツ
---------------------------------------------------------------------------*/
#sub {
	float: left;	/*左側に回り込みさせる*/
	width: 220px;	/*サブコンテンツ幅*/
	padding-left: 50px;
	padding-bottom: 50px;
}
/*ロゴ画像*/
#sub #logo {
	padding-bottom: 50px;	/*ロゴとメニューの間の余白*/
}

/*サブメニュー
---------------------------------------------------------------------------*/
#sub ul.submenu li {
	padding-bottom: 7px;	/*メニュー同士の余白*/
}
#sub ul.submenu img {
	vertical-align: bottom;
}

/*サブメニュー内のメニュー（menu.htmlにて使用）
---------------------------------------------------------------------------*/
#sub ul.submenu2 li {
	padding-bottom: 0;
	background-image: url(../images/bg3.gif);	/*背景のグラデ画像読み込み*/
	background-repeat: repeat-x;			/*背景画像をＸ軸（横軸）にリピート*/
	background-position: bottom;			/*背景画像を下部に配置*/
	background-color: #FFFFFF;				/*背景色*/
}
#sub ul.submenu2 a {
	text-decoration: none;	/*リンク設定時にデフォルトで入る下線を消す*/
	display: block;
	width: 208px;
	border-right: 1px solid #ffffff;	/*右側の線の幅、線種、色*/
	border-bottom: 1px solid #ffffff;	/*下側の線の幅、線種、色*/
	border-left: 1px solid #ffffff;		/*左側の線の幅、線種、色*/
	padding: 5px 0px 5px 10px;	/*左から、上、右、下、左への余白*/
	color: #000000;
}
#sub ul.submenu2 a:hover {
	color: #FFFFFF;				/*カーソルオーバー時の文字色*/
	background-color: #A10000;	/*カーソルオーバー時の背景色*/
}

/*トップページ内「更新情報・お知らせ」ブロック
---------------------------------------------------------------------------*/
#main .new {
	overflow: auto;
	height: 150px;			/*ボックスの高さ*/
	width: 580px;
	padding-left: 10px;
}
#main .new dl {
	clear: left;
	width: 560px;
	border-bottom: 1px solid #cccccc;	/*日付ごとに入る下線の幅、線種、色*/
	overflow: hidden;
}
#main .new dt {
	font-weight: bold;	/*日付を太字に*/
	float: left;
	width: 100px;
}
#main .new dd {
	float: left;
	width: 460px;
}
#main .new dd img {
	vertical-align: middle;
}
*html #main .new dd img {
	margin-top:0.5em;
	vertical-align: baseline;
}

/*フッター
---------------------------------------------------------------------------*/
#footer {
	text-align: center;	/*センタリング*/
	clear: both;
	width: 100%;
	padding-top: 30px;
	padding-bottom: 30px;
	border-top: 1px solid #36322F;		/*上側の線の幅、線種、色*/
	border-bottom: 1px solid #36322F;	/*下側の線の幅、線種、色*/
	color: #FFFFFF;				/*文字色*/
	background-color: #a10000;	/*背景色*/
	background-image: url(../images/footer_bg.jpg);	/*背景画像の読み込み*/
	background-repeat: no-repeat;					/*背景画像をリピートしない*/
	background-position: right center;				/*背景画像を右側、上下中央に配置*/
}
/*フッター内にリンク設定した場合用*/
#footer a {
	text-decoration: none;	/*リンク設定時にデフォルトで入る下線を消す*/
	color: #FFFFFF;			/*文字色*/
}

/*テーブル１
---------------------------------------------------------------------------*/
.ta1 {
	width: 600px;
}
.ta1, .ta1 td, .ta1 th{
	border: 1px solid #ffffff;	/*テーブルの枠線の幅、線種、色*/
	line-height: 2;
}
.ta1 td {
	padding: 10px;	/*テーブル内の余白*/
	width: 50%;
	text-align: center;	/*センタリング*/
}
/*テーブル１行目に入った見出し部分*/
.ta1 th{
	background-color: #A10000;	/*背景色*/
	text-align: left;
	padding: 10px;
	color: #FFFFFF;	/*文字色*/
}

/*テーブル２
---------------------------------------------------------------------------*/
.ta2 {
	width: 600px;
}
.ta2, .ta2 td, .ta2 th{
	border: 1px solid #ffffff;	/*テーブルの枠線の幅、線種、色*/
	line-height: 2;
}
/*テーブル内の右側*/
.ta2 td{
	width: 357px;
	padding: 10px;				/*テーブル内の余白*/
	vertical-align: top;
}
/*テーブル内の段落タグの余白*/
.ta2 p {
	padding: 0px !important;
}
/*テーブル内の左側の見出し部分*/
.ta2 th{
	width: 200px;				/*幅*/
	padding: 10px;				/*テーブル内の余白*/
	text-align: center;			/*文字をセンタリング*/
	background-color: #383431;	/*背景色*/
	color: #FFFFFF;	/*文字色*/
}
.ta2 th a {
	color: #FFFFFF;	/*文字色*/
}
/*テーブル内のh3タグ設定*/
.ta2 h3 {
	margin-bottom: 0.5em;
	color: #A10000;		/*文字色*/
}
/*テーブル１行目に入った見出し部分*/
.ta2 th.tamidashi{
	width: auto;
	text-align: left;
	background-color: #A10000;	/*背景色*/
	color: #FFFFFF;	/*文字色*/
}
/*「当店おすすめ」マーク設定*/
.osusume {
	background-image: url(../images/mark_osusume.gif);	/*画像読み込み*/
	background-repeat: no-repeat;					/*画像をリピートしない*/
	background-position: right bottom;				/*画像を右側、下部に配置*/
}
/*「人気No.１」マーク設定*/
.no1 {
	background-image: url(../images/mark_no1.gif);	/*画像読み込み*/
	background-repeat: no-repeat;				/*画像をリピートしない*/
	background-position: right bottom;			/*画像を右側、下部に配置*/
}

/*クーポンページ
---------------------------------------------------------------------------*/
#coupon {
	position: relative;
	height: 200px;	/*クーポン画像の高さ*/
	width: 600px;	/*クーポン画像の幅*/
	padding: 0px !important;
}
/*有効期限テキスト設定*/
#coupon span {
	font-size: 16px;	/*文字サイズ*/
	line-height: 50px;
	height: 50px;
	position: absolute;
	width: 220px;
	right: 15px;	/*クーポン画像に対して右から15pxの位置に配置*/
	bottom: 10px;	/*クーポン画像に対して下から10pxの位置に配置*/
	text-align: center;
	color: #FFFFFF;	/*文字色*/
}

/*その他
---------------------------------------------------------------------------*/
.look {
	background-color: #d9d9d9;
}
.mb1em {
	margin-bottom: 1em;
}
.clear {
	clear: both;
}
ul.disc {
	padding: 0em 25px 1em;
	list-style: disc;
	text-align: left;
}
.color1 {
	color: #A10000;
}
.pr {
	font-size: 10px;
}
.btn {
	font-size: 13px;
}
.wl {
	width: 96%;
}
.ws {
	width: 50%;
}
.c {
	text-align: center;
}
