@charset "Shift_JIS";

/*--------------------
   base style
--------------------*/
* {
  margin: 0;
  padding: 0;
}

html {
  overflow-y: scroll;
  margin: 0;
  padding: 0;
}

body {
  font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  background-color: #fff;
  color: #4b2035;
  font-size: 70%;
  line-height: 1.3;
  text-align: center;
}

input, textarea, select {
  font-size: 100%;
  line-height: 1.3;
}

input {
  margin: 0;
  padding: 0;
}

option {
  padding: 0 3px;
}

img {
  border: none;
}

ul {
  list-style: none;
}

a {
  color: #559883;
  text-decoration: none;
}

a:focus {
  /*\*/
  overflow: hidden;
  /**/
}

a:focus,
a:hover {
  color: #025037;
  text-decoration: underline;
}

table, th, td {
  border: none;
  border-collapse: collapse;
  line-height: 1.3;
}

#wrapper {
  width: 1020px;
  background: url("../image/bg.gif") repeat-y;
  margin: 0 auto;
}

#inner {
  width: 1000px;
  margin: 0 auto;
}

/*--------------------
   header
--------------------*/
#header {
  text-align: left;
  border-bottom: 10px solid #e1c5d3;
}

/*--- header_left ---*/
#header_left {
  float: left;
  width: 660px;
  height: 130px;
}

#header_left h1#logo {
  width: 660px;
  height: 130px;
  background: url("../image/logo.gif") no-repeat;
}

#header_left h1#logo a {
  width: 100%;
  height: 100%;
  display: block;
  text-indent: -9999px;
}

#header_left h2 {
  height: 0;
  font-size: 0;
  text-indent: -9999px;
}

/*--- header_center ---*/
#header_center {
  float: left;
  width: 170px;
  height: 130px;
  text-align: center;
}

#header_center p#goto_cart {
  margin-top: 70px;
  width: 160px;
  height: 50px;
  background: url("../image/bt_cart_on.gif") no-repeat;
}

#header_center p#goto_cart a {
  width: 100%;
  height: 100%;
  display: block;
  text-indent: -9999px;
  background: url("../image/bt_cart_off.gif") no-repeat;
}

#header_center p#goto_cart a:hover,
#header_center p#goto_cart a:focus {
  background-image: none;
}

/*--- header_right ---*/
#header_right {
  float: left;
  width: 170px;
  height: 130px;
}

#header_right ul {
}

#header_right li {
  margin-top: 5px;
  height: 36px;
}

#header_right li a {
  display: block;
  width: 130px;
  height: 100%;
  font-size: 140%;
  font-weight: bold;
  padding: 7px 0 0 40px;
}

#header_right li#bt_guide {
  background: url("../image/bt_guide_on.gif") no-repeat;
}

#header_right li#bt_guide a {
  background: url("../image/bt_guide_off.gif") no-repeat;
}

#header_right li#bt_faq {
  background: url("../image/bt_faq_on.gif") no-repeat;
}

#header_right li#bt_faq a {
  background: url("../image/bt_faq_off.gif") no-repeat;
}

#header_right li#bt_contact {
  background: url("../image/bt_contact_on.gif") no-repeat;
}

#header_right li#bt_contact a {
  background: url("../image/bt_contact_off.gif") no-repeat;
}

#header_right li#bt_guide a:hover,
#header_right li#bt_guide a:focus,
#header_right li#bt_faq a:hover,
#header_right li#bt_faq a:focus,
#header_right li#bt_contact a:hover,
#header_right li#bt_contact a:focus {
  background-image: none;
  font-weight: bold;
}

/*--------------------
   container
--------------------*/
#container {
  clear: both;
  margin-top: 10px;
}

/*----- primary -----*/
#primary {
  float: right;
  width: 800px;
}

/*----- secondary -----*/
#secondary {
  float: left;
  width: 200px;
}

/*--------------------
   footer
--------------------*/
#footer {
  clear: both;
  margin-top: 30px;
  font-size: 110%;
}

#site_info {
  border-top: 1px solid #e1c5d3;
}

#site_info li {
  display: inline;
  margin: auto 30px;
}

#copyright {
  margin: 10px 0;
  background-color: #e1c5d3;
  font-weight: bold;
}

/*--------------------
   primary
--------------------*/
/*----- topic_path -----*/
#topic_path {
  font-size: 120%;
  font-weight: bold;
  text-align: left;
  margin: 0 0 10px 15px;
}

#ship_info {
  margin: 30px auto;
}

#ship_info h3 {
  background: url("../image/ship_free_720.gif") no-repeat;
  width: 720px;
  height: 60px;
  margin: auto;
  text-indent: -9999px;
}

#ship_info p {
  background: url("../image/ship_info.gif") no-repeat;
  width: 750px;
  height: 560px;
  margin: auto;
  text-indent: -9999px;
}


/*--------------------
   secondary
--------------------*/
/*-- menu_category --*/
#menu_category {
  clear: both;
}

#menu_category h4 {
  background: url("../image/cat_caption.gif") no-repeat;
  width: 200px;
  height: 25px;
  text-indent: -9999px;
}

.category {
  margin-top: 10px;
}

.category p {
  background: url("../image/m_cat_bg.gif") no-repeat;
  width: 190px;
  height: 30px;
  margin: 0 auto;
  padding-top: 4px;
}

.category p strong {
  font-size: 130%;
}

.category ul {
  margin-left: 10px;
  text-align: left;
}

.category li {
  font-size: 110%;
  font-weight: bold;
  line-height: 1.5;
  background: url("../image/arrow2_bt_on.gif") left no-repeat;
  margin: 5px 0;
}

.category li a {
  background: url("../image/arrow2_bt_off.gif") left center no-repeat;
  padding-left: 20px;
  color: #bf2c98;
}

.category li a:focus,
.category li a:hover {
  color: #025037;
  background-image: none;
}

/*-- sub_menu --*/
#sub_menu {
  font-size: 130%;
  line-height: 1.5;
  text-align: left;
  margin-top: 10px;
  background: url("../image/submenu_middle.gif") repeat-y;
}

#sub_menu h4 {
  background: url("../image/submenu_top.gif") no-repeat;
  width: 200px;
  height: 41px;
  text-indent: -9999px;
}

#sub_menu ul {
  background: url("../image/submenu_bottom.gif") no-repeat bottom;
  padding-left: 30px;
  padding-bottom: 14px;
}

#sub_menu li {
  background: url("../image/arrow_bt_on.gif") left no-repeat;
  margin: 5px 0;
}

#sub_menu li a {
  background: url("../image/arrow_bt_off.gif") left center no-repeat;
  padding-left: 15px;
}

#sub_menu li a:hover,
#sub_menu li a:focus {
  background-image: none;
}

/*-- ship_free1 --*/
#ship_free {
  margin: 20px auto;
}

#ship_free h3 {
  background: url("../image/ship_free_120.gif") no-repeat;
  width: 120px;
  height: 60px;
  margin: auto;
  text-indent: -9999px;
}

/*-- blog --*/
.blog {
  margin: 20px auto;
}

.blog li {
  width: 180px;
  height: 90px;
  margin: 10px auto;
}

.blog li a {
  width: 100%;
  height: 100%;
  display: block;
  text-indent-: -9999px;
}

.blog li a:hover,
.blog li a:focus {
  background-image: none;
}

.blog li#blog_manager {
  background-: url("../image/.gif") no-repeat;
}

.blog li#blog_travel {
  background-: url("../image/.gif") no-repeat;
}

/*-- banner1 --*/
.banner1 {
  text-align: center;
}
/*---------------------
   clearfix
---------------------*/
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  font-size: 0.1em;
  line-height: 0;
}

.clearfix {
  display: inline-block;
  zoom: 1;
}

/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide form ID-mac */
