* {
margin: 0;
padding: 0;
}

body {
	width : 100% ;
	color : #777777;
	background-color : #ffffff; 
	line-height : 17px;
	font-size : 12px;
	font-family : Verdana,Arial,sans-serif;
	text-align: center;
	-webkit-text-size-adjust: none;
}

#container {
	margin: 0 auto;
	width : 950px ;
}

/* -------------------------------
common
------------------------------- */

img {
	border: none;
}

a:link {
	color: #4a6f00;
	text-decoration: none;
}

a:visited {
	color: #7d8b01;
	text-decoration: none;
}

a:active {
	text-decoration: none;
	color: #ff8080;
} 

a:hover {
	text-decoration: underline;
}

B{
	font-size : 13px;
	letter-spacing : 1px;
}

H1{
	margin: 0 auto;
	width : 950px ;
	font-size:10px;
	color : #999999;
	font-weight:lighter;
	text-align: right;
	margin-bottom:0px;
}

H2{
	font-size:14px;
	color:#694B3B;
	letter-spacing : 6px;
	font-weight:lighter;
	margin-bottom:10px;
}

H3{
	font-size : 13px;
	font-weight:lighter;
	margin-bottom:35px;
}

p.name{
	font-size : 13px;
	color:#694B3B;
	letter-spacing : 1px;
	margin-top:20px;
	margin-bottom:10px;
}

p.red{
	font-size : 10px;
	color:#FF0066;
	letter-spacing : 1px;
	margin-bottom:5px;
}

STRONG{
	font-weight:lighter;
}

em {
	font-style: normal;
}

HR {
	margin: 0 auto;
}

TD{
  margin: 0 auto;
  line-height : 17px;
  font-size : 12px;
  background-repeat : no-repeat;
  font-family : Verdana,Arial,sans-serif;
}

TABLE{
	margin : 0 auto;
}

/* -------------------------------
header
------------------------------- */

#header {
	width : 100% ;
	height : 56px ;
	margin-bottom: 30px;
}

#navi {
	width : 100% ;
	height : 56px ;
	border-bottom: solid 1px #6c664a;
	border-top: solid 1px #6c664a;
	text-align: left;
	line-height : 12px;
}

a.navilink {
	color : #694B3B!important;
	text-decoration: none!important;
	margin-left: 15px;
	padding-right: 15px;
	border-right: solid 1px #694B3B;
}

a.navilink_end {
	color : #694B3B!important;
	text-decoration: none!important;
	margin-left: 10px;
}

p.second{
	font-size:10px;
	font-weight:lighter;
	text-align: right;
	margin-top:5px;
	margin-bottom:15px;
	line-height : 11px;
}

/* -------------------------------
side
------------------------------- */

#side {
	float : left ;
	width : 160px ;
	text-align: center;
	margin-bottom: 30px;
}

#side1 {
	border-top: dotted 1px #bbbbbb;
	width : 100% ;
	margin-bottom:10px;
}

.side2 {
	border-top: dotted 1px #bbbbbb;
	width : 100% ;
	text-align: left;
	line-height : 20px;
	margin-bottom:20px;
}

.products {
	width : 100% ;
	border-bottom: solid 1px #E5E5E5;
	margin-top:15px;
}

/* -------------------------------
main
------------------------------- */

#main {
	float : left ;
	width : 790px ;
	margin-bottom: 25px;
}

.main_marg {
	width : 745px ;
	margin-left: 45px;
}

.in_marg {
	margin-left: 45px;
	text-align: left;
	width : 100% ;
}

/* 商品一覧 */

DIV.item1 {
	margin: 0 auto;
	width: 630px;
	font-size : 12px;
	text-align: center;
	padding-bottom: 15px;
	margin-top: 20px;
	margin-bottom: 20px;
}

DIV.item2 {
	clear : both ;
	float : left;
	width: 295px;
	text-align: center;
	border-top: #e1c5c1 1px solid; 
	margin-bottom: 10px;
}

DIV.item3 {
	margin-left: 320px;
	width: 295px;
	text-align: center;
	border-top: #e1c5c1 1px solid;
	margin-bottom: 10px;
}

/* リンク集 */

P.baner{
	margin: 0 auto;
	width: 630px;
	margin-top: 20px;
	margin-bottom: 40px;
	text-align: left;
	border: dotted 3px #999999;
	padding: 10px;
}

#link_title{
	margin: 0 auto;
	width: 90%;
	text-align: center;
	padding-top: 10px;
	background-color: #eeeeee;
	margin-bottom: 30px;
	margin-top: 20px;
	border-bottom: #666600 3px double;
}

#link_index{
	margin: 0 auto;
	width: 480px;
	margin-top: 55px;
	margin-bottom: 20px;
	border: solid 1px #999999;
	padding: 10px;
}

#link_index2{
	margin: 0 auto;
	width: 500px;
	margin-top: 5px;
	margin-bottom: 20px;
	text-align: left;
	padding: 10px;
}

.link1 {
	margin: 0 auto;
	width: 525px;
	padding-bottom: 15px;
	margin-top: 40px;
	margin-bottom: 5px;
	border: #e1c5c1 3px double; 
}

.link2 {
	clear : both ;
	float : left;
	width: 245px;
	height : 205px ;
	text-align: left;
}

.link3 {
	margin-left: 270px;
	width: 245px;
	height : 205px ;
	text-align: left;
}


/* -------------------------------
footer
------------------------------- */

#bodyfooter {
	width : 100% ;
	clear : both ;
	border-top: solid 1px #999999;
	margin-bottom: 5px;
}

#footer {
	clear : both ;
	margin: 0 auto;
	background : url(image/logo.gif);
	background-repeat: no-repeat; 
	background-position: 5% 50%;
	background-color: #eeeadf;
	width: 560px;
	height: 85px;
	margin-top: 25px;
	margin-bottom: 25px;
	border: solid 1px #999999;
}

#footer_in {
	margin-left: 140px;
	text-align: left;
}
