@charset "shift_jis";

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

body {
	color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	text-align: center;
	font: 13px/2 "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro";
	background: #8A3306 url(../images/bg.jpg) repeat-x center top;	/*背景色、背景画像の読み込み＆リピートしない＆中央上部に配置*/
}
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: #DE590C;	/*マウスオン時の文字色（全体）*/
	text-decoration: none;	/*マウスオン時に下線を消す設定。残したままがいいならこの１行削除。*/
}

/*コンテナー（HPを囲むブロック）
---------------------------------------------------------------------------*/
#container {
	text-align: left;
	width: 960px;	/*コンテナー幅*/
	margin-right: auto;
	margin-left: auto;
	background: #000;	/*コンテナー内の背景色*/
}

/*ヘッダー（ロゴなどが入っているブロック）
---------------------------------------------------------------------------*/
#header {
	text-align: left;
	width: 100%;
	height: 150px;	/*ヘッダーの高さ*/
	position: relative;
}
/*トップページでのヘッダーの高さ*/
#top #header {
	height: 350px;
}
/*h1見出しタグ設定*/
#header h1 {
	font-size: 10px;	/*文字サイズ*/
	text-align: right;	/*右よせ*/
	position: absolute;
	top: 0px;	/*ヘッダーブロックに対して上から0pxの位置に配置。*/
	right: 0px;	/*ヘッダーブロックに対して右から0pxの位置に配置。*/
	z-index: 2;
	color: #FFFFFF;	/*文字色*/
}
#header h1 a {
	text-decoration: none;
	color: #FFFFFF;	/*文字色*/
}
/*ヘッダー画像*/
#header #headerimg {
	position: absolute;
	top: 0px;	/*ヘッダーブロックに対して上から0pxの位置に配置。*/
	left: 0px;	/*ヘッダーブロックに対して左から0pxの位置に配置。*/
	z-index: 1;
}
/*クーポンバナー（通常時）*/
#header #bannercoupon a {
	position: absolute;
	top: 30px;		/*ヘッダーブロックに対して上から30pxの位置に配置。*/
	right: -55px;	/*ヘッダーブロックに対して右から-55pxの位置に配置。*/
}
/*クーポンバナー（マウスオン時）*/
#header #bannercoupon a:hover {
	position: absolute;
	top: 30px;		/*ヘッダーブロックに対して上から30pxの位置に配置。*/
	right: -60px;	/*ヘッダーブロックに対して右から-60pxの位置に配置。*/
}

/*メインメニュー
---------------------------------------------------------------------------*/
ul#menu {
	padding-top: 5px;
	padding-left: 5px;
}
ul#menu li {
	float: left;
}

/*コンテンツ（mainとsubとfooterを囲むブロック）
---------------------------------------------------------------------------*/
#contents {
	clear: left;
	width: 100%;
}

/*メインコンテンツ
---------------------------------------------------------------------------*/
#main {
	float: right;	/*メインコンテンツを右(right)に回り込み*/
	width: 700px;	/*メインコンテンツ幅*/
	padding: 20px 5px 30px 0px;	/*左から、上、右、下、左への余白*/
}
/*h2タグ設定*/
#main h2 {
	font-size: 100%;	/*文字サイズ*/
	color: #FFFFFF;		/*文字色*/
	clear: both;
	width: 685px;
	padding: 8px 0px 8px 15px;	/*左から、上、右、下、左への余白*/
	background: #da2400 url(../images/midashi_bg1.jpg) no-repeat center top;	/*背景色、背景画像の読み込み*/
}
/*段落タグの余白設定*/
#main p {
	padding: 0.5em 10px 1em;	/*左から、上、左右、下への余白*/
}

/*サブコンテンツ
---------------------------------------------------------------------------*/
#sub {
	float: left;	/*サブコンテンツを左(left)に回り込み*/
	width: 240px;	/*サブコンテンツ幅*/
	padding: 20px 0px 30px 5px;	/*左から、上、右、下、左への余白*/
}
/*h3タグ設定*/
#sub h3 {
	font-size: 100%;	/*文字サイズ*/
	color: #FFFFFF;		/*文字色*/
	background: #010101 url(../images/midashi_bg2.jpg) no-repeat center top;	/*背景色、背景画像の読み込み*/
	padding: 15px 10px;	/*左から、上下、左右への余白*/
	margin-bottom: 1px;
	border-bottom: 5px solid #DE590C;	/*下線の線の幅、線種、色*/
}
/*段落タグの余白設定*/
#sub p {
	padding-top: 0.5em;
	padding-right: 0.5em;
	padding-bottom: 0.5em;
	padding-left: 0.5em;/*左から、上、左右、下への余白*/
}

/*サブコンテンツ内のbox1
---------------------------------------------------------------------------*/
#sub .box1 {
	background: #594132;	/*背景色*/
	padding: 10px;
	margin-bottom: 1em;
}
#sub .box1 a {
	color: #FFF;	/*リンクテキストの文字色*/
}

/*サブメニュー
---------------------------------------------------------------------------*/
ul.submenu {
	margin-bottom: 1em;
}
ul.submenu li {
	border-bottom: 1px solid #DE590C;

}
ul.submenu li a {
	display: block;
	width: 235px;
	padding: 3px 0px 3px 5px;
	text-decoration: none;
	color: #FFFFFF;			/*文字色*/
	background: #000000;		/*背景色*/
}
ul.submenu li a:hover {
	background: #DE590C;	/*マウスオン時の背景色*/
	color: #FFFFFF;			/*マウスオン時の文字色*/
}

/*トップページ内「更新情報・お知らせ」ブロック
---------------------------------------------------------------------------*/
#main .new {
	overflow: auto;	/*iframe風に見せる設定。全部表示させたいならこの行と、下のheightの行を削除。*/
	height: 140px;
	width: 690px;
	padding-left: 10px;
}
#main .new dl {
	clear: left;
	width: 670px;
	border-bottom: 1px solid #999;	/*日付ごとの下線の幅、線種、色*/
	overflow: hidden;
}
#main .new dt {
	font-weight: bold;
	float: left;
	width: 100px;
}
#main .new dd {
	float: left;
	width: 570px;
}
#main .new dd img {
	vertical-align: middle;
}
*html #main .new dd img {
	margin-top:0.5em;
	vertical-align: baseline;
}

/*フッター（copyrightが入ったHP最下部ブロック）
---------------------------------------------------------------------------*/
#footer {
	clear: both;
	width: 100%;
	text-align: center;		/*センタリング*/
	font-size: 11px;		/*文字サイズ*/
	background: #8A3306 url(../images/footer_bg.gif) repeat-x left top;	/*背景色、背景画像の読み込み＆X軸(横軸)にリピート＆上部に配置*/
	color: #FFFFFF;			/*文字色*/
	padding-top: 40px;
	padding-bottom: 20px;
}
#footer a {
	text-decoration: none;
	color: #FFFFFF;			/*文字色*/
}

/*テーブル１
---------------------------------------------------------------------------*/
.ta1 {
	width: 700px;
	background:#241F19;
}
.ta1, .ta1 td, .ta1 th{
	border: 1px solid #A6967F;	/*テーブルの枠線の幅、線種、色*/
	line-height: 1.5;
}
/*テーブル内の右側*/
.ta1 td{
	width: 457px;
	padding: 10px;
}
/*テーブル内の左側の見出し部分*/
.ta1 th{
	width: 200px;
	padding: 10px;
	text-align: center;
	background: #3B2F1F;	/*背景色*/
	color: #FFFFFF;			/*文字色*/
}
/*テーブル１行目に入った見出し部分*/
.ta1 th.tamidashi{
	width: auto;
	text-align: left;
	background: #FF4500 url(../images/bg3.gif);	/*背景色、背景画像の読み込み*/
}

/*menu.htmlページのボックス
---------------------------------------------------------------------------*/
#main .box1 {
	padding: 10px;		/*ボックス内の余白*/
	overflow: hidden;
	margin-bottom: 5px;	/*ボックスの線幅、線種、色*/
	width: 680px;
	background: #000;	/*ボックスの背景色*/
	color: #FFF;		/*ボックス内の文字色*/
}
/*写真*/
#main .box1 p.img {
	padding: 0px;
	float: left;	/*画像を左に回り込み*/
}
/*h3見出しタグ*/
#main .box1 h3 {
	font-size: 100%;	/*文字サイズ*/
	margin-left: 210px;	/*左の写真とバランスをとって設定*/
	margin-bottom: 0.5em;
	color: #F3A922;		/*文字色*/
	border-top: 1px dotted #F3A922;		/*上の線の幅、線種、色*/
	border-bottom: 1px dotted #F3A922;	/*下の線の幅、線種、色*/
}
/*h3見出しタグ内の「おすすめ」アイコン*/
#main .box1 h3 img {
	vertical-align: middle;
	padding-left: 10px;
}
/*段落タグ*/
#main .box1 p.text {
	padding: 0px;
	margin-left: 210px;	/*左の写真とバランスをとって設定*/
	font-size: 11px;	/*文字サイズ*/
}
/*リストタグ*/
#main .box1 ul {
	margin-left: 210px;	/*左の写真とバランスをとって設定*/
	list-style: square;	/*リストのマークを■にする設定。通常のものがいいなら「disc」にする。*/
	padding-left: 20px;
	font-size: 11px;	/*文字サイズ*/
}

/*トップページのサムネイルスライドショー
---------------------------------------------------------------------------*/
#thumbnail {
	overflow: hidden;
	font-size: 10px;
	height: 130px;
	width: 700px;
	position: relative;
}
#thumbnail a {
	display: block;
	float: left;
	width: 100px;
	padding-right: 5px;
	padding-left: 5px;
	text-align: center;
}
#thumbnail a img {
	border: 1px solid #CCC;	/*画像の枠線の幅、線種、色*/
}
#thumbnail a:hover img {
	border: 1px solid #DE590C;	/*マウスオン時の画像の枠線の幅、線種、色*/
}

/*クーポン（coupon.html）ページ設定
---------------------------------------------------------------------------*/
/*クーポンブロック*/
#coupon {
	height: 525px;
	width: 700px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
}
/*テキスト部分の設定*/
#coupon p {
	position: absolute;
	height: 210px;	/*ボックスの高さ*/
	width: 230px;	/*ボックスの幅*/
	top: 20px;		/*クーポンブロックに対して上から20pxの所に配置*/
	right: 20px;	/*クーポンブロックに対して右から20pxの所に配置*/
	font-size: 16px;	/*文字サイズ*/
}

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