@charset "utf-8";

* {
	margin:0px;
	padding:0px;
	border:0px;
	}
html {
	height:100%;
	}
body {
	font-size:13px;
	line-height:20px;
	color:#6a6057;
	text-align:center;
	background:#cccccc url(./bg.jpg) no-repeat center top;
	}
#wrap {
	width:800px;
	margin:0px auto;
	border-right:1px solid #4f4a46;
	border-left:1px solid #4f4a46;
	overflow:hidden;
	background-color:#ffffff;
	}
	#head {
		height:180px;
		margin:0px auto;
		border-bottom:1px solid #808000;
		text-align:left;
		background:transparent url(./head_bg.jpg) no-repeat center top;
		}
		#head a {
			display:block;
			float:right;
			width:330px;
			height:170px;
			}

#menu {
	float:right;
	width:180px;
	margin:10px 15px 0px auto;
	background:transparent url(./menu_bg.jpg) repeat-y;
	_display:inline-block;
	}
	#menu #menu_top {
		height:15px;
		background:transparent url(./menu_top_bg.jpg) no-repeat center top;
		}
	#menu #menu_bottom {
		height:15px;
		background:transparent url(./menu_bottom_bg.jpg) no-repeat center bottom;
		}
		#menu ul {
			width:180px;
			list-style-type:none;
			_margin-left:0px;
			}
			#menu li {
				width:180px;
				margin-left:0px;
				line-height:70px;
				text-align:center;
				}
				#menu li a {
					display:block;
					width:160px;
					margin:0px auto;
					font-size:15px;
					text-decoration:none;
					letter-spacing:1.5px;
					color:#ffffff;
					text-align:center;
					background:transparent url(./menu_list_bg.jpg) no-repeat center top;
					}
				#menu li a:hover {
					color:#ffe213;
					background:transparent url(./menu_list_bg.jpg) no-repeat center -70px;
					}
#contents {
	float:left;
	width:600px;
	margin:0px auto;
	text-align:center;
	}
	.box1 {
		width:570px;
		margin:10px auto;
		background:transparent url(./box_bg.jpg) repeat-y;
		text-align:center;
		}
		.box1 .box_top {
			height:10px;
			background:transparent url(./box_top_bg.jpg) no-repeat center top;
			}
		.box1 .box_bottom {
			clear:both;
			height:15px;
			background:transparent url(./box_bottom_bg.jpg) repeat-y center bottom;
			}
		.box1 p {
			margin:0px 30px 10px 30px;
			line-height:1.5em;
			text-align:left;
			}
		.box1 dl.price_left {
			float:left;
			overflow:hidden;
			width:240px;
			margin:0px auto 0px 40px;
			line-height:1.5em;
			_display:inline;
			}
		.box1 dl.price_right {
			float:right;
			overflow:hidden;
			width:240px;
			margin:0px 40px 0px auto;
			line-height:1.5em;
			_display:inline;
			}
			.box1 dl.price_left dt,.box1 dl.price_right dt {
				margin:0px 10px 0px 0px;
				border-right:1px solid #6d6816;
				border-left:1px solid #6d6816;
				text-indent:1em;
				line-height:30px;
				text-align:left;
				color:#ffffff;
				background:transparent url(./top_dt_bg.jpg) repeat-x;
				}
			.box1 dl.price_left dd,.box1 dl.price_right dd {
				margin:0px 10px 10px 0px;
				border-right:1px solid #6d6816;
				border-bottom:1px solid #6d6816;
				border-left:1px solid #6d6816;
				line-height:25px;
				text-align:right;
				}

		.box1 dl.price_main {
			margin:10px 30px;
			line-height:1.8em;
			text-align:left;
			}
			.box1 dl.price_main dt {
				border-right:1px solid #6d6816;
				border-left:1px solid #6d6816;
				line-height:30px;
				letter-spacing:2px;
				text-indent:1em;
				color:#ffffff;
				background:transparent url(./price_dt_bg.jpg) repeat-x;
				}
			.box1 dl.price_main dd {
				margin:0px;
				font-size:11px;
				_font-size:10px;
				text-indent:1em;
				border-right:1px solid #808000;
				border-bottom:1px solid #808000;
				border-left:1px solid #808000;
				}
			.box1 dl.price_main dd.count {
				margin-bottom:15px;
				font-size:1.2em;
				font-weight:bold;
				line-height:30px;
				text-align:right;
				background:transparent url(./price_dd_bg.jpg) repeat-x;
				}

		.box1 dl.about {
			margin:5px 30px 0px 30px;
			line-height:60px;
			overflow:hidden;
			}
			.box1 dl.about dt {
				float:left;
				width:150px;
				margin:5px 0px 10px 0px;
				border-top:1px solid #cbcbcd;
				border-bottom:1px solid #615f26;
				border-left:1px solid #cbcbcd;
				font-weight:bold;
				text-align:center;
				color:#ffffff;
				background:transparent url(./about_dt_bg.jpg) repeat-y;
				}
			.box1 dl.about dd {
				float:left;
				width:348px;
				margin:5px 0px 10px 0px;
				font-size:13px;
				font-weight:bold;
				text-indent:1em;
				text-align:left;
				border-top:1px solid #cbcbcd;
				border-right:1px solid #615f26;
				border-bottom:1px solid #615f26;
				border-left:1px solid #615f26;
				}
				.about dd a {
					text-decoration:none;
					color:#6a6057;
					}
				.about dd a:hover {
					text-decoration:underline;
					color:#6a6931;
					}
		.box1 ul#products {
			margin:10px 30px;
			line-height:1.3em;
			text-align:left;
			color:#77583b;
			list-style-type:none;
			}

			.box1 ul#products li {
				width:510px;
				height:106px;
				margin-bottom:10px;
			border:1px solid #142762;
				background:transparent url(./products_bg.jpg) repeat-y right;
				}
			.box1 ul#products li a {
				float:left;
				display:block;
				width:155px;
				}
				.box1 ul#products li a img {
					border:3px solid #646323;
					}
				.box1 ul#products li a img.pop {
					display:block;
					position:absolute;
					left:-1000px;
					visibility:hidden;
					}
			.box1 ul#products li a:hover {
				position:relative;
				z-index:0;
				}
					.box1 ul#products li a:hover img.pop {
						border:3px solid #7c7719;
						top:-30px;
						left:-20px;
						z-index:100;
						visibility:visible;
						}
			.box1 ul#products li h5 {
				float:left;
				width:330px;
				margin-left:5px;
				margin-bottom:5px;
				padding-top:4px;
				font-size:12px;
				_display:inline;
				}
			.box1 ul#products li p {
				float:right;
				width:340px;
				margin:0 5px;
				line-height:1.5em;
				_display:inline;
				}

		.box1 .phone {
			margin:5px 30px;
			font-size:26px;
			color:#938d1d;
			line-height:25px;
			text-indent:1.3em;
			text-align:left;
			background:transparent url(./phone.jpg) no-repeat left center;
			}
	#side_box {
		float:right;
		width:180px;
		margin:20px 15px 0px auto;
		_display:inline-block;
		text-align:center;
		}
		#side_box a {
			display:block;
			width:160px;
			margin:0px auto;
			padding-top:10px;
			text-decoration:none;
			color:#828228;
			text-align:center;
			}
			#side_box a img {
				border:2px solid #828228;
				}
		#side_box a:hover {
			color:#ffffff;
			background-color:#555225;
			}
			#side_box a:hover img {
				border:2px solid #e3e286;
				}

.box1 fieldset {
	margin:0px 30px 10px 30px;
	padding:0px 10px 5px 10px;
	line-height:1.5em;
	text-align:left;
	border:3px double #555500;
	}
	.box1 fieldset legend {
		font-weight:bold;
		}
	.box1 fieldset a {
		display:block;
		width:484px;
		text-decoration:none;
		color:#6a6057;
		background-color:#e2dfdc;
		}
	.box1 fieldset a:hover {
		color:#878800;
		background-color:#ffffcc;
		}
.box1 dl.discount {
	clear:both;
	margin:0px 80px 10px 70px;
	letter-spacing:5px;
	text-align:left;
	color:#bd200d;
	}
	.box1 dl.discount dt {
		font-size:15px;
		font-weight:bold;
		line-height:40px;
		text-indent:4em;
		color:#e0771b;
		background:transparent url(./discount_bg.jpg) no-repeat left top;
		}
	.box1 dl.discount dd {
		margin-bottom:10px;
		line-height:20px;
		}
 h1 {
	width:350px;
	position:relative;
	left:25px;
	bottom:-100px;
	font-size:23px;
	line-height:1.3em;
	text-align:left;
	color:#ffffff;
	}

h2 {
	margin:0px 20px;
	font-size:18px;
	text-align:center;
	line-height:30px;
	color:#5c5425;
	background:transparent url(./h2_bg.jpg) no-repeat center center;
	}

h3 {
	clear:both;
	margin:0px 30px;
	font-size:15px;
	text-align:left;
	text-indent:1.5em;
	line-height:2em;
	color:#7c7719;
	background:transparent url(./h3_bg.jpg) no-repeat left center;
	}

#foot {
	clear:both;
	height:80px;
	border-top:1px solid #808000;
	background:transparent url(./foot_bg.jpg) no-repeat center bottom;
	}
	#foot p {
		padding-top:20px;
		font-size:13px;
		line-height:1.1em;
		font-weight:bold;
		color:#7c7719;
		}