@charset "utf-8";
* {
	margin: 0px;
	padding: 0px;
}
body {
	font-size: 12px;
	line-height: 130%;
	color: #666666;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}

a {
outline: none;
}
a:link {
	color: #61622F;

}
a:visited {
	color: #61622F;
}
a:hover {
	color: #61622F;
}
a:active {
	color: #61622F;
}



#wrapper {
	width: 815px;
	padding: 1px;
	margin-right: auto;
	margin-left: auto;
}
#wrapper #header {
	height: 149px;
	width: 757px;
	padding-top: 9px;
	margin-bottom: 10px;
	background-image: url(../image/heder_image.jpg);
	padding-left: 58px;
}
#wrapper #gnavi {
	width: 709px;
	height: 55px;
	padding-right: 53px;
	padding-left: 53px;
	margin-bottom: 10px;
}
#wrapper #gnavi li {
	float: left;
	list-style-type: none;
}

#wrapper #gnavi #l1 a {
	display: block;
	text-indent: -9999px;
	height: 55px;
	width: 178px;
	background-image: url(../image/gnavi_home.jpg);
}
#wrapper #gnavi #l2 a {
	text-indent: -9999px;
	display: block;
	height: 55px;
	width: 175px;
	background-image: url(../image/gnavi_shoppingmenu.jpg);
}
#wrapper #gnavi #l3 a {
	background-image: url(../image/gnavi_shoppingguide.jpg);
	height: 55px;
	width: 175px;
	text-indent: -9999px;
	display: block;
}
#wrapper #gnavi #l4 a {
	background-image: url(../image/gnavi_contact.jpg);
	height: 55px;
	width: 180px;
	text-indent: -9999px;
	display: block;
}
#wrapper  #gnavi  a:hover  {
	background-position: 0px -55px;
}
#wrapper #info {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	height: 845px;
}
#wrapper #info p {
	line-height: 123%;
	font-size: 12px;
}

#wrapper #info #leftinfo {
	width: 395px;
	height: 335px;
}
#wrapper #info #leftinfo #aboutcompany {
	width: 390px;
	height: 95px;
	background-image: url(../image/guide_image01.jpg);
	padding-top: 30px;
	background-repeat: no-repeat;
	border: 1px solid #666600;
	margin-bottom: 15px;
	background-position: 8px 8px;
	padding-left: 5px;
	margin-top: 15px;
}
#wrapper #info #leftinfo #aboutpayment {
	width: 390px;
	height: 22px;
	background-image: url(../image/guide_image02.jpg);
	background-repeat: no-repeat;
	padding-top: 30px;
	border: 1px solid #666600;
	background-position: 8px 8px;
	padding-left: 5px;
}
#wrapper #info #aboutdelivery {
	height: 305px;
	width: 390px;
	border: 1px solid #666600;
	background-image: url(../image/guide_image03.jpg);
	background-repeat: no-repeat;
	padding-top: 30px;
	background-position: 8px 8px;
	margin-bottom: 15px;
	padding-left: 5px;
	margin-top: 15px;
}
#wrapper #info #aboutreturn {
	height: 155px;
	width: 795px;
	margin-bottom: 15px;
	background-image: url(../image/guide_image06.jpg);
	background-position: 8px 8px;
	padding-top: 30px;
	border: 1px solid #666600;
	background-repeat: no-repeat;
	padding-left: 5px;
}
#wrapper #info #aboutprivacy {
	height: 35px;
	width: 795px;
	padding-top: 30px;
	background-image: url(../image/guide_image07.jpg);
	background-repeat: no-repeat;
	background-position: 8px 8px;
	border: 1px solid #666600;
	padding-left: 5px;
	margin-bottom: 15px;
}
#wrapper #info #aboutproduct {
	height: 92px;
	width: 795px;
	margin-bottom: 15px;
	border: 1px solid #666600;
	background-image: url(../image/guide_image08.jpg);
	background-position: 8px 8px;
	padding-top: 30px;
	background-repeat: no-repeat;
	padding-left: 5px;
}





.floatleft {
	float: left;
}
.floatright {
	float: right;
}
.clearboth {
	clear: both;
}
a img {border:none;}

