@charset "utf-8";
/*
Theme Name: Natural
Theme URI: http://www.natyu.ne.jp/
Description: Theme for natyu.ne.jp
Version: 1.0
Author: Shuji
Author URI: http://www.deathmarch.jp/
Tags: aquashop
*/
div#page_contents {
  background-color: #ffffff;
}
div#page_contents div.page_contents_main div.post,
div#page_contents div.page_contents_main div.page {
  padding: 10px 8px;
  background-color: #ffffff;
}
div#page_contents div.page_contents_side ul.side_bar {
  padding: 10px 8px;
}
div#page_contents div.page_contents_side ul.side_bar h3 {
  font-weight: bold;
  padding: 0;
}
div#page_contents div.page_contents_side ul.side_bar h3 label {
  font-weight: bold;
}
div#page_contents div.page_contents_side ul.side_bar ul {
  margin-left: 7px;
  margin-bottom: 4px;
}
div#page_contents div.page_contents_side ul.side_bar form {
  margin-left: 7px;
  margin-bottom: 4px;
}
/* Special Sale
 ====================================== */
div#page_contents div.special_sale {
  background: #FFFCB9;//#F29A2E;
  color: #000000;
}
div#page_contents div.special_sale table {
  margin: 5px auto;
  width: 800px;
}
div#page_contents div.special_sale table tr td {
  text-align: center;
  vertical-align: top;
  overflow: hidden;
}
div#page_contents div.special_sale table tr td p {
  font-weight:bold;
}
div#page_contents div.special_sale table tr td.w1 {
  width: 800px;
}
div#page_contents div.special_sale table tr td.w2 {
  width: 400px;
}
div#page_contents div.special_sale table tr td.w4 {
  width: 200px;
}
/* Special Sale Yellow
 ====================================== */
div#page_contents div.special_sale_y {
  background: #F0FFFF;
  color: #000;
}
div#page_contents div.special_sale_y table {
  margin: 5px auto;
  width: 800px;
}
div#page_contents div.special_sale_y table tr td {
  text-align: left;
  vertical-align: top;
  overflow: hidden;
}
div#page_contents div.special_sale_y table tr td.w1 {
  width: 800px;
}
div#page_contents div.special_sale_y table tr td.w2 {
  width: 400px;
}
div#page_contents div.special_sale_y table tr td.w4 {
  width: 200px;
}
/* Special Sale Pink
 ====================================== */
div#page_contents div.special_sale_p {
  background: #ffeef7;
  color: #000;
}
div#page_contents div.special_sale_p table {
  margin: 5px auto;
  width: 800px;
}
div#page_contents div.special_sale_p table tr td {
  text-align: left;
  vertical-align: top;
  overflow: hidden;
}
div#page_contents div.special_sale_p table tr td.w1 {
  width: 800px;
}
div#page_contents div.special_sale_p table tr td.w2 {
  width: 400px;
}
div#page_contents div.special_sale_p table tr td.w4 {
  width: 200px;
}
/* Special Sale Image
 ====================================== */
div#page_contents div.special_sale_img {
  background: url(/image/background.jpg) no-repeat;
  color: #000;
}
div#page_contents div.special_sale_img table {
  margin: 5px auto;
  width: 800px;
}
div#page_contents div.special_sale_img table tr td {
  text-align: left;
  vertical-align: top;
  overflow: hidden;
}
div#page_contents div.special_sale_img table tr td.w1 {
  width: 800px;
}
div#page_contents div.special_sale_img table tr td.w2 {
  width: 400px;
}
div#page_contents div.special_sale_img table tr td.w4 {
  width: 200px;
}

textarea#comment {
 width: 80%;
}

