@charset "UTF-8";

/* ---------------- default setting */
* {
  margin: 0;
  padding: 0;
  line-height: 1.3;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-decoration: none;
  word-break: break-all;
}

html * {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  margin: 0;
  padding: 0;
  font-family: verdana, sans-serif;
  font-size: x-small;
  f\ont-size: 13px;
  /*\*/
  _font-size: 90%;
  /**/
}


/* -------- block element */
div, h1, h2, h3, h4, h5, h6, p, blockquote, pre, address {
  display: block;
  margin: 0;
  padding: 0;
}

p {
  margin-bottom: 1.5em;
  padding: 0;
  line-height: 1.7;
  text-align: left;
}

blockquote {
  margin:0 0 1em 2em;
  padding: 0 1em;
}

blockquote p {
  margin: 1em 0 1em 0;
  padding: 0;
}

blockquote blockquote {
  margin: 0.2em 0;
  padding: 0.2em 0 0.2em 0.2em;
}

pre {
  width: 95%;
  overflow: scroll;
  margin: 1.5em 0;
  padding: 0.5em 0.8em;
  font-size: 95%;
}

html > pre {
  overflow: visible;
  /*\*/
  overflow: auto;
  /**/
}


/* -------- inline element */
a, abbr, acronym, bdo, big, cite, code, dfn, em, img, kbd, object, q, ruby, samp, small, span, strong, sub, sup, var {
  display: inline;
}

abbr, abbr, acronym {
  border-width: 0 0 1px 0;
  border-style: dotted;
  cursor: help;
}

dfn {
  border-width: 0 0 1px 0;
  border-style: dotted;
}

a {
  font-weight: normal;
  text-decoration: underline;
}

img {
  margin: 0;
  padding: 0;
  vertical-align: text-bottom;
}

a img {
  border: none;
  text-decoration: none;
}

sub, sup {
  font-size: 50%;
}

q {
  margin: 0 0.5em;
  padding: 0;
  font-style: italic;
}

strong {
  margin: 0;
  padding: 0;
  color: #c30;
  font-weight: bold;
}

em {
  margin: 0;
  padding: 0;
  font-weight: normal;
  text-decoration: underline;
}

button {
  border-color: #FAFAFA #848484 #848484 #FAFAFA;
  border-width: 2px;
  border-style: solid;
  background-color: #F0F0F0;
  color: #333;
  font-family: monospace;
  font-size: 85%;
  cursor:pointer;
}

button:active {
  border-color: #848484 #FAFAFA #FAFAFA #848484;
}


/* -------- list element */
ul, ol {
  display: block;
  margin: 1em 0 1.5em 2em;
}

li {
  display: list-item;
  margin:0 0 0.5em 0;
}

ul {
  list-style-type: disc;
}

ol {
  list-style-type: decimal;
}

ul ul,
ol ol,
ol ul {
  margin: 0.2em 0 0.5em 1.2em;
  list-style-type: square;
}

ul ul li,
ol ol li,
ol ul li {
  margin: 0;
}

dl {
  display: block;
  line-height: 1.2;
  margin: 0 0 0 1em;
}

dt {
  margin: 1em 0 0.5em 0;
  padding: 0;
  font-weight: bold;
}

dd {
  margin: 0 0 2em 0;
  padding-left: 1.5em;
}

dd p {
  line-height: 1.6;
}


/* -------- ins, del */
ins {
  display: block;
  margin: 0;
  padding: 1em;
  color: #333;
}

del {
  color: #CCC;
  font-size: 95%;
  font-weight: normal;
  text-decoration: line-through;
}

del ins {
  text-decoration: line-through;
}

ins h1, ins h2, ins h3, ins h4, ins h5, ins h6, ins div, ins p, ins pre, ins address, ins blockquote, ins dl, ins form, ins fieldset, ins table{
  margin: 0;
  padding: 0;
} 

h1 ins, h2 ins, h3 ins, h4 ins, h5 ins, h6 ins, p ins, pre ins, address ins, li ins, dt ins, dd ins {
  display: inline;
  margin: 0;
  padding: 2px 5px;
  text-decoration: none;
}

pre ins, code ins, samp ins, var ins, kbd ins {
  border: none;
  margin: 0;
  padding: 0;
  text-decoration: underline;
}


/* -------- form */
form {
  display: block;
  line-height: 1;
  margin: 0;
  padding: 0;
}

fieldset {
  margin: 0;
  padding: 0;
  border: none;
}

fieldset dt {
  border: none;
}

fieldset ul,
fieldset ol,
fieldset dl {
  display: block;
  margin: 1em 0 1em 0.5em;
}

legend {
  display: none;
}

label {
  vertical-align: baseline;
  margin: 0;
  padding: 0;
}
  

/* -------- table */
table, th, td {
  border-style: solid;
  border-collapse: collapse;
}

table {
  margin: 1em 0 0 1em;
  border-width: 1px 0 0 1px;
  border-color: black;
  border-style: dotted;
  border-spacing: 0;
}

caption {
  display: none;
}

tr {
  border: none;
}

th, td {
  padding: 0.5em 4px;
  border-width: 0 1px 1px 0;
  border-color: black;
  border-style: dotted;
  text-align: center;
}

hr {
  display: none;
}


/* ---------------- original setting */

/* -------- inline list */
ul.inline li {
  display: inline;
}

ul.inline li ul {
  display: inline;
  margin: 0;
  padding: 0;
}

ul.inline li ul li {
  display: inline;
  margin: 0 0.5em 0 0;
  padding: 0;
}

/* -------- float clear */
.clear:after {
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  content: '[.]';
}

/*\*/
* html .clear {
  height: 1%;
}

.clear {
  display: block;
}
/* */




/* ---------------- layout */
body {
  text-align: center;
}

div#container {
  width: 820px;
  margin: 0 auto;
  text-align: left;
}

/* -------- two column */
body.layout-two-column div#content {
  float: left;
  width: 600px;
}

body.layout-two-column div#content h2 {
  clear: both;
}

body.layout-two-column div#content div.item-list {
  float: left;
  width: 185px;
  height: 250px;
  margin-left: 10px;
}

body.layout-two-column div#menu {
  float: right;
  width: 200px;
}


body.layout-two-column div#links {
  float: right;
  clear: right;
  width: 200px;
}

/* -------- three column */
body.main div#content {
  display: inline;
  float:left;
  width: 390px;
  margin: 0 215px;
}

body.main div#menu {
  float:left;
  width:200px;
  margin-left:-202px;
}

body.main div#links {
  float:left;
  width:200px;
  margin-left:-820px;
}

/* -------- footer */
div#footer {
  clear: both;
}

/* ---------------- Design */
body {
  background-color: white;
}

a {
  color:#1C3F88;
  text-decoration: underline;
}

a:hover {
  color:#CE6500;
  text-decoration: none;
}

a:active {
  color: #800000;
  text-decoration: underline;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: bold;
}

div#header {
  padding: 20px 15px;
}

div#header h1 {
  font-size: 170%;
}

div#header h1 a {
  color: black;
  font-weight: bold;
  text-decoration: none;
}


/* -------- navigation */
ul#nav {
  display: inline-block;
  list-style-type: none;
  width: 100%;
  margin: 0;
  padding: 0;
  border-color: #ddd #ddd #c9171e #ddd;
  border-style: solid;
  border-width: 1px;
  background-color: #efefef;
}

ul#nav:after {
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  content: '[.]';
}

/*\*/
* html ul#nav {
  height: 1%;
}

ul#nav {
  display: block;
}
/* */

ul#nav li {
  display: block;
  float: left;
  width: 160px;
  height: 30px;
  margin: 0;
  padding: 0;
  background: transparent;
  font-size: 90%;
  text-align: center;
}

ul#nav li a {
  display: block;
  width: 160px;
  line-height: 30px;
  border-right: 1px solid #ddd;
  color: black;
  text-decoration: none;
}

ul#nav li.top {
  display: inline;
  margin-left: 10px;
}

ul#nav li.top a {
  border-left: 1px solid #ddd;
}

ul#nav li a:hover {
  background-color: white;
}


/* -------- content */

div#content {
  margin-bottom: 20px;
  clear: both;
}

div#content h2 {
  margin-top: 15px;
}

div#content div.section {
  margin-top: 10px;
}

div#content div.section h3 {
  font-size: 120%;
}

div#content div.section h3 a {
  font-weight: bold;
  color: black;
  text-decoration: underline;
}

div#content div.section h3 a:hover {
  text-decoration: none;
}

p.price {
  margin: 0;
  padding: 0;
}

div#content div.hreview p.item-footer img {
  float: left;
  margin: 0 1em 1em 0;
}

div#content div.item-list {
  overflow: hidden;
  padding-top: 1em;
  border: 1px solid #ddd;
  text-align: center;
  font-size: 95%;
}

div#content div.item-list h3 {
  padding: 0 1em;
  font-size: 100%;
}

div#content div.item-list p.price {
  margin: 0;
  padding: 0 1em;
  text-align: center;
}

div#content div.hreview p.price {
  clear: both;
}

div#content div.archive {
  clear: both;
}

div#content div.archive h4 {
  margin: 0 0 15px 0;
}

div#content div.archive h4 a {
  font-weight: bold;
  color: black;
  text-decoration: underline;
}

div#content div.archive h4 a:hover {
  text-decoration: none;
}

div#content div.archive img {
  float: left;
}

div.section p.price ins {
  font-size: 150%;
}

div#more {
  margin: 15px 0 ! important;
  padding-bottom: 1em;
}

div#more h4 {
  padding: 5px 0 5px 8px;
  font-size: 110%;
  font-weight: bold;
}

div#more p {
  padding: 0 1em;
}

div#trackbacks {
  clear: both;
}

div#trackbacks h4 {
  padding: 3px 5px;
  font-size: 110%;
  background-color: #efefef;
  margin-bottom: 10px;
  border-color: #ddd #ddd #c9171e #ddd;
  border-style: solid;
  border-width: 1px;
  color: #222;
}

p.trackback {
  font-size: 90%;
  margin: 15px 0 25px 0;
  padding: 1em;
  border: 1px solid #ddd;
  background-color: #f4f4f4;
}

input#trackback-url {
  width: 30em;
}

div#trackbacks dl {
  font-size: 95%;
}

div#trackbacks dl dt {
  border-bottom: 1px solid #ddd;
}

div#trackbacks dl dt cite {
  margin: 0 1em;
}

div#comments {
  clear: both;
  margin-top: 20px;
}

div#comments h4 {
  padding: 3px 5px;
  margin-bottom: 25px;
  border-color: #ddd #ddd #c9171e #ddd;
  border-style: solid;
  border-width: 1px;
  color: #222;
  background-color: #efefef;
  font-size: 110%;
}

div#comments dl {
  font-size: 95%;
}

div#comments dl dt {
  border-bottom: 1px solid #ddd;
}

div#comments dl dt span.datetime {
  margin-left: 1em;
}

div.comments-open h4,
div.comments-open h5 {
  padding: 3px 5px;
  margin-bottom: 10px;
  border-color: #ddd #ddd #c9171e #ddd;
  border-style: solid;
  border-width: 1px;
  color: #222;
  background-color: #efefef;
  font-size: 110%;
}

form#comments_form {
  font-size: 90%;
  padding: 1em;
  border: 1px solid #ddd;
  background-color: #f4f4f4;
}

form#comments_form fieldset dl dt {
  border: 0;
}

form#comments_form fieldset div {
  text-align: right;
}

form#comments_form fieldset div input {
  width: 8em;
  margin-left: 0.5em;
}

p.comments-open-moderated {
  margin: 1em 0 1em 0;
  padding: 0.5em;
  border: 1px solid #D44;
  color: #333;
  background-color: #FEE;
  font-size: 90%;
}


/* -------- sidebar */

div#menu div.section,
div#links div.section {
  margin-top: 15px;
  padding-bottom: 10px;
  border: 1px solid #ddd;
  font-size: 95%;
}

div#menu div.section div.section,
div#links div.section div.section {
  border: 0;
}

div.section#cart {
  border: 0 ! important;
}

div#recent-item div.section {
  text-align: center;
}

div#recent-item div.section h3 {
  font-size: 100%;
}

div#recent-item div.section p.price {
  margin: 0;
  padding: 0;
  text-align: center;
}


div#menu div.section h2,
div#links div.section h2 {
  padding: 3px 5px;
  font-size: 110%;
  background-color: #efefef;
  margin-bottom: 10px;
  border-bottom: 1px solid #c9171e;
  color: #222;
}

div#menu div.section ul,
div#menu div.section ol,
div#links div.section ul,
div#links div.section ol {
  margin: 0;
  padding-left: 1em;
}

div#menu div.section ul li,
div#menu div.section ol li,
div#links div.section ul li,
div#links div.section ol li {
  list-style-type: none;
}

form#search-form {
  padding: 0 1em;
}

form#search-form label {
  margin-bottom: 0.5em;
  font-size: 90%;
}

form#search-form input#search-field {
  width: 100%;
}

form#search-form div {
  text-align: right;
  margin-top: 0.5em;
}

/* -------- footer */

div#footer {
  clear: both;
  border-top: 1px solid #ddd;
  text-align: center;
}

address {
  padding: 0 0 1em 0;
}
