body {
	margin: 0px;
}
a:hover {
	filter: alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	/*画像を70%の不透明度にもし50%にしたいときは上から50、0.5、0.5にします*/
}

.top {
	background-color: #FFFFFF;
	height: 30px;
	line-height: 20px;
	font-size: 14px;
}
.top p {
	width: 1000px;
	margin: 0 auto;
}
.info {
	width: 1000px;
	height: 60px;
	margin: 0px auto;
}
.info h1 {
	float: left;
}
.info .center {
	width: 346px;
	margin: 0 auto;
	padding-top: 10px;
}
.info .center li {
	float: right;
	font-size: 12px;
	padding: 0 5px;
	margin: 10px auto;
	border-left: 1px solid #333;
}
.info .center li:first-child {
	padding-right: 0;
}
.info .center li:last-child {
	padding-left: 0;
	border-left: none;
}
.info .center li a {
	text-decoration: none;
	color: #333;
}
.info .shop {
	float: right;
	font-size: 12px;
	text-align: right;
}
.navi {
	clear: both;
	background-color: #f3efe9;
}
.navi a:hover img {
	position: relative;
	top: 1px;
	left: 1px;
}
.navi ul {
	height: 150px;
	text-align: center;
}
.navi li {
	display: inline-block;
	padding: 10px;

}
.search {
	margin-top: 0px;
	height: 70px;
	background-color: #e1d9d9;
}
.search .wrapper {
	width: 1000px;
	height: 60px;
	margin: 0 auto;
}
.search .wrapper a {
	text-decoration: none;
	color: #333;
}
.search .wrapper a:hover {
	position: relative;
	top: 1px;
	left: 1px;
}
.search .wrapper * {
	float: left;
}
.text_box {
	width: 234px;
	height: 19px;
	border: 3px solid #ccc;
	line-height: 25px;
	font-size: 10px;
	text-indent: 10px;
	margin-top: 17px;
}
.searchBtn {
	margin-right: 15px;
	margin-top: 17px;
}
.search .wrapper dt {
	margin-right: 15px;
}
.search .wrapper dd {
	height: 20px;
	font-size: 12px;
	margin-top: 22px;
	margin-right: 10px;
	padding-right: 10px;
	border-right: 1px solid #ccc;
}
.search .wrapper dd:last-child {
	margin-right: none;
	padding-right: none;
	border-right: none;
}
