@charset "shift_jis";

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

body {
	color: #514130;
	margin: 0px;
	padding: 0px;
	text-align: center;
	font: 100%/2 "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro";
	background: #b88c50 url(../images/bg.gif) repeat-x top;	/*背景色、背景画像の読み込み＆X軸にリピート＆上部に配置*/
}
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: #514130;
}
a:hover {
	color: #9F0000;	/*マウスオン時の文字色（全体）*/
	text-decoration: none;	/*マウスオン時に下線を消す設定*/
}

/*コンテナー（HPを囲むブロック）
---------------------------------------------------------------------------*/
#container {
	text-align: left;
	width: 920px;
	margin-right: auto;
	margin-left: auto;
}

/*ヘッダー（ロゴが入っている最上段ブロック）
---------------------------------------------------------------------------*/
#header {
	text-align: left;
	height: 65px;	/*ヘッダーの高さ*/
	width: 100%;
	position: relative;
}
/*ロゴ画像設定*/
#header #logo {
	position: absolute;
	left: 0px;	/*ヘッダーブロックに対して左から0pxの位置に配置*/
	top: 0px;	/*ヘッダーブロックに対して上から0pxの位置に配置*/
}
/*h1見出しタグ設定*/
#header h1 {
	font-size: 15px;	/*文字サイズ*/
	line-height: 20px;
	text-align: right;	/*右寄せ*/
	font-weight: normal;
	color: #B88650;		/*文字色*/
	position: absolute;
	right: 0px;		/*ヘッダーブロックに対して右から0pxの位置に配置*/
	top: 20px;	/*ヘッダーブロックに対して上から20pxの位置に配置*/
}
#header h1 a {
	text-decoration: none;
	color: #B88650;	/*文字色*/
}

/*メインメニュー
---------------------------------------------------------------------------*/
ul#menu li {
	float: left;
	padding-right: 4px;
}
ul#menu li.last {
	padding: 0;
}
ul#menu img {
	vertical-align: bottom;
}

/*コンテンツ（mainとsubとfooterを囲むブロック）
---------------------------------------------------------------------------*/
#contents {
	clear: left;
	width: 100%;
	padding-top: 10px;
	background: #CEA573 url(../images/contents_bg.gif);	/*背景色、背景画像の読み込み*/
}

/*メインコンテンツ（左側ブロック）
---------------------------------------------------------------------------*/
#main {
	float: left;	/*メインコンテンツを左(left)に回り込み*/
	width: 670px;	/*メインコンテンツ幅*/
	padding: 0px 0px 30px 10px;	/*左から、上、右、下、左への余白*/
}
/*h2タグ設定*/
#main h2 {
	font-size: 100%;	/*文字サイズ*/
	color: #FFFFFF;		/*文字色*/
	clear: both;
	width: 570px;
	background: url(../images/bg1.gif) no-repeat right center;/*背景画像の読み込み＆リピートしない＆画像の右側・上下中央を配置*/
	padding: 10px 90px 10px 10px;	/*左から、上、右、下、左への余白*/
}
/*段落タグの余白設定*/
#main p {
	padding: 0.5em 10px 1em;	/*左から、上、左右、下への余白*/
}
/*段落タグ内で幅を一杯に使う設定（item.htmlにて使用）*/
#main p.img {
	padding: 0.5em 0px 1em;	/*左から、上、左右、下への余白*/
}

/*サブコンテンツ（右側ブロック）
---------------------------------------------------------------------------*/
#sub {
	float: right;	/*サブコンテンツを右(right)に回り込み*/
	width: 220px;	/*サブコンテンツ幅*/
	padding: 0px 10px 30px 0px;	/*左から、上、右、下、左への余白*/
}
/*h3タグ設定*/
#sub h3 {
	font-size: 100%;
	color: #FFFFFF;	/*文字色*/
	border-bottom: 4px solid #9f0000;	/*下部の線の幅、線種、色の設定*/
	background: #000000 url(../images/bg1.gif) no-repeat left center;	/*背景色、背景画像の読み込み＆リピートしない＆画像の左側・上下中央を配置*/
	padding: 5px;
}
/*段落タグの余白設定*/
#sub p {
	padding: 0.5em 0px 1em;	/*左から、上、左右、下への余白*/
}

/*サブメニュー
---------------------------------------------------------------------------*/
ul.submenu {
	margin-bottom: 1em;
}
ul.submenu li a {
	display: block;
	width: 210px;
	padding: 5px;
	text-decoration: none;
	color: #ffffff;		/*文字色*/
	background: #000000;	/*背景色*/
}
ul.submenu li {
	margin-bottom: 1px;	/*メニュー間の隙間*/
}
ul.submenu li a:hover {
	background-color: #9f0000;	/*マウスオン時の背景色*/
	color: #FFFFFF;	/*マウスオン時の文字色*/
}

/*トップページ内「更新情報・お知らせ」ブロック
---------------------------------------------------------------------------*/
#main .new {
	overflow: auto;
	height: 150px;	/*ブロックの高さ*/
	width: 660px;
	padding-left: 10px;
	color: #FFFFFF;	/*文字色*/
	background: #000000;	/*背景色*/
}
#main .new dl {
	clear: left;
	width: 640px;
	border-bottom: 1px solid #a68969;	/*日付ごとの下線の幅、線種、色*/
	overflow: hidden;
}
#main .new dt {
	font-weight: bold;	/*日付を太字にする設定。通常がいいならこの１行削除。*/
	float: left;
	width: 100px;
}
#main .new dd {
	float: left;
	width: 540px;
}
#main .new dd img {
	vertical-align: middle;
}
*html #main .new dd img {
	margin-top:0.5em;
	vertical-align: baseline;
}
#main .new a {
	color: #FFFFFF;	/*ブロック内でリンク設定した際の文字色*/
}

/*フッター
---------------------------------------------------------------------------*/
#footer {
	clear: both;
	width: 100%;
	text-align: center;	/*文字をセンタリング*/
	color: #FFFFFF;		/*文字色*/
	background: url(../images/footer_bg.gif) repeat-x top;	/*背景画像の読み込み＆X軸(横軸)にリピート＆上部に配置*/
	padding-top: 50px;
	padding-bottom: 10px;
}
#footer a {
	text-decoration: none;
	color: #FFFFFF;
}

/*テーブル１
---------------------------------------------------------------------------*/
.ta1 {
	width: 670px;
	color: #FFFFFF;			/*文字色*/
	background: #000000;	/*背景色*/
}
.ta1, .ta1 td, .ta1 th{
	border: 1px solid #ffffff;	/*テーブルの枠線の幅、線種、色*/
	line-height: 2;
}
/*テーブル内の右側*/
.ta1 td{
	width: 427px;
	padding: 10px;
}
/*テーブル内の段落タグの余白*/
.ta1 p {
	padding: 0px !important;
}
/*テーブル内の左側の見出し部分*/
.ta1 th{
	width: 200px;
	padding: 10px;
	text-align: center;		/*文字をセンタリング*/
	background: #9F0000;	/*背景色*/
}
/*テーブル１行目に入った見出し部分*/
.ta1 th.tamidashi{
	width: auto;
	text-align: left;	/*背景色*/
	color: #FFFFFF;		/*文字色*/
	background: url(../images/bg1.gif) no-repeat left center;	/*背景画像の読み込み＆リピートしない＆左側・上下中央に配置*/
	padding-top: 20px;
	padding-bottom: 20px;
}
.ta1 a,
.ta1 a:hover {
	color: #FFFFFF;	/*テーブル内でリンク設定した場合の文字色*/
}

/*トップページのスライドショー
---------------------------------------------------------------------------*/
#mainimg {
	position: relative;
	height: 250px;
	width: 900px;
	margin-bottom: 10px;
	margin-right: auto;
	margin-left: auto;
}
#mainimg .slide_file {
	display: none;
}
#slide_image {
	z-Index:2;
	position: absolute;
	left:0px;
	top:0px;
}
#slide_image2 {
	z-Index:1;
	position: absolute;
	left:0px;
	top:0px;
}

/*shopping.htmlページのボックス
---------------------------------------------------------------------------*/
#main .box1 {
	width: 645px;
	padding: 10px;
	overflow: hidden;
	background: #3E0000 url(../images/bg1.gif) no-repeat left top;	/*背景色、背景画像の読み込み＆X軸(横軸)にリピート＆上部に配置*/
	margin-bottom: 0.5em;
	color: #CEA573;	/*文字色*/
	border-left: 5px solid #9F0000;	/*左側の線幅、線種、色*/
}
#main .box1 .left {
	float: left;
	width: 210px;
}
#main .box1 .left img {
	padding: 5px;	/*画像まわりの余白*/
	background-color: #FFFFFF;	/*画像の背景色*/
	vertical-align: bottom;
}
#main .box1 .left a:hover img {
	background-color: #CEA573;	/*マウスオン時の画像の背景色*/
}
#main .box1 .right {
	float: right;
	width: 410px;
}
#main .box1 .right h3 {
	font-size: 100%;
	color: #CEA573;	/*h3タグの文字色*/
	border-bottom: 1px dotted #CEA573;	/*下線の幅、線種、色*/
}
#main .box1 .right h3 a {
	color: #CEA573;	/*リンク設定した際のh3タグの文字色*/
}
#main .box1 p {
	padding: 0px;
}

/*QAページ
---------------------------------------------------------------------------*/
dl.qa dt {
	background: url(../images/qa_q.gif) no-repeat left top;	/*Qアイコンの読み込み*/
	padding-left: 30px;
	font-weight: bold;	/*文字を太字に。通常がいいならこの１行削除。*/
	color: #9F0000;		/*文字色*/
}
dl.qa dd {
	background: url(../images/qa_a.gif) no-repeat left top;	/*Aアイコンの読み込み*/
	padding-left: 30px;
	border-bottom: 1px solid #B88650;	/*下線の幅、線種、色*/
}

/*その他
---------------------------------------------------------------------------*/
.look {
	background-color: #B88650;
}
.mb1em {
	margin-bottom: 1em;
}
.mb1 {
	margin-bottom: 1px;
}
.c {
	text-align: center;
}
.clear {
	clear: both;
}
ul.disc {
	padding: 0em 25px 1em;
	list-style: disc;
}
.color1 {
	color: #9F0000;
}
.pr {
	font-size: 10px;
}
