﻿@charset "utf-8";
* {
    margin: 0;
    padding: 0;
}

table,img,p {
    border: 0;
}

body {
    font-family: Verdana,Arial,Helvetica,sans-serif;
    color: #fff;
    background-color: #000;
    font-size: 72.5%;
    line-height: 150%;
    letter-spacing:1px;
}

li {
    list-style-type: none;
}

select {
    border: solid 1px #ccc;
}

/*商品サムネイルの枠*/
.picture {
    border: 1px solid #ccc;
}
/* フロート回りこみ解除
----------------------------------------------- */
br.clear {
    clear: both;
    display: none;
    font-size: 0px;
    line-height: 0%;
    height: 0px
}
/* リンク文字設定
----------------------------------------------- */
a { text-decoration: underline; }
a:link { color: #aaa; }
a:visited { color: #aaa; }
a:hover { color: #f00; }
/* 見出し設定
----------------------------------------------- */
h1,h2,h3,h4,h5 {
    font-size: 100%;
    line-height: 150%;
}

/* 商品金額文字指定 */
.price { color: #ff0000; font-weight: bold; }

/* 注意文文字指定 */
.attention { color: #ff0000; }
.mini { font-size: 90%; }

/* 強調文文字指定 */
em {
    font-style: normal;
    color: #ff0000;
}
/* テーブル共通指定
----------------------------------------------- */
table  {
    margin: 15px auto 0 auto;
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-collapse: collapse;
    text-align: left;
}
table th {
    padding: 8px;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    background-color: #444;
    font-weight: normal;
}
table td {
    padding: 8px;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

/* テーブル内ボタン指定 */
div.tblareabtn {
    clear: both;
    margin: 15px 0 0 0;
    text-align: center;
}

/* テーブル内商品画像位置指定 */
.phototd {
    width: 75px;
    text-align: center;
}

/* テーブル内センター寄せ */
.centertd {
    text-align: center;
}

/* テーブル内金額セル指定 */
.pricetd {
    text-align: right;
}

/* テーブル内金額セル強調文文字指定 */
.pricetd em {
    font-weight: bold;
}

/* 完了ページ文字指定 */
div#completetext {
    width: 470px;
    margin: 15px auto 0 auto;
    padding: 15px;
    border: 5px solid #ccc;
}

/* 完了ページ強調文文字指定 */
div#completetext em {
    font-weight: bold;
}

/* 完了ページdiv指定 */
div#completetext p{
    padding: 20px 0 0 0;
    text-align: left;
}


/* ヘッダー
------------------------------------------------ */
/* ヘッダー背景 */
div#header {
    background: url("../img/header/bg.jpg") no-repeat top left;
    width: 900px;
    height: 120px;
    margin: 0 auto;
}

/* ヘッダーロゴ */
div#header h1 a {
    float: left;
    display: block;
    margin: 0px 0 0 0;
    width: 320px;
    height: 70px;
    background: url("../img/header/bg.jpg") no-repeat top left;
}

/* ショップ名テキスト */
div#header em {
	display: block;
	text-align: left;
	color: #fff;
	width: 350px;

	float: left;
	font-weight: 100;
	font-size: 80%;
	margin: 17px 0 0 10px;
	
	
	/*
	border: 1px solid #f00;
	*/
}

div#header span {
	display: block;
	margin-left: 10px;
	font-size: 90%;
	height: auto;
}

/* ヘッダー下部バナー領域 */
#header_banner{
	display: none;
	width: 884px;
	height: auto;
	margin: 5px auto 15px;
}

/* ナビ
----------------------------------------------- */
/* ナビ位置指定 */
div#information {
    clear: both;
    padding: 0;
    
    height: 30px;
    text-align: center;
}

/* ナビリスト表示指定 */
div#information ul li {
    display: inline;
}
div#information ul li a {
    text-decoration: none;
}

div#information ul{
	list-style: none;
	margin: 0px auto;
	width: 886px;
	height: auto;
	display: block;
	text-align: center;
	
	/*border: 1px solid #f00;*/
}

div#information ul li{
	list-style: none;
	float: left;
	margin: 0px;
}


/* カラム設定
----------------------------------------------- */
/* 最外枠 */
div#container {
    width: 884px;
    margin: 0 auto;
    padding: 0 8px;
    background-color: #000;
    text-align: left;
}
#container:after {/* firefox背景色表示 */
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}

/* サイドカラム指定
----------------------------------------------- */
/* レフトカラム枠 */
div#leftcolumn {
    float: left;
    width: 169px;
    overflow: hidden;
}

/* レフトカラムコンテンツ画像指定 */
div#leftcolumn h2 {
    padding: 15px 0 0 0;
}

/* ライトカラム指定 */
div#rightcolumn {
    float: left;
    width: 166px;
    
	display: none;/* 非表示 */
}

/* ライトカラムコンテンツ画像指定 */
div#rightcolumn h2 {
    padding: 15px 0 0 0;
}

/* レフトメニューカラム */
#left_navi{
	margin: 0;
	padding: 0;
	width: 169px;
	height: auto;
	list-style: none;
}

#left_navi li{
	margin: 0;
	padding: 0;
	width: 169px;
	height: auto;
	list-style: none;
	
	margin-bottom: 15px;
}

/* レフトサブメニューカラム */
#left_sub{
	margin: 20px 0 0;
	padding: 0;
	width: 169px;
	height: auto;
	list-style: none;
}

#left_sub li{
	margin: 0;
	padding: 0;
	width: 169px;
	height: auto;
	list-style: none;
	
	margin-bottom: 10px;
}

/* センターカラム設定
----------------------------------------------- */
/* 3カラム時 */
div#three_maincolumn {
    float: left;
    width: 700px;
    padding: 0 0 0 15px;
}

div#three_maincolumn h2 {
    padding: 0 0 0 0;
}

/* 2カラム時 */
div#two_maincolumn {
    float: left;
    width: 700px;
    padding: 0 0 0 15px;
}

div#two_maincolumn h2 {
    padding: 0 0 0 0;
}

div#two_maincolumn h2 img{
	width: 700px;
}

/* 1カラム時 */
div#one_maincolumn {
    padding: 0 0 0 0;
}

/* TOP「現在のカゴの中」設定
----------------------------------------------- */
div#cartarea {
    width: 147px;
    padding: 10px;
    border: solid 1px #666;
    margin-bottom: 20px;
}

div#cartarea p {
    padding: 5px 0 10px 0;
}

div#cartarea p.item {
    padding: 0 0 10px 0;
    background: url("../img/side/line_146.gif") no-repeat bottom;
}

div#cartarea .btn {
    padding: 0;
    text-align: center;
}

/* TOP「商品のカテゴリー」設定
----------------------------------------------- */
div#categoryarea {
    width: 144px;
    padding: 10px;
    border: solid 1px #ccc;
    background-color: #fff1e3;
}

div#categoryarea li {
    padding: 0 0 0 20px;
    background: url("../img/common/arrow_blue.gif") 0 3px no-repeat;
}
div#categoryarea li.onmark {
    background: url("../img/common/arrow_red.gif") 0 3px no-repeat;
}
div#categoryarea li.level1 {
    font-weight: bold;
}
div#categoryarea li.level1 li {
    font-weight: normal;
}
div#categoryarea li a {
    display: block;
    padding: 3px 0;
}

a.onlink {  text-decoration: underline; }
a.onlink:link { color: #ff0000; }
a.onlink:visited { color: #ff0000; }
a.onlink:hover { color: #ff0000; }

/* TOP「リンク」設定
----------------------------------------------- */
#guidearea {
    padding: 15px 0 0 0;
    line-height: 0;
}

/* TOP「ログイン」設定
----------------------------------------------- */
div#loginarea {
    width: 147px;
    padding: 0 10px 10px 10px;
    border: solid 1px #666;
}

div#loginarea p {
    padding: 8px 0 0 0;
}

div#login img {
    padding: 0 5px 0 0;
    vertical-align: bottom;
}

div#loginarea .btn {
    text-align: center;
}

#loginarea .box96 {
    width: 96px;
    border: solid 1px #ccc;
}

/* TOP「検索条件」設定
----------------------------------------------- */
div#searcharea {
    width: 144px;
    padding: 0 10px 10px 10px;
    border: solid 1px #ccc;
}

div#searcharea p {
    padding: 8px 0 0 0;
}

div#searcharea .btn {
    text-align: center;
}

#searcharea .box142 {
    width: 142px;
    border: solid 1px #ccc;
}

/* 繧ｫ繝ｬ繝ｳ繝繝ｼ
----------------------------------------------- */
#block-calendar {
}

#block-calendar table {
    border-collapse: collapse;
    margin: 0 auto 10px;
    text-align:center;
}

#block-calendar th, #block-calendar td {
    padding: 2px;
    border: 1px solid #CCCCCC;
}

#block-calendar th {
    background: #FF8144;
    color: #FFFFFF;
}

#block-calendar .off {
    background: #FFEECC;
    color: #E04A00;
}

#block-calendar caption {
    color: #DD4400;
}

/* TOPページバナー部分
----------------------------------------------- */
ul#banner {
    padding: 15px 0 0 0;
}

#banner li {
    padding: 0 0 10px 0;
}

/* 繝・く繧ｹ繝医ヵ繧｣繝ｼ繝ｫ繝・
----------------------------------------------- */
input[type='text'] {
    border: solid 1px #ccc;
}

/* 繝懊ち繝ｳ
----------------------------------------------- */
input[type='image'] {
    border: none;
}

input[type='image'].box190 {
    width: 190px;
    height: 30px;
}

input[type='image'].box180 {
    width: 180px;
    height: 30px;
}

input[type='image'].box150 {
    width: 150px;
    height: 30px;
}

input[type='image'].box140 {
    width: 140px;
    height: 30px;
}

input[type='image'].box130 {
    width: 130px;
    height: 30px;
}

input[type='image'].box51 {
    width: 51px;
    height: 22px;
}

/* ページトップ
----------------------------------------------- */
#pagetop {
    width: 764px;
    margin: 0 auto;
    padding: 30px 8px 15px 8px;
    background-color: #fff;
    text-align: right;
}

/* フッター
----------------------------------------------- */
#fotter {
    background: url("../img/common/fotter_bg.jpg") no-repeat top center;
    width: 884px;
    height: 60px;
    margin: 15px auto 0;
    padding: 0px 8px;
    border-top: 0px solid #ff6600;
    background-color: #000;
    font-size: 90%;
    color: #fff;
}

#fotter span{
	display: block;
	float: right;
	padding: 0;
}

#fotter em{
	display: block;
	text-align: left;
	color: #fff;
	padding: 0 0 0 320px;
}

/* フッターメニュー */
#fotter ul,#fotter li{
	margin: 0;
	padding: 0;
	list-style: none;
}

#fotter ul{
	margin: 0 0 0 auto;
	text-align: right;
	width: 410px;
	height: auto;
}

#fotter li{
	float: left;
	margin: 0 5px 0;
}


/* フッター上部バナー */
.fotter_banner{
    width: 884px;
    height: auto;
    margin: 0 auto;
    padding: 15px 8px;
    background-color: #000;
    font-size: 90%;
    color: #fff;
    text-align: right;
	display: none;
}
