@charset "UTF-8";

body {
  color: #cccccc; /*文字色をグレーに*/
  margin: 0px;
  padding: 0px;
  text-align: center;
  background: #000000 url(../images/bg.jpg) no-repeat center top; /*壁紙設定箇所。ページ上部の中央よせという意味。通常の設定にしたいなら「no-repeat center top」を外す。*/
  font-family: "メイリオ", "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
  font-size: 80%;
  line-height: 1.5;
}
h1,
h2,
h3,
p,
ul,
li,
dl,
dt,
dd {
  margin: 0px;
  padding: 0px;
}
ul {
  list-style-type: none;
}
img {
  border: none;
}
.color1 {
  color: #976a95;
}
.look {
  background: #222222;
}

/*リンク設定
---------------------------------------------------------------------------*/
a {
  color: #cccccc; /*リンク部分を通常テキストと同じグレーにする*/
}
a:hover {
  color: #938293; /*カーソルオーバー時に薄い紫色にする*/
}

/*h1タグ設定
---------------------------------------------------------------------------*/
h1 {
  font-size: 12px; /*文字サイズを10pxに*/
  text-align: left; /*左よせ。もし右よせがいいなら「left」を「right」、センタリングがいいなら「center」にする。*/
}

/*コンテナー設定
---------------------------------------------------------------------------*/
#container {
  background: url(../images/container_bg.gif) repeat-y;
  width: 912px;
  margin-top: 150px; /*最上部の画像とサイト名の高さに合わせてここも変更する*/
  margin-right: auto;
  margin-left: auto;
  text-align: left;
}

/*メインメニュー設定
---------------------------------------------------------------------------*/
ul#menu li {
  float: left; /*ビルダー編集画面で崩れないようにフロート設定にしました*/
  width: 152px;
}

/*コンテンツ設定
---------------------------------------------------------------------------*/
#contents {
  clear: left; /*上のメインメニューのフロート処理の解除*/
  width: 100%;
}

/*トップページのFLASH（メイン画像）設定
---------------------------------------------------------------------------*/
#fla {
  text-align: center;
}

/*メインコンテンツ
---------------------------------------------------------------------------*/
#main {
  display: inline;
  float: left;
  width: 550px; /*メインコンテンツ(左ブロック)の幅*/
  margin-left: 20px;
  padding-top: 20px;
  padding-bottom: 80px;
}

/*メインコンテンツ内の見出し設定箇所*/
#main h2 {
  font-size: 130%;
  border-top: 1px solid #2a1c29; /*上に入っている線。1pxの直線(solid)を#2A1C29の色で入れています*/
  border-bottom: 1px solid #2a1c29; /*下に入っている線。1pxの直線(solid)を#2A1C29の色で入れています*/
  line-height: 50px; /*見出しの高さ*/
  background: url(../images/h2_bg.jpg) no-repeat right center; /*見出しに入っている梅の花画像設定*/
  padding-left: 30px;
  letter-spacing: 0.2em;
  color: #ffffff; /*文字色を白に*/
}

#main h3 {
  font-size: 120%; /*文字サイズ*/
  color: #976a95; /*文字色▼*/
  line-height: 25px;
  border-left-color: #976a95; /*左サイドボーダーカラー▼*/
  border-left-style: solid; /*左サイドボーダースタイル*/
  border-left-width: 5px; /*左サイドボーダー幅*/
  margin-bottom: 10px;
  padding-left: 7px;
}

h2#gentei {
  font-size: 130%;
  border-top: 1px solid #2a1c29; /*上に入っている線。1pxの直線(solid)を#2A1C29の色で入れています*/
  border-bottom: 1px solid #2a1c29; /*下に入っている線。1pxの直線(solid)を#2A1C29の色で入れています*/
  line-height: 50px; /*見出しの高さ*/
  background: url(../images/h2_bg.jpg) no-repeat right center; /*見出しに入っている梅の花画像設定*/
  padding-left: 30px;
  letter-spacing: 0.2em;
  color: #ffff99; /*文字色を白に*/
}

h3#gentei {
  font-size: 120%; /*文字サイズ*/
  color: #ffff99; /*文字色▼*/
  line-height: 25px;
  border-left-color: #ffff99; /*左サイドボーダーカラー▼*/
  border-left-style: double; /*左サイドボーダースタイル*/
  border-left-width: 5px; /*左サイドボーダー幅*/
  margin-bottom: 10px;
  padding-left: 7px;
}

/*メインコンテンツ内の段落設定箇所*/
#main p {
  padding: 0.5em 10px 1em;
}
#main table {
  margin: 10px;
  border-style: none;
}
.price {
  float: right;
  margin-right: 50px;
  /*font-size: 120%;*/
  padding-top: 5px;
  padding-bottom: 5px;
}
.osinagaki {
  width: 500px;
  /*font-size: 120%;*/
  background-image: url(../images/line_dot.gif);
  background-repeat: repeat-x;
  background-position: bottom;
  padding-bottom: 5px;
  padding-top: 5px;
  padding-left: 10px;
  margin-left: 15px;
}
.comment {
  width: 400px;
  font-size: 90%;
}


/*サイドコンテンツ
---------------------------------------------------------------------------*/
#side {
  display: inline;
  float: right;
  width: 300px; /*サイドコンテンツ(右ブロック)の幅*/
  margin-right: 20px;
  padding-top: 20px;
  padding-bottom: 80px;
}

/*サイドコンテンツ内の見出し設定箇所*/
#side h3 {
  background: #130d13; /*見出し背景色*/
  letter-spacing: 0.2em;
  text-align: center; /*文字のセンタリング。左よせでいいならこの1行を丸ごと削除。*/
  font-size: 100%;
  border: 1px solid #2a1c29; /*見出しの枠線。1pxの直線(solid)を#2A1C29の色で設定。*/
  color: #ffffff; /*文字色を白に*/
}

/*サイドコンテンツ内の段落設定箇所*/
#side p {
  padding-top: 0.5em;
  padding-bottom: 1em;
}

/*サイドコンテンツ内の「おしらせ」部分
---------------------------------------------------------------------------*/
#side dl {
  margin-top: 0.5em;
  margin-bottom: 1em;
}
#side dt {
  font-weight: bold; /*日付を太字に。通常の太さがいいなら、この1行を丸ごと削除。*/
  color: #976a95; /*日付の文字色を紫色（#976a95）に*/
}
#side dd {
  border-bottom: 1px dotted #2a1c29; /*コメントの下に1pxの点線(dotted)を#2A1C29の色で入れる。*/
  padding-left: 1em; /*コメントの左側に少しだけ空白を設ける。上の日付と同じくしたいなら、この1行を丸ごと削除。*/
}

ul.sidemenu {
  margin-bottom: 20px;
  text-align: center;
  margin-top: 10px;
}
ul.sidemenu li a {
  line-height: 36px;
  width: 280px;
  color: #fff;
  text-decoration: none;
}
ul.sidemenu li a:hover {
  color: #976a95;
  text-decoration: underline;
}
.sidebanner {
  width: 250px;
  margin-left: 20px;
  margin-top: 10px;
}
.sidemotsukura {
  width: 250px;
  padding: 10px;
  background-image: url(../images/side_motsukura.gif);
  background-repeat: no-repeat;
  height: 280px;
  text-align: center;
  margin-left: 25px;
  margin-top: 10px;
}

/*商品テーブル
---------------------------------------------------------------------------------------*/
.box {
  margin: 10px;
}
.box img {
  padding: 4px; /*商品画像とフチ線の間にある白い余白*/
  border: 1px solid #666666; /*ボックスのグレー色のフチ設定。solidは直線という意味。dottedとかにすると可愛くなります。*/
  margin: 2px;
}
.box td {
  vertical-align: top;
  text-align: left;
  font-size: 11px;
  padding: 0.5em;
}
.box a {
  text-decoration: none;
}
.box a:hover img {
  border: 1px solid #453044; /*カーソルオーバー時のボックスのフチ色（緑色）設定*/
}

/*スタッフ紹介
---------------------------------------------------------------------------------------*/
.staff {
  margin: 10px auto 20px 20px;
  border: 1px solid #fff;
  width: 94%;
}
.staff img {
  padding: 4px; /*商品画像とフチ線の間にある白い余白*/
  border: 1px solid #666666; /*ボックスのグレー色のフチ設定。solidは直線という意味。dottedとかにすると可愛くなります。*/
  margin: 2px;
}
.staff td {
  padding-bottom: 0.5em;
  vertical-align: top;
}

/*フッターメニュー
----------------------------------------------------------*/

#footer ul#footermenu {
  text-align: center;
  margin-bottom: 15px;
}

#footer ul#footermenu li {
  border-left-width: 1px; /*各リンク間の区切り線太さ*/
  border-left-style: solid; /*各リンク間の区切り線スタイル*/
  border-left-color: gray; /*各リンク間の区切り線の色▼*/
  padding-left: 6px;
  padding-right: 4px;
  display: inline;
}

#footer ul#footermenu li.last {
  border-right-width: 1px; /*リンク部分の一番右端に表示される線太さ*/
  border-right-style: solid; /*リンク部分の一番右端に表示される線スタイル*/
  border-right-color: #999999; /*リンク部分の一番右端に表示される線の色▼*/
  padding-right: 6px;
}

/*フッター（copyright部分）
---------------------------------------------------------------------------*/
#footer {
  clear: both;
  width: 909px;
  text-align: center;
  background: url(../images/footer_bg.gif) no-repeat center bottom;
  line-height: 1.4;
  height: 70px;
  padding-top: 30px;
}

/*メインコンテンツ内の「What's New」部分
---------------------------------------------------------------------------*/
#main dl.new {
  width: 536px; /*What's Newボックスの幅*/
  height: 200px; /*What's Newボックスの高さ*/
  overflow: auto;
  padding: 5px;
  margin-right: auto;
  border-top: 1px none #2a1c29;
  border-right: 1px solid #2a1c29;
  border-bottom: 1px solid #2a1c29;
  border-left: 1px solid #2a1c29;
  line-height: 1.6em;
  margin-left: 1px;
}
#main dl.new dt {
  font-weight: bold; /*日付の色を太字にする*/
  color: #976a95;
  padding-left: 5px;
}

#main dl.new dd {
  border-bottom: 1px dotted #2a1c29; /*コメントの下に1pxの点線(dotted)を#2A1C29の色で入れる。*/
  padding-left: 10px;
}

/*ZeroMail著作権非表示
---------------------------------------------------------------------------*/
.wtn_copyright {
  display: none;
}
