@charset "utf-8";

*{margin:0px; padding:0px;}
html{width:100%; height:100%;}
body
{
	width:100%;
	height:100%;
	font-size:14px;
	/*font-family: 'ＭＳ 明朝', 'ＭＳ P明朝', 'serif';*/
	font-family:'ＭＳ Ｐゴシック',Arial,sans-serif;
	color:#555555;
	line-height:19px;
}
a{ text-decoration:none; color: #899639; }
a:hover { text-decoration:underline; color: #899639; }
a:visited { color: #aa4400; }
img,a { border:0px none; vertical-align:bottom; }
textarea {resize:none;}
fieldset{ border:none; }
ul, ol{ list-style-type:none; }
strong{  font-style:normal; font-variant:normal; font-weight:normal; }

h3{ font-size:14px; }

.hide
{
  display:none;
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}

* html img.alphapng{ /* IE-expression (fix png alpha) */
behavior: expression(
this.style.filter = this.src.match(/\.png$/) ? "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.src + "')" : this.style.filter,
this.src = this.src.match(/\.png$/) ? this.src.slice(0, this.src.lastIndexOf("/")+1) + "ie6png.gif" : this.src,
this.style.behavior = "none");
}

.none_ime
{
	ime-mode:disabled
}

/* ------------------------------------- */


body
{
  background: url('/images/background.jpg') #ffffff;
  text-align:center;
}

#wrapper
{
  width:876px;
  margin-right:auto;
  margin-left:auto;
}

#right_shadow
{
  background:url('/images/right_shadow.gif') repeat-y right top;
  padding-right:7px;
}

#left_shadow
{
  background:url('/images/left_shadow.gif') repeat-y left top;
  padding-left:7px;
}

#out_line
{
  padding:0px 1px;
  background-color:#713e15;
}

#container
{
  width:860px;
  background-color:#ffffff;
  text-align:left;
}

#header
{
  background: url('/images/header.gif') repeat-x 3px bottom;
  padding-bottom:26px;
}

#header_contents
{
  background-color:#fff8e8;
  height:120px;
  position:relative;
}

#site_id
{
  display:block;
  padding-top:15px;
  padding-left:8px;
  padding-right:5px;
  float:left;
}

#sub_title
{
  color:#7a6f68;
  font-size:12px;
/*  font-style:italic;*/
  padding-top:10px;
  float:left;
  width:375px
}

#header_right
{
  padding-top:8px;
  padding-right:10px;
  float:right;
}

#search
{
  color:#7a6f68;
  font-size:13px;
  font-weight:bold;
}

#search_area
{
  border:solid 1px #917441;
  width:120px;
}

#global_menu
{
  position:absolute;
  bottom:15px;
  left:234px;
}

#global_menu li
{
  float:left;
  background:url('/images/carrot.gif') no-repeat center top;
  height:44px;
  margin-right:10px;
}

#g_menu_h
{
  display:block;
  margin-top:13px;
}

#g_menu_g
{
  display:block;
  margin-top:11px;
}

#g_menu_b
{
  display:block;
  margin-top:11px;
}

#g_menu_u
{
  display:block;
  margin-top:13px;
}

#g_menu_s
{
  display:block;
  margin-top:11px;
}

#g_menu_c
{
  display:block;
  margin-top:12px;
}

#g_menu_l
{
  display:block;
  margin-top:13px;
}


#contents
{
  padding:12px 20px 15px 20px;
}

.contents_menu
{
  padding-bottom:20px;
}

h2
{
  color:#865329;
  font-size:14px;
  font-weight:bold;
  background:url('/images/carrot_icon.gif') no-repeat left top;
  padding-left:35px;
  padding-bottom:3px;
  border-bottom:solid 2px #899639;
  margin-bottom:10px;
}

.promote_gift
{
  color:#f9954e;
  font-size:14px;
  font-weight:bold;
}

.right_contents
{
  width:605px;
  float:right;
}

.left_contents
{
  float:left;
  width:185px;
}

#goods_menu_list
{
  width:185px;
  float:left;
}
/*
.contents_menu li
{
  list-style-type:none;
  color:#333333;
  background:url('/images/dot_s.gif') no-repeat left 7px;
  padding-left:10px;
}

.contents_menu li a{ color: #333333; text-decoration:none; }
.contents_menu li a:hover{ color: #333333; text-decoration:none; border-bottom:solid 1px #899639 }
.contents_menu li a:visited{ color: #333333; }
*/

.goods_typ_list li
{
  background:url('/images/dot.gif') no-repeat left 5px;
  padding-left:10px;
  color:#899639;
}

.goods_typ_list li a
{
  cursor:pointer;
}

.goods_typ_list li ul li
{
  list-style-type:none;
  color:#333333;
  background:url('/images/dot_s.gif') no-repeat left center;
}

.goods_typ_list li ul a{ color: #333333; text-decoration:none; }
.goods_typ_list li ul a:hover{ color: #333333; text-decoration:none; border-bottom:solid 1px #899639 }
.goods_typ_list li ul a:visited{ color: #333333; }

.contents_menu li
{
  background:url('/images/dot.gif') no-repeat left 6px;
  padding-left:10px;
  color:#899639;
}

/** footer
 ------------------------------------------------  */
#footer
{
  background-color:#713e15;
  font-size:12px;
  color:#ffffff;
  text-align:center;
}

#footer a{ color: #ffffff; text-decoration:none; }
#footer a:hover { color: #ffffff; text-decoration:underline; }
#footer a:visited { color: #ffffff; }

#footer_menu
{
  padding-top:8px;
  margin-right:auto;
  margin-left:auto;
  width:510px;
}

#footer_menu li
{
  float:left;
}

#copyright
{
  padding:5px 0px;
}


/** other
 -------------------------------------------------  */

