@charset "utf-8";
/*
[1]共通指定・基本指定
   全体のフォントサイズ・文字色指定など
   
[2]ヘッダーブロック
      
[3]コンテンツブロック
   商品一覧・個別ページに関する指定
   
   *商品ブロックのレイアウト
   *タイトルデザイン
   *商品部分テキスト
   *その他テキスト
   *センターコンテンツ
   
[4]サイドバーブロック
   フリーアリア内の見出し・メニュー指定
   
[5]フッターブロック   
[6]カート部分   
[7]ブログ部分

全体で820px サイド220px コンテンツ600px で構成。
万一の場合はinfo@hp-webmagic.comまで！
(別ファイルにコピーを残しておく事をおすすめします)*/

/********************************************************************/
/* [1]共通指定・基本指定 */
/********************************************************************/

body {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  text-align: center;
  margin: 0;
  padding: 0;
  font-size: 85%;
  color: #514639;
}

/* 変更不要 */
table {
  border: 0;
  margin: 0;
  padding: 0;
  text-align: left;
  border-collapse: collapse;
}
th,td {
  text-align: left;
  border: 0;
  margin: 0;
  padding: 0;
  border-collapse: collapse;
  vertical-align: top;
}
th { white-space: nowrap; }

/*

見出し

・商品ページのタイトル等のサイズは
　[3]コンテンツブロック　タイトルデザイン

・サイドバーのタイトル等のサイズは
　[.sidebox h3 で指定]

*/
h1,h2,h3,h4,h5,h6 {
  margin: 0;
  padding: 0;
  font-size: 100%;
  text-align: left;
}

/* -------------------------------------------------
   全体のリンク指定
   個別に指定の場合は、各ブロックの
   ◆◆◆リンク指定 ◆◆◆
   という部分を探して変更して下さい
--------------------------------------------------- */
a {
  color: #514639;
  text-decoration: none;
}

a:hover {
  color: #2D5872;
  text-decoration: none;
  outline: none;
}

ul { list-style-type: disc; }
ul ul { list-style-type: disc; }


img,img a,img a:hover {
  border: 0;
  margin: 0;
  padding: 0;
  text-decoration: none;
  outline: none;
}

/* フォーム基本 */
form {
  margin: 0;
  padding: 0;
  display: inline;
}

input { margin: 0 0 0.5em; }

/* -------------------------------------------------
   全体の文字指定
   行間等はここで指定します。
--------------------------------------------------- */
p {
  line-height: 1.6em;
  margin: 0 0 0.5em;
  padding: 0;
}

/* 回り込み解除 */
.clear_both {
  clear: both;
  font-size: 1px;
  visibility: hidden;
  overflow: hidden;
  height: 1px;
  text-align: center;
}

/* 以下フォーム */
/* インプットボタン */
.button1 { /*cursor:hand;
	font-size:12px;
	color:#FFFFDD;
	background:#333333;
	border:1px solid #999999;
	font-weight:normal;*/ }

.sidebox .text1 {
  border: 1px solid #ccc;
  width: 100px;
}

/* テキストエリアデザイン設定 */
.text1 {
  margin: 0 0 0.5em;
  border: 1px solid #ccc;
}

/* エラーメッセージ */
.caution {
  font-weight: bold;
  color: #C5847C;
}

/* フォントズーム 商品一覧・個別ページの見出し */
.no2 { font-size: 120%; }

/* フォントボールド（デフォルト値） */
.strong { font-weight: bold; }

/* フォント赤（デフォルト値） */
.red { color: #cc0000; }
/* フォントオレンジ（デフォルト値） */
.orange { color: #ff9900; }
/* フォント青（デフォルト値） */
.blue { color: #0000ff; }
/* フォント緑（デフォルト値） */
.green { color: #006600; }
/* フォントグレー（デフォルト値） */
.glay { color: #666666; }

/* スペース設定（デフォルト値）  */
.spacebox { height: 50px; }

/* センター（デフォルト値） */
.center { text-align: center; }
/* 右（デフォルト値） */
.right { text-align: right; }
/* 左 */
.left { text-align: left; }

/* テキスト縦中央（デフォルト値） */
.middle { vertical-align: middle; }
/* テキスト縦下（デフォルト値） */
.buttom { vertical-align: bottom; }

/* 以下回り込み（デフォルト値） */
.float_right { float: right; }
.float_left { float: left; }

/* ======================== 横幅など 全体のレイアウト変更 == */

/* 大枠テーブル（固定）全体の幅 */
table#container {
  width: 820px;
  margin: 0 auto;
  display: block;
  position: relative;
  text-align: left;
}

/* 左サイドtd */
td#leftSide {
  width: 220px;
  margin: 0;
  padding: 0;
  display: inline-block;
}

td#rightSide { width: 0; }

/* センター td（2列）*/
td#center1 {
  width: 600px;
  margin: 0;
  padding: 0;
  vertical-align: top;
}

/* センターtd（3列）*/
#center2 {
  width: auto;
  margin: 0;
  padding: 0;
  vertical-align: top;
}

/* センターtd （装飾用）*/
#center3 {
  width: 100%;
  margin: 0;
  padding: 0;
  vertical-align: top;
}

/* マイページ、ポップアップ画面 メールフォーム*/
table#enter {
  text-align: left;
  background: #fff;
  border: 1px solid #514639;
}

/********************************************************************/
/* [2]ヘッダーブロック */
/********************************************************************/

#header {
  width: 820px;
  height: 220px;
  margin: 0;
  padding: 0;
/*background:url()  no-repeat;*/
 
/* ======================== ヘッダー画像のURLのみ入力 == */
  background: url( ##### 画像へのパス ###### ) no-repeat 220px 20px;
}

/* IE7 Safari Firefox 用 */
td>#header {
  height: auto;
  min-height: 220px;
}

#header:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  line-height: 0;
  visibility: hidden;
}

/*\*/
* html #header { height: 1%; }

/* ======================== ロゴ == */
.shoplogo {
  margin: 0;
  padding: 20px 0 0;
  width: 180px;
}

/* ======================== H1部分 == */
h1.siteName {
  font-weight: normal;
  line-height: 1em;
  position: absolute;
  top: 175px;
  right: 0;
}

/* ◆◆◆リンク指定 ◆◆◆ */
.siteName a {
  color: #514639;
  text-decoration: none;
}

.siteName a:hover {
  color: #2D5872;
  text-decoration: none;
}

/* ======================== H2部分 == */
h2.sitecopy {
  font-weight: normal;
  line-height: 2em;
  position: absolute;
  top: 185px;
  right: 0;
}

/* ◆◆◆リンク指定 ◆◆◆ */

.sitecopy a {
  color: #514639;
  text-decoration: none;
}

.sitecopy a:hover {
  color: #2D5872;
  text-decoration: none;
}

/* ======================== ヘッダーメニュー部分 == */

/* カート・利用方法・サイトマップ等のリンク部分 */

#headMenu {
  margin: 0;
  padding: 0;
}

/* 配置指定はpositionを使用 */
.headnavi {
  font-size: 90%;
  text-align: right;
  width: 820px;
  line-height: 20px;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  left: 0;
}

/* ◆◆◆リンク指定 ◆◆◆ */
.headnavi a {
  color: #514639;
  text-decoration: none;
}

.headnavi a:hover {
  color: #2D5872;
  text-decoration: none;
}

/* 余白調整 */
span.navi01 { padding: 0; }

/* ヘッダー下装飾ライン */
.hline { border: 0; }

/********************************************************************/
/* [3]コンテンツブロック */
/********************************************************************/

/* 表組みセンタリング */
#center3 table { margin: 0 auto; }

/* =======================================

カテゴリ別に画像を入れ換えているブロック

======================================= */
div.header_area {
  text-align: left;
  margin: 0;
  padding: 0;
  width: 600px;
  /*height: 150px;*/
  position: absolute;
  top: 20px;
  left: 220px;
}

/* フッタのフリーエリア 今回未使用 */
div.footer_area {
  text-align: left;
  margin: 0 auto;
  padding: 40px 0 20px;
  width: 600px;
}

/***************************************
商品ブロックのレイアウト
****************************************/

div.centerbox {
  width: 600px;
  margin: 0;
  padding: 0;
}

div.mainFrame {
  width: 600px;
  margin: 0;
  padding: 0;
}

div.mainCont {
  width: 600px;
  margin: 0;
  padding: 0;
}

div.layoutFrame {
  width: 600px;
  margin: 0 0 20px;
  padding: 0;
}

.layoutFrame td { text-align: center; }

/* ======================== 商品間の上下余白 == */
div.layout1 {
  margin: 0 0 40px;
  padding: 0;
}

.layout1 td { text-align: center; }

/* メインコンテンツ内項目ボックス */
.contbox {
  padding: 10px 0;
  margin: 0;
  width: auto;
}

/***************************************
タイトルデザイン
****************************************/

/* ======================== ページタイトル　商品名部分 == */
.centerbox h2.no2,
.centerbox h3.no2 {
  font-size: 150%;
  text-align: left;
  margin: 0 0 30px;
  padding: 0 0 0 30px;
  background: url(../r_t3.gif) no-repeat 0 50%;
  border-bottom: 1px solid #ccc;
  border-top: none;
  color: #514639;
/* ======================== 
   画像のURLのみ入力
   画像上下が切れるようならpaddingで調整
*/
  background: url( ##### 画像へのパス ###### ) no-repeat 0 50%;
}

/* ======================== 個別ページ カートボタン上の商品名 == */
.layoutp3 h2.no2 {
  font-size: 100%;
  line-height: 1.2em;
  margin: 0 0 5px;
  padding: 0;
  background: none;
  border: none;
  color: #514639;
}

/* ======================== タイトル1 h3 */
.free_title {
  margin: 0;
  padding: 0;
  width: 600px;
  font-size: 12px;
  vertical-align: middle;
  font-weight: bold;
  letter-spacing: 0.2em;
  color: #fff;
  background-color: #514639;
}

/* ======================== 主にトップページ・フリーエリア・お問い合わせのタイトルなど */
.title1 {
  text-align: center;
  line-height: 2em;
  margin: 0 0 1em;
  padding: 0;
  font-weight: bold;
  color: #fff;
  background-color: #514639;
}

/* ◆◆◆リンク指定 ◆◆◆ */
.title1 a {
  color: #fff;
  text-decoration: none;
}

.title1 a:hover {
  color: #fff;
  text-decoration: none;
}

/* ======================== 主にトップページ・フリーエリア */
.title2 {
  padding: 15px 0 12px 8px;
  margin: 0;
  width: auto;
  font-weight: bold;
  font-size: 12px;
  vertical-align: middle;
  letter-spacing: 0.2em;
  color: #fff;
  background-color: #514639;
}

/* ◆◆◆リンク指定 ◆◆◆ */
.title2 a {
  color: #fff;
  text-decoration: none;
}

.title2 a:hover {
  color: #fff;
  text-decoration: none;
}

/* ======================== 主にトップページ・フリーエリア */
.title3 {
  padding: 15px 0 12px 8px;
  margin: 0;
  width: auto;
  font-weight: bold;
  font-size: 12px;
  vertical-align: middle;
  letter-spacing: 0.2em;
  color: #fff;
  background-color: #514639;
}

/* ◆◆◆リンク指定 ◆◆◆ */
.title3 a {
  color: #fff;
  text-decoration: none;
}

.title3 a:hover {
  color: #fff;
  text-decoration: none;
}

h4.title {
  font-size: 120%;
  margin: 0 0 5px;
  padding: 0;
  color: #514639;
}

/***************************************
商品部分テキストなど
****************************************/

/* パンクズ */
#bread {
  text-align: right;
  margin: 0 0 0.5em;
  padding: 0;
  width: 600px;
  line-height: 1.2em;
}

/* ◆◆◆リンク指定 ◆◆◆ */
#bread a {
  color: #514639;
  text-decoration: none;
}

#bread a:hover {
  color: #2D5872;
  text-decoration: none;
}

/* ======================== 商品画像が入る枠 == */
div.item {
  height: 110px;
  margin: 0;
  padding: 0;
  text-align: center;
  vertical-align: top;
}

.item img { display: inline; }

/* 商品詳細ページ用に調整 */
div.layoutp3 .item { height: auto; }

/* ======================== 商品名 一覧ページ == */
h2.goods {
  height: 50px;
  margin:0 15px 5px 15px;
  padding: 0;
  color: #514639;
  text-decoration: none;
  font-weight: normal;
}


/* ◆◆◆リンク指定 ◆◆◆ */
h2.goods a {
  color: #514639;
  text-decoration: none;
}

h2.goods a:hover {
  color: #2D5872;
  text-decoration: underline;
}

/* ======================== 商品価格 == */
div.price {
  color: #514639;
  text-align: left;
  margin:0 0 5px 15px;
  padding: 0;
  font-weight:bold;
}

.price .zoom {
  font-size: 120%;
  font-weight: bold;
}

/* ======================== 商品定価 == */
div.fixed {
  text-align: left;
  padding: 2px 0;
}

/* ======================== 商品説明 == */
.expl {
  text-align: left;
  color: #ffffff;
}

/* ◆◆◆リンク指定 ◆◆◆ */
.expl a {
  color: #514639;
  text-decoration:none;
}

.expl a:hover {
  color: #2D5872;
  text-decoration:underline;
}

/***************************************
その他テキストなど
****************************************/
/* ソート */
#sortList {
  margin: 0;
  padding: 0;
  width: auto;
  float: right;
}

/* ページトップ */
.pageTop {
  margin: 0;
  padding: 13px 0px 3px 17px;
  background-image: url(../img/icon_top.gif);
  background-repeat: no-repeat;
  background-position: left;
  float: right;
}

/* ◆◆◆リンク指定 ◆◆◆ */
.pageTop a {
  color: #514639;
  text-decoration: none;
}

.pageTop a:hover {
  color: #2D5872;
  text-decoration: none;
}

/***************************************
センターコンテンツ(トップページ)
****************************************/

/* トップイメージ 外枠設定 */
.topIMG {
  margin: 0;
  padding: 0;
}

.topIMG td {
  margin: 0;
  padding: 0;
}

/* サイト説明 */
.shopCopy {
  font-size:110%;
  line-height:130%;
  margin:0px;
  padding:3px 10px 3px 10px;
  color:#666666;
  font-weight:normal;
  text-align:left;
}

/* ランキングアイコン */
.rank { text-align: left; }

/* 最新情報リスト設定 */
ul.news {
  text-align:left;
  padding:0px 0px 0px 12px;
  margin:0px;
  list-style-type:none;
  color:#514639;
}

li.p3 { padding:3px; }

/* リスト設定 */
ul.free_list {
  text-align:left;
  padding:5px 10px;
  margin:0px;
  list-style:square;
  color:#514639;
}

/* リスト設定 */
ul.list {
  text-align:left;
  padding:5px 10px;
  margin:0px;
  list-style:square;
  color:#514639;
}

/* ======================== サイトマップリスト 項目タイトルh4 == */
h4.sitemap {
  font-size: 110%;
  padding: 5px 25px;
  color: #514639;
  background: url(../img/icon_sitemap.gif) no-repeat;
  background-position: left center;
}

/* ======================== サイトマップリスト設定 == */
ul.map {
  font-size: 110%;
  text-align: left;
  padding: 0 20px;
  margin: 0;
  color: #514639;
}

.map ul { margin-bottom: 20px; }

li.sm1 {
  margin: 5px;
  display: block;
  list-style-type: none;
}

li.sm2 {
  margin: 0 0 0 -15px;
  display: block;
  list-style-type: none;
}

/* テーブル余白設定  （固定） */
.layoutp5 { padding: 5px 0; }
.layoutp5 th { padding: 5px; }
.layoutp5 td { padding: 5px; }

.layoutp5 .border { border:1px solid #ccc; }

.layoutp3 table {
  text-align: left;
  width: 100%;
}

/* ======================== 問い合せフォーム == */
#enter #center3 .centerbox { padding: 10px 10px 0; }


/* 商品ページの画像金額(個別商品ページ)・フォームなど */
div.layoutp3 {
  margin: 20px 0;
  padding: 0;
}

.layoutp3 table .layoutp3 {
  margin: 0;
  padding: 0;
  border: none;
}

.layoutp3 th { padding-left: 5px; }
.layoutp3 td { }

.layoutp3 .border { border: 1px solid #999; }

/* ======================== カートページ・商取引法ページなど ==*/
/* ボーダーテーブル(余白3px) */
.bordlayoutp3 {
  margin: 0 auto;
  padding: 0;
}

.bordlayoutp3 th {
  padding: 3px;
  border: 1px solid #999;
}

.bordlayoutp3 td {
  padding: 3px;
  border: 1px solid #999;
}

.bordlayoutp3 .side { padding: 10px 15px; }

/* テーブル内カラー切り替え（タイトル部分） */
.backcolor1 { background: #DDDDDD; }

/* コンテンツ内 */
.backcolor2 {
  background: #FFFFFF;
  vertical-align: middle
}

/* カート部分 */
.backcolor3 {
  background: #D7EBF4;
  padding: 10px 0;
}

p.title {
  margin: 3px 0;
  padding: 2px 0;
  color: #669933;
  border-bottom: 1px dotted;
  font-weight: bold;
}

/* メールマガジンアイコン設定 */
.mailmag_ent,
.mailmag_cha,
.mailmag_can { color: #f00; }

/* 新規登録 h4 */
.mailmag_ent {
  font-size: 110%;
  padding: 12px 0 0 60px;
  background: url(../img/icon_mailmag_ent.gif) no-repeat;
}

/* アドレス変更 h4 */
.mailmag_cha {
  font-size: 110%;
  padding: 12px 0 0 60px;
  background: url(../img/icon_mailmag_cha.gif) no-repeat;
}

/* 配信解除 h4 */
.mailmag_can {
  font-size: 110%;
  padding: 12px 0 0 60px;
  background: url(../img/icon_mailmag_can.gif) no-repeat;
}

/********************************************************************/
/* [4]サイドバーブロック */
/********************************************************************/

/* ◆◆◆リンク指定 ◆◆◆ */
.sidebox a {
  color: #514639;
  text-decoration: none;
}

.sidebox a:hover {
  color: #2D5872;
  text-decoration: none;
}

/* 大外枠　メニューはこの中に入ります */
div.sidebox {
  width: 180px;
  margin: 0;
  padding: 0;
}

/* 中枠　メニューはこの中に入ります */
.sidemain1 {
  margin: 0;
  padding: 0;
}

.sidemain1 p {
  margin: 0;
  padding: 0;
}

/* ======================== サイドバー見出し指定 == */

/*デフォルトの見出し部分を非表示にしてあります。*/
.sidebox .title1 { display: none; }

.sidebox h3.side-title01 {
  font-size: 100%;
  line-height: 40px;
  margin: 0;
  padding: 0;
  color: #514639;
}

.sidebox h3.side-title02 {
  font-size: 100%;
  line-height: 30px;
  margin: 0;
  padding: 0;
  color: #514639;
 }

/* ======================== 以下メニューの指定 == */
.sidemain1 ul {
  list-style-type: none;
  margin: 10px 0 20px;
  padding: 0;
}

.sidemain1 li {
  margin: 0 0 5px;
  padding: 0;
}

/* ======================== Pagetop・メルマガ・お買い得部分 == */
ul.menu-top {
  list-style: none;
  margin: 0 0 20px;
  padding: 0;
}

.menu-top li {
  height: 32px;
  margin: 0 0 4px 0;
  padding: 0;
  overflow: hidden;
}

.menu-top li img {
  border: 0;
  display: inline;
}

/* ======================== カテゴリ別メニュー == */
ul.menu {
  list-style-type: disc;
  list-style-position : inside;
  color: #000;
  margin: 5px 0 10px 5px;
  padding: 0;
}

.menu li {
  margin: 0 0 5px;
  padding: 0;
}

.menu span { font-size: 75%; }

/* ======================== 子リスト（javascriptで表示する部分）== */
.menu ul {
  list-style-type: circle;
  list-style-position : inside;
  color: #2d587b;
  margin: 5px 0 5px 10px;
  padding: 0;
}

.menu ul li {
  margin: 0 0 5px;
  padding: 0;
}

/* サイド商品検索枠設定（未設定です） */
#search {
  padding:6px 5px 12px 5px;
  margin:0px;
  width:auto;
  background:#F8F9F9;
  border-bottom:1px #DDDDDD solid;
}

#search form { width:155px; }

#search label {
  padding:7px 0px 0px 7px;
  margin:0px;
  color:#514639;
  line-height:100%;
  letter-spacing:0.2em;
  font-size:12px;
  font-weight:bold;
}

.fieldarea {
  padding:5px 0px 5px 0px;
  vertical-align:middle;
}

ul.free_listbox {
  text-align:left;
  padding:0px;
  margin:0px;
  list-style:none;
}

/* 通常のメニュー  今回は使用しないので未設定 */

.list { 
  padding:0px 0px;
  display:block;
  line-height:130%;
}
.list h3 {
  padding:5px 5px;
  margin:0px;
}
ul.listbox {
  text-align:left;
  padding:0px;
  margin:0px;
  list-style:none;
}
li.ca1 {
  margin:0px;
  border-top:1px solid #FFFFFF;
  border-bottom:1px solid #FFFFFF;
}
li.ca2 {
  margin:0px;
  border-bottom:1px solid #FFFFFF;
}
li.ca1 a {
  padding:5px 3px 5px 15px;
  display:block;
  font-weight:normal;
  text-decoration:none;
  background-image:url(../img/icon_eye01.gif);
  background-repeat:no-repeat;
	color:#000000;
}
li.ca1 a:hover {
  font-weight:normal;
  text-decoration:none;
  color:#FFFFFF;
  background-image:url(../img/icon_eye01_ov.gif);
  background-repeat:no-repeat;
  background-color:#666666;
}
li.ca2 a {
  padding:1px 3px 1px 15px;
  display:block;
  color:#666666;
  font-weight:normal;
  text-decoration:none;
}
li.ca2 a:hover {
  color:#000000;
  font-weight:normal;
  text-decoration:none;
  background:url(../img/icon_eye02_ov.gif) no-repeat #DDDDDD;
}
li.ca3 {
  margin:0px;
  border-top:1px solid #FFFFFF;
  border-bottom:1px solid #FFFFFF;
}
li.ca3 a {
  padding:5px 3px 5px 15px;
  display:block;
  font-weight:normal;
  text-decoration:none;
  background-image:url(../img/icon_eye01.gif);
  background-repeat:no-repeat;
	color:#000000;
}
li.ca3 a:hover {
  font-weight:normal;
  text-decoration:none;
  color:#FFFFFF;
  background-image:url(../img/icon_eye01_ov.gif);
  background-repeat:no-repeat;
  background-color:#666666;
}
li.ca4 {
  margin:0px;
  border-bottom:1px solid #FFFFFF;
}
li.ca4 a {
  padding:3px 3px 3px 25px;
  display:block;
  color:#333333;
  font-weight:normal;
  text-decoration:none;
  background:url(../img/icon_eye02.gif) no-repeat #EBEBEB;
}
li.ca4 a:hover {
  color:#547D2B;
  font-weight:normal;
  text-decoration:none;
  background:url(../img/icon_eye02_ov.gif) no-repeat #EBFFAC;
}

/* サイドバー下ライン */
.sline1,
.sline2 {
  margin: 0;
  padding: 0;
}

/* カレンダー （未設定です）*/

/* 年月タイトル */
caption {
  font-weight:bold;
  text-align:center;
  padding:3px;
  color:#333333;
}

caption a {
  color:#333333;
  text-decoration:underline;
}

caption a:hover {
  color:#333333;
  text-decoration:underline;
}

/* カレンダー テーブル*/
.carender {
  border-collapse:collapse;
  padding:5px 0px;
  margin:0 auto;
  text-align:center;
  background-color:#FFFFFF;
}

div#calendar_div table {
  margin:0 auto;
  text-align:center;
  width:150px;
}

.carender td {
  padding:2px;
  border-collapse:collapse;
  text-align:center;
  border:1px solid #CCCCCC;
  background-color:#FFFFFF;
}

.carender th {
  padding:2px;
  border-collapse:collapse;
  border:1px solid #CCCCCC;
  background-color:#FFFFFF;
}

/* ヘッダ平日 */
th.day {
  font-weight:bold;
  color:#666666;
  background:#FFFFFF;
  text-align:center;
}

/* ヘッダ日曜 */
th.sun {
  color:#FFFFFF;
  background:#666666;
  text-align:center;
}

/* ヘッダ土曜 */
th.sat {
  color:#666666;
  background:#DDDDDD;
  text-align:center;
}

/* 表示色説明枠  */
.chert {
  margin:5px 5px;
  font-size:84%;
}

.chert td {
  border-collapse:separate;
  padding:0px 0px 0px 5px;
  border:2px solid #FFFFFF;
}

.line01 { vertical-align:bottom; }

/* RSS設定 */
#rss {
  margin:0 0 20px 0;
  padding:0;
}

/* カウンター */
#count {
  margin:0px;
  padding:5px;
}

/********************************************************************/
/* [5]フッターブロック */
/********************************************************************/

div#footer {
  margin: 0;
  padding: 40px 0 10px;
  text-align: center;
  border-top: 1px solid #ccc;
}

td>#footer { /* IE7 Safari Firefox 用 */ }

/* ======================== フッターメニューテキスト設定*/
div.footnavi {
  margin: 0 0 10px;
  padding: 0;
}

/* ◆◆◆リンク指定 ◆◆◆ */
.footnavi a {
  color: #514639;
  text-decoration: none;
}

.footnavi a:hover {
  color: #2D5872;
  text-decoration: none;
}

/* ======================== コピーライト */
div#copyright {
  margin: 0;
  padding: 0;
}

/* ======================== 陶房 ななかまど部分 */
#copyright span {
  display: block;
  text-align: center;
  width: 820px;
  line-height: 30px;
  margin: 0;
  padding: 0;
  position: absolute;
  bottom: 60px;
  left: 0;
}

/* IE7 Safari Firefox 用 */
#footer>#copyright {
  height: auto;
  min-height: 20px;
}

/********************************************************************/
/* [6]カート部分 */
/********************************************************************/

.point {
  font-size: 120%;
  color: red;
  font-weight: bold;
}

.pointline {
  font-size: 100%;
  color: #FFFFFF;
  font-weight: bold;
  padding: 3px;
  padding-bottom: 5px;
  background-color: #666666;
}

/* ナビゲーション （固定）*/
.step_navi01,
.step_navi02,
.step_navi03,
.step_navi04 {
  text-align: center;
  width: 100%;
  height: 83px;
}

.step_navi01 {
  background-image: url(../img/navi01.gif);
  background-repeat: no-repeat;
  background-position: 50% 0;
}

.step_navi02 {
  background-image: url(../img/navi02.gif);
  background-repeat: no-repeat;
  background-position: 50% 0;
}

.step_navi03 {
  background-image: url(../img/navi03.gif);
  background-repeat: no-repeat;
  background-position: 50% 0;
}

.step_navi04 {
  background-image: url(../img/navi04.gif);
  background-repeat: no-repeat;
  background-position: 50% 0;
}

/********************************************************************/
/* [7]ブログ部分 （未設定です）*/
/********************************************************************/

/*コメントボックス*/
.blogbox {
  padding:5px;
  margin:2px 0px;
  width:auto;
}

/* ブログエントリータイトル h2 */
.entry_title {
  padding:5px 0px 5px 0px;
  display:block;
  font-size:110%;
  color:#666666;
  height:19px;
  text-decoration:underline;
}

.entry_date {
  display:block;
  padding:10px 0px 3px 0px;
  color:#333333;
  text-align:right;
}

/* ブログステータス */
.state {
  padding:2px 0px;
  text-align:right;
  border-top:1px solid #ded9c5;
}

/* h3 ブロックサブタイトル */
.subtitle {
  padding:5px 0px 5px 0px;
  margin:10px 0px 10px 0px;
  text-align:left;
  font-size:110%;
  color:#547D2B;
  background:url(../img/subtitle.gif);
  height:19px;
}

/* ブログコメントタイトル */
p.label {
  font-weight:bold;
  color:#666666;
}

/* トラックバックurl */
.tb_url {
  font-weight:bold;
  margin-bottom:10px;
}
