@charset "utf-8";
/**
 * 初期化
 */
*{
  margin:0;
  padding:0;
  zoom:1;
}
ul,ol{list-style-type:none;}
a{
  color:#aa3f80;
  text-decoration:none;
}
a:hover{
  text-decoration:underline;
}
#contents a:hover{text-decoration:underline;}
img{border:0;}
/**
 * 文字サイズ可変
 */
body{
  color:#222;
  width:100%;
  min-width:941px;
  font-size:10px;
  _font-size:62.5%; /* for IE6 */
  font-family:"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,'ＭＳ Ｐゴシック',sans-serif;
  text-align:center;
  letter-spacing:0.1em;
  overflow-x:hidden;
  background:#fff url(../images/common/header_background.jpg) repeat-x left top;
  position:relative;
}
/**
 * 汎用パーツ文字サイズ
 */
caption,th,td,input,textarea,select,ul,ol,dl,p{
  font-size:1.2em;
  line-height:1.4em;
  margin:0 0 0.8em;
}
.price{
  font-size:1em;
  font-family:Verdana,Osaka,'ＭＳ Ｐゴシック',sans-serif;
}
/**
 * 見出し
 */
h1{
  font-size:1.6em;
  width:100%;
  position:absolute;
  left:0;
  z-index:10;
}
h2{
  font-size:1.0em;
  position:absolute;
  top:26px;
  left:50%;
  z-index:30;
  margin:0 auto;
  z-index:10;
}
#siteId{
  width:216px;
  height:57px;
  position:absolute;
  top:18px;
  left:10px;
  z-index:20;
}
h3{
  font-size:1.4em;
  padding:6px 4px;
}
#photos h3{
  line-height:1.8em;
  padding:0;
}
h4.sub{
  color:#4d5a43;
  font-size:1.4em;
  margin:20px 0 10px;
  padding:4px;
  background:#f9fcf6 url(../images/common/h4_background02.gif) repeat-x left bottom;
  border:1px solid #eef4e8;
}
/**
 * レイアウト
 */
#inbox{
  width:941px;
  margin:0 auto;
  position:relative;
  text-align:left;
}
#contents{
}
#header{
  width:941px;
  margin:0 auto;
  height:155px;
  position:relative;
  overflow:hidden;
  background:#fff url(../images/common/header_background.gif) repeat-x left top;
  z-index:20;
}
#footer{
  font-size:0.86em;
  width:100%;
  height:59px;
  margin:10px 0 0;
  background:url(../images/common/footer_background.jpg) repeat-x left top;
  position:relative;
  bottom:0;
  left:0;
}
#rightSide{
  float:right;
  width:183px;
}
#leftSide{
  float:left;
  width:220px;
  padding:5px 0;
  background:#40260d;
}
#sBnr{
  font-size:0.86em;
  margin:10px 0 0;
}
.sideAnc{
  display:block;
  width:166px;
  height:39px;
  outline:0;
}
/**
 * fNav
 */
#fNav{
  width:502px;
  margin:20px 0 0 238px;
  bottom:0;
  text-align:center;
}
#fNav a{
  color:#878870;
  margin:0 5px;
  line-height:1.6em;
}
/**
 * gTags
 */
dl#gTags{
  position:absolute;
  top:105px;
  left:30px;
  z-index:25;
  width:450px;
}
dl#gTags dt,
dl#gTags dd{
  float:left;
  display:inline;
}
dl#gTags dt{
  height:30px;
}
dl#gTags dd{
  margin:0 5px 5px 10px;
}
dl#gTags dd a{
  display:inline;
  padding-right:8px;
  background:url(../images/common/arrow01.gif) no-repeat right bottom;
}
/**
 * gNav
 */
ul#gNav{
  height:16px;
  position:absolute;
  top:72px;
  left:10px;
  z-index:30;
}
ul#gNav li{
  font-size:12px;
  font-weight:bold;
  display:inline;
  float:left;
  text-indent:-9999px;
  border-right:1px solid #fff;
}
ul#gNav li a{
  height:16px;
  color:#fff;
  display:block;
  margin:0 10px;
  background-repeat:no-repeat;
  background-position:center center;
}
.g_top a{ width:35px; background-image:url(../images/common/g_top.png); }
.g_service a{ width:51px; background-image:url(../images/common/g_service.png); }
.g_about a{ width:58px; background-image:url(../images/common/g_about.png); }
.g_faq a{ width:32px; background-image:url(../images/common/g_faq.png); }
.g_sitemap a{ width:73px; background-image:url(../images/common/g_sitemap.png); }
.g_my_account a{ width:82px; background-image:url(../images/common/g_my_account.png); }
.g_shpping_bag a{ width:106px; background-image:url(../images/common/g_shpping_bag.png); }
.g_contact a{ width:85px; background-image:url(../images/common/g_contact.png); border:0; }
ul#gNav li.g_contact{ border:0; }
/**
 * gMenu
 */
ul#gMenu{
  position:absolute;
  top:69px;
  left:230px;
  z-index:45;
}
ul#gMenu li.anc{
  line-height:1.2em;
  float:left;
  display:inline;
  font-weight:bold;
  text-align:left;
  margin:0 8px;
}
ul#gMenu li a{
  color:#fff;
}
/*
ul#gMenu li.gManuFaq{
  background:url(../images/common/gmenu_icon02.jpg) no-repeat left bottom;
}
ul#gMenu li.gManuAbout{
  background:url(../images/common/gmenu_icon01.jpg) no-repeat left bottom;
}
ul#gMenu li.gManuSitemap{
  background:url(../images/common/gmenu_icon02.jpg) no-repeat left bottom;
}
*/
/**
 * search form
 */
ul.productSearch{
  width:270px;
  position:absolute;
  top:105px;
  right:0;
  z-index:25;
}
ul.productSearch li{
  float:left;
}
.productSearchKeyword .query{
  width:176px;
  margin:0 10px 0 0;
  text-indent:18px;
  background:url(../images/common/search_background.gif) no-repeat 2px bottom;
}
*:first-child+html .productSearchKeyword .query{ width:158px; }
* html .productSearchKeyword .query{ width:162px; }
/**
 * pankuzuList
 */
ul.pankuzuList{
  margin:5px 10px;
}
ul.pankuzuList li{
  float:left;
  margin:0 10px 0 0;
  padding:0 10px 0 0;
  background:url(../images/common/arrow02.gif) no-repeat right center;
}
ul.pankuzuList li.current{
  background-image:none;
}
ul.pankuzuList li a{
  text-decoration:underline;
}
/**
 * left side
 */
dl#leftSide dt{
  width:220px;
  text-align:center;
}
dl#leftSide dd{
  overflow:hidden;
  margin:6px 0 0;
  position:relative;
  text-align:center;
}
dl#leftSide dt.left_menu_cap{
  margin:5px 0 0;
}
dl#leftSide dd.left_menu_list{
}
dl#leftSide dt.sttl{
  margin:10px 0;
}
dl#leftSide .left_menu_list{
  display: inline-block;
  text-align:left;
}
dl#leftSide .left_menu_list a{
  margin-left:5px;
}
dl#leftSide .left_menu_list a em{
  display: inline-block;
}
dl#leftSide dd.bnr{
  margin:10px 0;
}
dl#leftSide a { color:#fff }
dl#leftSide a em{
  font-style:normal;
  font-weight:bold;
  padding:0;
  cursor:pointer;
  padding:0 0 0 8px;
  margin:0 8px 0 0;
}
dl#leftSide a em{ background:url(../images/common/left_cate_icon01.gif) no-repeat left center; }
/*
dl#leftSide a em.c0{ background-image:url(../images/common/left_cate_icon01.gif); }
dl#leftSide a em.c1{ background-image:url(../images/common/left_cate_icon02.gif); }
dl#leftSide a em.c2{ background-image:url(../images/common/left_cate_icon03.gif); }
*/
/**
 * right side
 */
dl#rightSide dd.fax {
  margin:0 0 10px;
  position:relative;
}
dl#rightSide dd.fax p{
  width:120px;
  font-size:0.86em;
  position:absolute;
  top:32px;
  left:7px;
}
dl#rightSide dd.fax p a{
  color:#1a4713;
}
dl#rightSide dd ul{
  font-size:1em;
}
dl#rightSide dt.newItem,
dl#rightSide dt.manner{
  text-indent:-9999px;
  height:29px;
}
dl#rightSide dt.newItem{
  background:url(../images/common/right_new_item.gif) no-repeat left top;
}
dl#rightSide dt.manner{
  background:url(../images/common/right_manner.gif) no-repeat left top;
}
/**
 * login form
 */
dl#loginform{
  font-size:1em;
  background:url(../images/common/loginform_middle.gif) repeat-y left top;
  text-align:center;
}
dl#loginform dd{
  padding:2px;
}
dl#loginform .wrap{
  color:#4d5a43;
  padding:5px;
  text-align:left;
}
dt#loginformTop,
dt#loginformBottom{
  height:4px;
  overflow:hidden;
  text-indent:-9999px;
}
dt#loginformTop{
  margin:0 0 4px;
  background:url(../images/common/loginform_top.gif) no-repeat left top;
}
dt#loginformBottom{
  margin:4px 0 0;
  background:url(../images/common/loginform_bottom.gif) no-repeat left top;
}
/**
 * New Item
 */
ul#newItem{
  font-size:1em;
  background:#e8e9c4;
}
ul#newItem li{
  font-size:0.92em;
  height:52px;
  margin:0 1px 1px;
  padding:1px 1px 2px;
  border-top:1px solid #fdfdfa;
  border-left:1px solid #fcfcf7;
  position:relative;
  background:#fefffa url(../images/common/right_list_background01.gif) repeat-x left bottom;
}
/* for ie */
* html ul#newItem li a{
  cursor:pointer;
  width:100%;
  position:relative;
  z-index:20;
}
ul#newItem li a{
  cursor:pointer;
}
ul#newItem li span.thmimg{
  width:50px;
  height:50px;
  display:block;
  float:left;
  background:#fff;
  text-align:center;
  border:1px solid #e5e5cf;
  position:relative;
  overflow:hidden;
  z-index:20;
}
ul#newItem li span.thmimg img{
  margin:auto;
}
ul#randProductView li p.price{
  color:#699232;
}	
ul#newItem li p.price{
  color:#699232;
  position:absolute;
  right:0;
  bottom:-10px;
  z-index:10;
}
/**
 * parts
 */
#header_telephone{
  position:absolute;
  right:15px;
  top:17px;
}
input,
select,
textarea{
  margin:0;
  font-size:1em;
}
.pading{
  width:100%;
}
.paging li{
  float:left;
  display:inline;
  margin:10px;
}
.und{
  color:#aaa;
}
.complate{
  font-size:1.4em;
  font-weight:bold;
  color:#393;
  margin:10px 0;
}
.noabsolutely{
  font-weight:normal;
}
.withcaution{
  font-size:1.2em;
  font-weight:bold;
  color:#393;
  margin:10px 0;
}
.system_message{
  font-size:1.2em;
  padding:0 0 0 70px;
  margin:0 0 5px;
  color:#4d5a43;
  font-weight:bold;
  text-align:center;
}
.system_message img{
  margin:0 4px 0 0;
  vertical-align:bottom;
}
#contents .button{
  margin:20px 0;
  text-align:center;
}
#contents .button a,
#contents .button input{
  margin:0 5px;
}
/**
 * table wrapper
 */
.twrap{
  width:490px;
}
.twrap table{
  width:100%;
  font-size:1em;
  border-collapse:collapse;
}
.twrap th,
.twrap td{
  border:1px solid #ddd;
  border-top:1px solid #eee;
  border-left:1px solid #eee;
  padding:4px;
  line-height:1.6em;
}
.twrap table th{
  color:#253a45;
  width:130px;
  text-align:left;
  border-top:1px solid #d8e9f2;
  border-left:1px solid #d8e9f2;
  border-bottom:1px solid #d8e9f2;
  background:#e6f1f8;
}
.twrap table td{
  border:1px solid #eee;
  background:#f6f6f6 url(../images/common/form_background02.gif) repeat-x left -6px;
}
/**
 * pre
 */
.frame{
  font-size:1.2em; 
  line-height:1.4em;
  padding:10px 5px;
  margin:0 10px 0 0;
  border:1px solid #eee;
  background:#f6f6f6 url(../images/common/form_background02.gif) repeat-x left -6px;
}
/**
 * form
 */
input{
  font-size:1em;
}
.form p,
.form div.p{
  margin:0 0.8em 0.5em;
}
.form div.p{
  border:1px solid #c74e4e;
}
/* copyright */
#footer img{
  position:relative;
  top:14px;
}
/**
 * hr
 */
.hr{
  text-indent:-9999px;
  height:3px;
  font-size:0;
  line-height:0;
  background:#3e6146;
}
#header .hr{
  position:relative;
  top:93px;
  background:#40260d;
}
#sideNav .hr,
dl#leftSide .hr{
  height:2px;
  margin:11px 0;
  _margin:11px 0 7px;
  background:#3e6146;
}
dl#leftSide .hr{
  height:1px;
}
#sideNav .mgn,
dl#leftSide .mgn{
  margin:0px 1px 11px;
  _margin:0px 1px 7px;
}
.frame .hr{
  height:0;
  border-top:1px solid #d2d2d2;
  border-bottom:1px solid #fff;
  background:#fff;
}
.form .hr{
  height:1px;
  background:#9dab92;
  margin:10px 0;
}
#sideNav .hr{
  width:100%;
}
#loginform .hr{
  margin:5px 1px;
  _margin-right:0;
  height:0;
  border-top:1px solid #d2d2d2;
  border-bottom:1px solid #fff;
  background:#fff;
}
/**
 * clear
 */
.clear{
  text-indent:-9999px;
  height:0;
  font-size:0;
  line-height:0;
  clear:both;
}
