@charset "utf-8";
/* CSS Document */

/* reset */
html,body,div,h1,h2,h3,p,img,ul,li,dl,dt,dd,
table,th,td,form,fieldset,adress,small{
margin:0;
padding:0;
line-height:1.0;
font-family:
   "Hiragino Kaku Gothic Pro",
    "ヒラギノ角ゴ Pro W3",
    Meiryo, 
    "メイリオ", 
    Osaka, 
    "MS P Gothic", 
    "ＭＳ Ｐゴシック", 
    sans-serif;
  font-size: 16px;
}

body{
  background-color:#005790;
  background-image: url(img/bg.jpg);
  background-repeat:repeat-x;
  overflow-y:scroll;
}

img{
 border:none;
}

ul{
list-style-type:none;

}

/*layout*/
#container{
 width:700px;
 height:auto;
 margin:0px auto;
 padding:0;
 background-color:#FFFFFF;
}
#header{
 width:680px;
 height:auto;
 margin:0 10px;
 background-color:#FFFFFF;

}

#nav{
 width:auto;
 height:36px;

}

#wrapper{
 width:680px;
 margin:16px 10px 0 10px;
 overflow:hidden;
}
#content{
 width:475px;
 float:right;
 display:inline;
 background-color:#FFFFFF;

}
#sidebar{
 width:195px;
 float:left;
 display:inline;
 background-color:#FFFFFF;
}

#footer{
 clear:both;
 height:62px;
 background-color:#EEEEEE
 
}


----------------
/* nav */
#nav{
 margin-bottom:5px;
 background-image: url(img/menubar.jpg);
 background-repeat:repeat-x;

}
#nav li{
 float:left;
 display:inline;

}

#nav li a{
display:block;
width:136px;
height:36px;

}

#nav li#menu_index a:link,#nav li#menu_index a:visited {
  background-image: url(img/menu_index.gif);
}
#nav li#menu_products a:link,#nav li#menu_products a:visited {
  background-image: url(img/menu_products.gif);
}
#nav li#menu_shop a:link,#nav li#menu_shop a:visited {
  background-image: url(img/menu_shop.gif);
}
#nav li#menu_mail a:link,#nav li#menu_mail a:visited {
  background-image: url(img/menu_mail.gif);
}
#nav li a:hover,#nav li a:active {
  background-position: 0 -36px;
}
#nav li.this a {
  background-position: 0 -36px;
}


/* billBoard */
#header p img {
  margin-bottom: 16px;
}

/* sidear */
#sidebar a.banner {
  display: block;
  margin-bottom: 10px;
}

/* footer */
#footer {
  background-image: url(img/footer_back.gif);
  background-repeat: repeat-x;
  text-align: center;
}
#footer p {
  font-size: 12px;
  line-height: 62px;
}





/* product */
#content ul {
  margin: 0 0 20px 0;
}
#content ul.list li a {
  color: #746224;
  font-size: 18px;
  font-weight: bold;
  line-height: 36px;
  text-decoration: none;
  background-image: url(img/mark.gif);
  background-repeat: no-repeat;
  background-position: left 2px;
  margin-left: 16px;
  padding: 0 0 0 20px;
}

#content ul.list li a:hover{
	color:#ae2d56;
	text-decoration:underline;
	}
h3.product_category{
	background-color:#9F8638;
	color:white;
	background-image:url(img/bg_h3.jpg);
	background-repeat:no-repeat;
	line-height:34px;
	padding-left:16px;
	}
.productItem{
	margin-bottom:20px;
	padding:0 0 30px 0;
	border-bottom: 1px dotted #999
	
	}
.productItem h4 img{
    float:left;
	margin:0 12px 0 0;
	}
	
.productItem p{
	font-size:14px;
	line-height:1.3;
	margin: 0 0 11px 0;
	
	}

.productItem p.product_price{
	font-weight:bold;
	}
	
.productItem li{
	float:left;
	display:inline;
	margin-right:16px;
	}
	
