@charset "UTF-8";

/* =========================================================================
   Main Style Sheet
   
   $Id$
   $Date::                           $

    1. Universal selector
    2. Layout
    3. Text
    4. Hypertext
    5. List
    6. Edit
    8. Forms
    9. Tables
   10. Image
   11. Misc
 * ========================================================================= */

/* --------------------------------------------------------------------------
    1. Universal selector
 * ------------------------------------------------------------------------- */
* {
  margin: 0;
  padding: 0;
  line-height: 1.2em;
  /*font-size: 96%;*/
  font-family: "Osaka", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", sans-serif;
}

/* --------------------------------------------------------------------------
    2. Layout
 * ------------------------------------------------------------------------- */
body {
  font-size: 80%;
  text-align: left;
  background: #a7ddd7;
  margin: 10px 0px;
}

#container {
  margin: 0 auto; 
  width: 760px;
  background: #fff url('/static/img/catalog/background.gif') top left repeat-y;
}

#container #top_menu {
  text-align: right;
  font-size: 80%;
  padding-bottom: 4px;
  margin: 0;
  background: #a7ddd7;
}

#container #header {
  height: 100px;
  background: #fff url('/static/img/catalog/logo_top.jpg') bottom left no-repeat;
  clear: both;
  border: 1px solid #666;
}

#container #wrapper {
  margin: 8px;
  min-height: 32em;
}

#container #wrapper #content {
  float: left;
  width: 580px;
}

#container #wrapper #side_menu {
  margin-left: 600px;
  width: 140px;
}

#container #footer {
  height: 40px;
  clear: both;
  border-left: 1px solid #666;
  border-right: 1px solid #666;
  border-bottom: 1px solid #666;
  background-color: #6eb7af;
}

/* --------------------------------------------------------------------------
    3. Text
 * ------------------------------------------------------------------------- */
h1 {
  font-size: 114%;
}

h2 {
  font-size: 104%;
  margin: 8px 0;
  padding: 4px 0px;
}

h3 h4 h5 {
  font-size: 100%;
  margin: 0;
  padding: 5px 0 5px 10px;
}

#header h1 {
  margin: 0px;
  text-align: right;
  padding-top: 28px;
  padding-right: 32px;
  color: #fff;
}

/*
#content h2 {
  padding: 2px;
  border: 1px solid #666;
  color: #000;
  background: #eee;
}
*/

#content h2 {
  color: #000;
  background-color: #eee;
  padding: 3px 6px;
  margin-top: 10px;
  margin-bottom: 10px;
  border-top: 1px solid #ddd; 
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #666; 
  border-left: 8px double #666;
}

#content h3 {
  /*color: #6eb7af;*/
  font-weight: bold;
}

#content p {
  margin-top: 4px;
  margin-bottom: 12px;
  padding: 4px;
}

#side_menu h2 {
  /*color: #9f7650;*/
  color: #630;
  background-color: #e5dcca;
  font-size: 96%;
  padding: 3px 6px;
  margin-top: 10px;
  margin-bottom: 10px;
  border: 1px solid #666;
}

#side_menu p {
  margin-top: 4px;
  margin-bottom: 16px;
  padding: 4px;
  line-height: 16px;
  color: #666;
}

#footer {
  font-size: 88%;
  font-family: "Arial", "Helvetica", "sans-serif";
  padding-top: 4px;
  text-align: center;
  color: #fff;
}

#item h3 {
  color: #6eb7af;
  font-size: 180%;
  font-weight: bold;
  margin-bottom: 4px;
  padding: 4px 0px;
}

#item h4 {
  color: #333;
  font-size: 144%;
  font-weight: bold;
}

#item h5 {
  color: #000;
  font-size: 120%;
  font-weight: bold;
  margin: 0.5em 0;
}

#faq h3, #contact h3, #sitemap h3 {
  border-bottom: 1px solid #666;
  margin-bottom: 1em;
}

/* --------------------------------------------------------------------------
    4. Hypertext
 * ------------------------------------------------------------------------- */
a:link, a:visited, a:active {
  color: #c86000;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

a.title:link, a.title:visited, a.title:active {
  color: #666;
  font-weight: bold;
}

#top_menu a {
  color: #666;
  text-decoration: none;
  padding: 0 4px;
}

#top_menu a:hover {
  color: #fff;
  font-weight: bold;
}

#side_menu a {
  color: #630;
}

#footer a {
  color: #ff9;
  text-decoration: none;
}

#footer a:hover {
  text-decoration: underline;
}

#item a {
  text-decoration: none;
}

#item a:hover {
  color: #000;
  text-decoration: underline;
}

#faq a.question {
  font-weight: bold;
  color: #000;
}

a.normal:link, a.normal:visited, a.normal:active {
  color: #000;
}

a.breadcrumb:link, a.breadcrumb:visited, a.breadcrumb:active {
  color: #6eb7af;
  font-weight: bold;
}

a.calendar, a.calendar:visited, a.calendar:active {
  background: #fff;
  border: 1px solid #999;
  display: block;
}

/* --------------------------------------------------------------------------
    5. List
 * ------------------------------------------------------------------------- */
ol, ul {
  font-size: 100%;
  margin-left: 4px;
  margin-bottom: 1em;
}

#container #wrapper #content li {
  margin-left: 20px;
}

#container #wrapper #side_menu li {
  font-size: 96%;
  list-style-type: circle;
  margin-left: 16px;
  padding-left: 0px;
}

/* --------------------------------------------------------------------------
    6. Edit
 * ------------------------------------------------------------------------- */

/* --------------------------------------------------------------------------
    8. Forms
 * ------------------------------------------------------------------------- */
form { 
  margin: 0; 
}

textarea {
  width: 360px;
  height: 10em;
}

input.search { 
  width: 80px;
  height: 20px;
  border: none;
  color: #000;
  background: url(images/input.gif); 
  padding: 4px; 
}

input.login { 
  width: 80px;
  border: none; 
  background: url(../../img/catalog/logininput.gif); 
  padding: 4px; 
}

#contact #id_name, #contact #id_email {
  width: 200px;
}

/* --------------------------------------------------------------------------
    9. Tables
 * ------------------------------------------------------------------------- */
th, td {
  padding: 2px 4px;
  font-size: 100%;
  vertical-align: top;
}

#calendar table {
  text-align: center;
}

#calendar th, td, caption {
  font-size: 12px;
  padding: 0 2px;
}

#calendar td.inactive {
  color: #999;
}

/* --------------------------------------------------------------------------
   10. Image
 * ------------------------------------------------------------------------- */
img {
  border: none;
}

div.image_left {
  float: left;
  margin-right: 12px;
  margin-bottom: 4px;
  border: 0
}

div.image_right {
  float: right;
  margin-left: 12px;
  margin-bottom: 4px;
  border: 0;
}

div.image_lists {
  margin: 0 auto;
}

div.image_list {
  width: 168px;
  height: 200px;
  text-align: center;
  vertical-align: middle;
  float: left;
  margin: 2px;
  padding: 2px;   
}

#item img {
  border: 1px solid #666;  
}

/* --------------------------------------------------------------------------
   11. Misc
 * ------------------------------------------------------------------------- */
fieldset {
  margin: 4px;
  padding: 4px;
}

legend {
  color: #000;
}

div.right {
  text-align: right;
}

div.block {
  margin-bottom: 1em;
}

div.pub_date {
  text-align: right;
  font-size: 80%;
}

div.tel {
  font-size: 96%;
  font-family: "Times New Roman", Times, serif;
  margin-bottom: .5em;
}

#item div.item_thumb {
  float: left;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  vertical-align: middle;
  width: 200px;
}

#item div.item_data {
  margin-left: 200px;
}

#item div.item_id {
  color: #000;
  font-size: 114%;
  font-weight: bold;
  margin-bottom: .5em;
}

#item div.item_field {
  font-size: 104%;
}

#item div.item_price {
  font-size: 100%;
  font-weight: bold;
  margin-top: 1em;
  margin-left: 1em;
}

#item div.item_comment {
  color: #c86000;
  font-size: 100%;
  font-weight: bold;
  /*margin: 1em 0;*/
}

#item div.item_status {
  color: #630;
  font-weight: bold;
  font-size: 114%;
  margin-bottom: .5em;
}

#faq div.answer, #sitemap div {
  margin-left: 2em;
  margin-bottom: 1em;
}

.errorlist {
  color: red;
  font-weight: bold;
}

div.caption {
 text-align: center;
 font-size: 12px;
 margin-bottom: .5em;
}   

hr {
  margin-bottom: 1em;
  /*border-style: dotted none none none;*/
  border-style: solid none none none;
  border-top-width: 1px;
  border-top-color: #666;
  height: 2px;
}

br.clear {
  clear: both;
}
