body {
	color:#b8afa4;
	background: url(images/top-line.png) repeat-x #000;
	font-size: 12px;
	font-family: Meiryo, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}
#container {
}
header {
	width: 1000px;
	margin: 20px auto 0 auto;
	overflow:hidden;
}
header h1 {
	float: left;
	width: 280px
}
header #snav {
	width: 440px;
	height: 92px;
	background: url(images/snav.png) no-repeat;
	padding: 20px 0 0 30px;
	float: right
}
#snav .shop-search {
	margin-top: 10px;
}
#snav .input-search {
	width: 251px;
	height: 32px;
	background: url(images/search-bar.png) no-repeat !important;
	margin: 0 15px;
	padding: 0 5px;
}
#snav .submit {
	width: 54px;
	height: 29px;
	background: url(images/search.png) no-repeat;
	cursor: pointer;
	text-indent:-9999px;
}
header #snav ul {
	width: 300px;
	float:right;
	line-height: 30px;
	font-size: 10px;
}
header #snav ul li {
	float:left;
	padding: 0 5px;
}
header #snav ul li a {
	color: #f2f2f2;
}
header #snav ul li > a {
	border-right: 1px solid #888;
	padding-right: 5px;
}
header #snav span {
	line-height: 15px;
}
header #snav .fsize1 a {
	font-size: 10px !important;
}
header #snav .fsize2 a {
	font-size: 11px !important;
}
header #snav .fsize3 a {
	font-size: 12px  !important;
}
nav {
	background: url(images/nav.png) repeat-x;
	height: 58px;
	clear:both;
}
nav ul {
	width: 1000px;
	margin: 0 auto;	
	overflow:hidden;
}
nav ul li {
	float:left;
	font-size: 1.2em;
}
nav ul li a {
	width: 198px;
	display:block;
	padding: 2px 0
	height: 55px;
	line-height: 55px;
	text-align:center;
	border-left: 2px groove #222;
	color:#c4a26c;
	text-decoration:none;
	text-shadow: 0px 1px 1px #fff
}
nav ul li a:hover {
	background-image:url(images/nav2.png);
	color:#b8afa4;
	text-shadow: 0px 1px 1px #000
}
nav ul li.lastli {
	border-right: 2px groove #222;
	width: 196px;
}
.image {
	width: 1000px;
	margin: -3px auto 0 auto;	
}
#contents {
	width:960px;
	margin: 0 auto;
	padding: 15px 20px 30px 20px;
	overflow:hidden;
}
article {
	float: left;
	width: 700px;
} 
article section img.secimg {
	margin: 15px 20px;
	float:left;
	width: 116px;
	clear: left
}
article .main {
	width: 500px;
	float:left;
}
article section h3 {
	margin: 25px 5px 20px 0
}
article .main p {
	padding-left: 20px;
	line-height: 1.9em;
}
side {
	float: right;
	width: 230px;
}
side dl {
	margin: 10px 15px
}
side dl dt {
	font-size: 11px;
}
side dl dd {
	margin-left: 15px;
	line-height: 1.6em;
	padding-bottom: 5px;
}
side .yoyaku {
	display:block;
	margin: 10px auto;
}
footer {
	clear: both;
	background: url(images/footer.gif) repeat-x top left;
}
footer .submenu {
	width: 900px;
	margin: 0 auto;
	padding: 20px 0;
}
footer .submenu a {
	color:#eee;
	text-decoration:none;
}
footer .submenu a:hover {
	color:#b8afa4;
}
footer .submenu .menu {
	float: left;
	width: 550px;
}
footer .submenu .pry {
	width: 350px;
	float:right;
}
footer .submenu ul li {
	float: left;
}
footer .submenu ul a {
	display:block;
	margin-right: 8px;
	border-bottom: 1px dotted #999;
	font-size: 10px;
	width: 90px;
	line-height: 20px;
	text-align:center;
}
footer .submenu .pry a {
	width: 100px;
	border-bottom: 1px dotted #444;
}
footer address {
	width: 900px;
	margin: 0 auto;
	padding: 20px 0;
	text-align:center;
}