@charset "shift_jis";

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


body {
	color: #333333;	/*全体の文字色*/
	margin: 0px;
	padding: 0px;
	text-align: center;
	font: 75%/2 "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro";
	background: #FFFFFF 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: #333333;	/*リンクテキストの色*/
}
a:hover {
	color: #E0230F;	/*マウスオン時の文字色*/
	text-decoration: none;	/*マウスオン時に下線を消す設定。そのままがいいならこの１行削除。*/
}

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

/*ヘッダー（ロゴが入ったブロック）
---------------------------------------------------------------------------*/
#header {
	width: 100%;
	text-align: center;	/*ヘッダー内をセンタリング*/
	background: url(../images/header_bg.gif) no-repeat center top;	/*ヘッダー背景画像の読み込み＆上部に配置*/
}
/*h1見出しタグ設定*/
#header h1 {
	font-size: 10px;	/*文字サイズ*/
	line-height: 24px;
	color: #FFFFFF;		/*文字色*/
	padding-bottom: 20px;
}
#header h1 a {
	text-decoration: none;
	color: #FFFFFF;	/*文字色*/
}

/*トップページのスライドショー
---------------------------------------------------------------------------*/
#mainimg {
	position: relative;
	height: 320px;
	width: 930px;
}
#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;
}
#mainimg img {
	vertical-align: bottom;
}

/*メインメニュー
---------------------------------------------------------------------------*/
ul#menu {
	padding-left: 20px;
	padding-top: 17px;
}
ul#menu li {
	float: left;
	padding-right: 10px;
	margin-bottom: 5px;
}
ul#menu img {
	vertical-align: bottom;
}

/*コンテンツ（左右のブロックとフッターを囲むボックス）
---------------------------------------------------------------------------*/
#contents {
	clear: left;
	width: 890px;	/*コンテンツ幅*/
	margin-right: auto;
	margin-left: auto;
}

/*メインコンテンツ
---------------------------------------------------------------------------*/
#main {
	float: right;	/*メインコンテンツを左(left)に回り込み*/
	width: 670px;	/*メインコンテンツ幅*/
	padding-bottom: 30px;
}
/*h2タグ設定*/
#main h2 {
	font-size: 120%;	/*文字サイズ*/
	color: #FFFFFF;		/*文字色*/
	clear: both;
	width: 670px;
	line-height: 90px;
	height: 70px;
	padding-left: 10px;
	overflow: hidden;
	background: url(../images/h2bg.gif) no-repeat;	/*背景画像の読み込み、背景画像をリピートしない(no-repeat)*/
}
#main h2 img {
	vertical-align: middle;
}
/*段落タグの余白設定*/
#main p {
	padding: 0.5em 10px 1em;	/*左から、上、左右、下への余白*/
}

/*メインコンテンツ内のbox（info.htmlにて使用）
---------------------------------------------------------------------------*/
/*box１個あたりの設定*/
#main .box {
	background: #FFF;	/*背景色*/
	padding: 10px;		/*ボックス内の余白*/
	border: 3px solid #E0230F;	/*枠線の幅、線種、色*/
	overflow: hidden;	/*簡易clearfix*/
	width: 644px;
	margin-bottom: 1em;	/*ボックス同士の余白*/
}
/*左の写真を囲むp段落タグの設定*/
#main .box p.img {
	float: left;	/*左に回り込みさせる設定*/
	padding: 0px;	/*余白のリセット*/
}
/*左の写真画像の設定*/
#main .box p.img img {
	padding: 5px;	/*画像と枠線の間の余白*/
	border: 1px solid #CCC;	/*枠線の幅、線種、色*/
}
/*h3見出しタグ設定*/
#main .box h3 {
	margin-left: 230px;	/*左の写真とのバランスをとって設定する*/
	font-size: 100%;
	color: #E0230F;	/*文字色*/
	border-bottom: 2px dotted #E0230F;	/*下線の幅、線種、色*/
	margin-bottom: 0.5em;
}
#main .box h3 a {
	color: #D50000;	/*h3タグにリンク設定をした場合の文字色*/
}
/*説明文のp段落タグ設定*/
#main .box p.text {
	margin-left: 230px;	/*左の写真とのバランスをとって設定する*/
	padding: 0px;		/*余白のリセット*/
}
/*写真を使わない場合の設定*/
#main .box.noimg p.text,
#main .box.noimg h3 {
	margin-left: 0px;
}

/*メインコンテンツ用　車ボックス
---------------------------------------------------------------------------*/
#main .box1 {
	padding: 10px;	/*ボックス内の余白*/
	float: left;	/*ボックスを左へ回り込み*/
	width: 130px;	/*ボックスの幅*/
	height: 200px;	/*ボックスの高さ*/
	border: 1px solid #999;	/*枠線の幅、線種、色*/
	overflow: hidden;	/*飛び出た文字を非表示にする設定*/
	margin-left: 11px;	/*ボックス同士の隙間*/
	margin-bottom: 10px;	/*ボックスの下の隙間*/
	display: inline;
	line-height: 1.6;
	background: #FFF;
}
/*h3見出しタグ*/
#main .box1 h3 {
	font-size: 11px;	/*文字サイズ*/
	color: #D50000;
}
#main .box1 h3 img {
	vertical-align: middle;
}
#main .box1 h3 a {
	color: #D50000;	/*h3タグにリンク設定をした場合の文字色*/
}
/*p段落タグ*/
#main .box1 p {
	font-size: 10px;	/*文字サイズ*/
	line-height: 1.4;	/*行間*/
	padding: 0px;
}

/*メインコンテンツ内のbox2（横長ボックス）
---------------------------------------------------------------------------*/
#main .box2 {
	width: 644px;	/*ボックスの幅*/
	border: 2px solid #666;	/*枠線の幅、線種、色*/
	padding: 10px;	/*ボックス内の余白*/
	overflow: hidden;
	margin: 0px auto 13px;
}
/*１カラム使用時のbox2設定*/
.c1 #main .box2 {
	width: 920px;
}
/*h3見出しタグ設定*/
#main .box2 h3 {
	font-size: 120%;	/*文字サイズ*/
	color: #CD0010;		/*文字色*/
	padding-left: 5px;
	border-bottom: 1px solid #333;	/*下線の幅、線種、色*/
	border-left: 5px solid #CD0010;	/*左側の線の幅、線種、色*/
	margin-bottom: 0.5em;
}
/*注意書き用ボックス設定*/
#main .box2 .textbox .check {
	font-size: 10px;	/*文字サイズ*/
	background: #FFC;	/*背景色*/
	border: 1px solid #999;	/*枠線の幅、線種、色*/
	padding: 5px;		/*ボックス内の余白*/
}
/*左側のイメージ画像ブロック*/
#main .box2 p.img {
	float: left;
}
/*ボックス内の右側ブロック設定*/
#main .box2 .textbox {
	float: right;
	width: 360px;

}
/*１カラム使用時のbox2内の右コンテンツ(textbox)設定*/
.c1 #main .box2 .textbox {
	width: 610px;

}
/*人気No.1アイコン設定*/
#main .box2.no1 {
	background: url(../images/mark_no1.gif) no-repeat right bottom;	/*アイコンの読み込み＆リピートしない＆右下に配置*/
	padding-bottom: 40px;
}
/*おすすめアイコン設定*/
#main .box2.osusume {
	background: url(../images/mark_osusume.gif) no-repeat right bottom;	/*アイコンの読み込み＆リピートしない＆右下に配置*/
	padding-bottom: 40px;
}

/*メインコンテンツ内box3設定。トップページとmenuページにて使用。
---------------------------------------------------------------------------*/
/*ボックス１個あたりの設定*/
#main .box3 {
	width: 180px;	/*ボックスの幅*/
	height: 225px;	/*ボックスの高さ*/
	float: left;
	display: inline;
	padding: 12px;	/*ボックス内の余白*/
	overflow: hidden;
	background: #FFF;	/*背景色*/
	border: 1px solid #e80000;	/*枠線の幅、線種、色*/
	margin-left: 10px;	/*ボックス同士の左右間の余白*/
	margin-bottom: 1em;	/*ボックス同士の上下間の余白*/
}
.c1 #main .box3 {
	margin-left: 15px;
}
/*ボックス内の太字設定*/
#main .box3 strong {
	color: #e80000;	/*文字色*/
}
/*段落タグ設定*/
#main .box3 p {
	padding: 0px;
	font-size: 11px;	/*文字サイズ*/
}
/*商品ボックス（メインコンテンツ用）
---------------------------------------------------------------------------*/
#main .box4 {
	padding: 10px;	/*ボックス内の余白*/
	border: 1px solid #ffb32f;	/*枠線の幅、線種、色*/
	width: 650px;
	overflow: hidden;
	margin-bottom: 0.5em;	/*ボックスの下にあけるスペース*/
}
/*ボックス内のh3タグ設定*/
#main .box4 h3 {
	color: #ffb32f;	/*文字色*/
	font-size: 150%;
}
#main .box4 h3 a {
	color: #ffb32f;	/*リンク設定した場合の文字色*/
}
/*ボックス内のpタグ設定*/
#main .box1 p {
	padding: 0px;
}
/*ボックス内のimg(イメージ画像)タグ設定*/
#main .box4 img {
	float: left;	/*イメージ画像を左側に回り込みさせる設定*/
	margin-right: 10px;	/*イメージ画像の右側にあけるスペース*/
}
/*商品ボックス（メインコンテンツ用）
---------------------------------------------------------------------------*/
#main .box4r {
	padding: 10px;	/*ボックス内の余白*/
	border: 1px solid #E0230F;	/*枠線の幅、線種、色*/
	width: 650px;
	overflow: hidden;
	margin-bottom: 0.5em;	/*ボックスの下にあけるスペース*/
}
/*ボックス内のh3タグ設定*/

#main .box4r h3 {
	color: #E0230F;	/*文字色*/
	font-size: 150%;
}
#main .box4r h3 a {
	color: #ffb32f;	/*リンク設定した場合の文字色*/
}
/*ボックス内のpタグ設定*/
#main .box1 p {
	padding: 0px;
}
/*ボックス内のimg(イメージ画像)タグ設定*/
#main .box4r img {
	float: left;	/*イメージ画像を左側に回り込みさせる設定*/
	margin-right: 10px;	/*イメージ画像の右側にあけるスペース*/
}

/*MENUページの小さなボックス
---------------------------------------------------------------------------*/
#main .box5 {
	background: #999999;	/*背景色*/
	padding: 10px;	/*ボックス内の余白*/
	float: left;
	width: 193px;	/*ボックスの幅*/
	height: 350px;	/*ボックスの高さ*/
	color: #723612;	/*文字色*/
	margin-bottom: 1em;
	display: inline;
	margin-left: 10px;
	overflow: hidden;
}
#c1 #main .box5 {
	margin-left: 12px;	/*１カラム使用時*/
}
/*おすすめマーク画像読み込み*/
#main .box5.osusume {
	background: #FFFFFF url(../images/mark_osusume.gif) no-repeat right bottom;
}
/*box1内の段落タグ設定*/
#main .box5 p {
	padding: 0px;
}
/*box2内のh3タグ設定*/
#main .box5 h3 {
	font-size: 100%;
}
/*box2内の段落タグ（説明文）設定*/
#main .box5 p.text {
	font-size: 11px;	/*文字サイズ*/
	line-height: 1.4;	/*行間*/
}

/*カタログメインコンテンツ内のbox（style/index.htmlにて使用）
---------------------------------------------------------------------------*/
/*box１個あたりの設定*/
#main .box6 {
	background: #FFF;	/*背景色*/
	padding: 10px;		/*ボックス内の余白*/
	border: 3px solid #E0230F;	/*枠線の幅、線種、色*/
	overflow: hidden;	/*簡易clearfix*/
	width: 644px;
	margin-bottom: 1em;	/*ボックス同士の余白*/
}
/*左の写真を囲むp段落タグの設定*/
#main .box6 p.img {
	float: left;	/*左に回り込みさせる設定*/
	padding: 0px;	/*余白のリセット*/
}
/*左の写真画像の設定*/
#main .box6 p.img img {
	padding: 5px;	/*画像と枠線の間の余白*/
	border: 1px solid #CCC;	/*枠線の幅、線種、色*/
}
/*h3見出しタグ設定*/
#main .box6 h3 {
	margin-left: 170px;	/*左の写真とのバランスをとって設定する*/
	font-size: 100%;
	color: #E0230F;	/*文字色*/
	border-bottom: 2px dotted #E0230F;	/*下線の幅、線種、色*/
	margin-bottom: 0.5em;
}
/*説明文のp段落タグ設定*/
#main .box6 p.text {
	margin-left: 170px;	/*左の写真とのバランスをとって設定する*/
	padding: 0px;		/*余白のリセット*/
}
/*写真を使わない場合の設定*/
#main .box6.noimg p.text,
#main .box6.noimg h3 {
	margin-left: 0px;
}
/*サブコンテンツ
---------------------------------------------------------------------------*/
#sub {
	float: left;	/*サブコンテンツを右(right)に回り込み*/
	width: 200px;	/*サブコンテンツ幅*/
	padding-bottom: 30px;
	padding-top: 24px;
}
/*h3タグ設定*/
#sub h3 {
	font-size: 100%;	/*文字サイズ*/
	color: #FFFFFF;		/*文字色*/
	padding: 10px;		/*余白*/
	border-bottom: 4px solid #F1A803;	/*下側の線幅、線種、色*/
	background: #E0230F;	/*背景色*/
}
/*段落タグの余白設定*/
#sub p {
	padding: 0.5em 0px 0.5em;	/*左から、上、左右、下への余白*/
}
/*サブコンテンツ内のbox*/
#sub .box {
	background: #FFF;	/*背景色*/
	padding: 5px;		/*ボックス内の余白*/
	border: 1px solid #CCC;	/*枠線の幅、線種、色*/
}

/*サブコンテンツ用　車ボックス
---------------------------------------------------------------------------*/
#sub .box1 {
	padding: 5px;
	width: 188px;	/*ボックスの幅*/
	overflow: hidden;
	border-bottom: 1px solid #CCC;	/*枠線の幅、線種、色*/
	line-height: 1.6;
	background: #FFF;
	border-right: 1px solid #CCC;
	border-left: 1px solid #CCC;
}
#sub .box1 p.img {
	float: left;
}
/*h3見出しタグ*/
#sub .box1 h3 {
	background: url(none);
	border-style: none;
	padding: 0px;
	text-align: left;
	margin-left: 90px;	/*左の画像とバランスをとって設定する*/
	color: #D50000;		/*文字色*/
	font-size: 11px;	/*文字サイズ*/
}
#sub .box1 h3 a {
	color: #D50000;	/*h3タグにリンク設定をした場合の文字色*/
}
/*p段落タグ*/
#sub .box1 p.text {
	margin-left: 90px;	/*左の画像とバランスをとって設定する*/
	padding: 0px;
	font-size: 10px;	/*文字サイズ*/
}

/*サブメニュー
---------------------------------------------------------------------------*/
ul.submenu {
	margin-bottom: 1em;	/*メニューブロックの下にスペースを空ける設定*/
}
ul.submenu li a {
	display: block;
	width: 178px;
	padding: 3px 10px;	/*左から、上下、左右への余白*/
	text-decoration: none;
	background: #FFF;	/*背景色*/
	border-right: 1px solid #CCC;	/*右側の線幅、線種、色*/
	border-bottom: 1px solid #CCC;	/*下側の線幅、線種、色*/
	border-left: 1px solid #CCC;	/*左側の線幅、線種、色*/
}
ul.submenu li a:hover {
	color: #333;		/*マウスオン時の文字色*/
	background: #e5e5e5;	/*マウスオン時の背景色*/
}

/*トップページ内「更新情報・お知らせ」ブロック
---------------------------------------------------------------------------*/
#main .new {
	overflow: auto;	/*iframe風に見せる設定。全部表示させたいならこの行とheightの行を削除。*/
	height: 150px;	/*ボックスの高さ*/
	width: 660px;
	padding-left: 10px;
}
#main .new dl {
	clear: left;
	width: 640px;
	border-bottom: 1px solid #cccccc;	/*お知らせごとの境界線の幅、線種、色*/
	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;
}

/*フッター
---------------------------------------------------------------------------*/
/*
#footer {
	clear: both;
	width: 100%;
	text-align: center;
	font-size: 11px;
}
#footer a {
	text-decoration: none;
}
*/

#footer{
	background:#f6f5f0;
	margin:0 auto;
	padding-top:25px;
	padding-left:20px;
	padding-bottom:10px;
	width:928px;
	position:relative;
	overflow:hidden;
	clear:both;
	border:1px solid #e5dccd;
	}
#footer a{
	font-size:11px;
	text-decoration:none;
	line-height:12px;
	color:#333333;
	font-weight:normal;
	background:url(../images/spinner-big-right.gif) no-repeat left center;
	padding:0 5px 0 12px;
	}
#footer a:hover{
	text-decoration:underline;
	}
#footer #footer_txt{
	font-size:10px;
	line-height:16px;
	color:#666;
	margin:10px 0 10px 0;
	float:left;
	width:910px;
	}
#footer p.copyright{
	width:890px;
	margin-top:10px;
	clear:both;
	color:#ffffff;
	font-size:11px;
	background-color:#E0230F;
	border:1px solid #cccccc;
	text-align:right;
	padding:5px 20px 5px 0;
	}
#footer p.link{
	margin:5px 0 0 0;
	}
#footer p.link a{
	font-weight:normal;
	}

/*Ｑ＆Ａページ
---------------------------------------------------------------------------*/
dl.qa dt {
	color: #ac3608;	/*文字色*/
	background-image: url(../images/qa_q.gif);	/*左側の「Ａ」アイコンを背景画像として読み込む*/
	background-repeat: no-repeat;
	background-position: left top;
	font-weight: bold;
	padding-left: 30px;
}

dl.qa dd {
	background-image: url(../images/qa_a.gif);	/*左側の「Ｑ」アイコンを背景画像として読み込む*/
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 30px;
	border-bottom: 1px solid #CCCCCC;	/*下線の幅、線種、色*/
	margin-bottom: 0.4em;
}

/*faq
---------------------------------------------------------------------------*/
dl.faq {
	padding: 0.5em 0px 1em;
}
dl.faq dt {
	font-weight: bold;
	background-image: url(../images/qa_q.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 25px;
	color: #e6003b;
}
dl.faq dd {
	background-image: url(../images/qa_a.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 25px;
}
dl.faq dd.pagetop {
	text-align: right;
	border-bottom: 1px solid #CCCCCC;
	background-image: none;
}
dl.faq List2 {
	background: url(../images/qa_q.gif) left center no-repeat;
	color: #4A6184;
	font-size: 16px;
	font-weight: bold;
	border-top: 1px solid #D6D6D6;
	margin-bottom: -2em;
	padding: 2em;
}
/*テーブル１
---------------------------------------------------------------------------*/
.ta1 {
	width: 670px;
	background: #FFF;	/*テーブル内の背景色*/
}
.ta1, .ta1 td, .ta1 th{
	border: 2px solid #E0230F;	/*テーブルの枠線の幅、線種、色*/
	line-height: 2;
}
/*テーブル内のh3見出しタグ*/
.ta1 h3 {
	font-size: 120%;
	color: #E0230F;	/*文字色*/
}
/*テーブル内のp段落タグ*/
.ta1 p {
	padding: 0px !important;
}
/*テーブル内の右側*/
.ta1 td{
	width: 427px;
	padding: 10px;
}
/*スケジュールページでのテーブル内の右側*/
.ta1.schedule td{
	width: 527px;
}
/*テーブル内の左側の見出し部分*/
.ta1 th{
	width: 200px;
	padding: 10px;
	text-align: center;
	background: #e5e5e5;	/*背景色*/
}
/*スケジュールページでのテーブル内の左側の見出し部分*/
.ta1.schedule th{
	width: 100px;
}
/*テーブル１行目に入った見出し部分*/
.ta1 th.tamidashi{
	width: auto;
	text-align: left;
	background: #f6bdb7;	/*背景色*/
}
/*こだわりアイコンのフロート指定*/
.ta1 td .specialbox {
	float: left;
	width: 190px;
	height: 40px;

}
/*カレンダー用テーブル
---------------------------------------------------------------------------*/

/*テーブル全体の設定*/

.cal {
	border: 1px solid #a2a2a2;          /*枠線の幅、線種、色*/

	background: #FFF;                   /*テーブル内の背景色*/

	font-size: 11px;                    /*文字サイズ*/
	
        margin-right: auto;
	
        margin-left: auto;

}

.cal td, .cal th{

	border: 1px solid #a2a2a2;          /*枠線の幅、線種、色*/

	line-height: 1;                     /*行間*/

	text-align: center;                 /*文字をセンタリング*/

	padding: 5px;                       /*ボックス内の余白*/

}

/*テーブル内のth(曜日)設定*/

.cal th{

	background: #ebebeb;                /*背景色*/

}

/*休日の設定*/

.cal .off {

	background: #ffced8;                /*背景色*/

	color: #666;                        /*文字色*/

}

/*日曜日の設定*/

.cal .sun {

	color: #FF5C7F;                     /*文字色*/

}

/*管理ページから入力した場合の設定*/

.cal .on {

	background: #ced8ff;                /*背景色*/

	color: #666;                        /*文字色*/

}


/*その他
---------------------------------------------------------------------------*/
.look {
	background-color: #d2d2d2;
}
.mini {
	font-size: 10px;
	line-height: 1.6;
}
.mb1em {
	margin-bottom: 1em;
}
.clear {
	clear: both;
}
ul.disc {
	padding: 0em 25px 1em;
	list-style: disc;
}
.color1 {
	color: #E0230F;
}
.pr {
	font-size: 10px;
}
.btn {
	font-size: 13px;
}
.wl {
	width: 96%;
}
.ws {
	width: 50%;
}
.c {
	text-align: center;
}
.sortbox {
	text-align: right;
	margin-bottom: 1em;
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
	padding: 10px;
	background: #fff;
}
.osusume {
	background-image: url(../images/icon_osusume.gif) !important;
	background-repeat: no-repeat !important;
	background-position: right bottom !important;
}
.sumi {
	background-image: url(../images/icon_soldout.gif) !important;
	background-repeat: no-repeat !important;
	background-position: right bottom !important;
}
.big1 {
	font-size: 130%;
}

.fr {
 float: right;
 padding-left: 10px;
 padding-bottom: 10px;
 }

 .fl {
 float: left;
 padding-right: 10px;
 padding-bottom: 10px;
 }

.pagetop {
	text-align: right;
	clear: both;
}
.mb200 {
	margin-bottom: 200px;
} 
