@charset "utf-8";
/* CSS Document */

/* basics */
body {
	background-color: #F5F3EF;
	font-family: "ヒラギノ角ゴ Pro W3", "Osaka", "ＭＳ Ｐゴシック", verdana, arial, sans-serif;
	color: #666666;
	margin: 0px;
}
h1 {
	font-size: 18px;
	line-height: 18px;
	font-weight: bold;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	color: #7E513F;
	text-decoration: none;
}
h2 {
	margin-top: 0px;
	margin-bottom: 0px;
	color: #7E513F;
}
h3 {
	margin: 0px;
	padding: 0px;
}
p {
	margin-top: 20px;
	margin-bottom: 0px;
}
table {
	width: 730px;
	border-collapse: collapse;
	margin-top: 20px;
	margin-right: 15px;
	margin-left: 15px;
}
th {
	border: 1px solid #CCCCCC;
	padding: 8px;
	font-weight: normal;
	text-align: left;
	background-color: #EBEBEB;
}
td {
	border: 1px solid #CCCCCC;
	padding: 8px;
	font-weight: normal;
	text-align: left;
}
address {
	font-style: normal;
	text-align: center;
	margin-bottom: 5px;
}
a:link {
	color: #828282;
}
a:visited {
	color: #C8C8C8;
}
a:active {
	color: #C8C8C8;
	text-decoration: none;
}
a:hover {
	color: #C8C8C8;
	text-decoration: none;
}
a.none {
	color:#828282;
	text-decoration:none;
}
a img {
	border: none;
}


/* layout */
#container {
	background-color: #FFFFFF;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}
#header {
	height: 60px;
	width: 760px;
	display: block;
	padding: 20px;
}
#menu {
	background-image: url(images/menu.gif);
	background-repeat: no-repeat;
	display: block;
	height: 30px;
	width: 740px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	text-align: right;
	padding-right: 10px;
	padding-left: 10px;
}
#contents {
	width: 730px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 25px;
}
#shopimg {
	float: left;
	width: 350px;
	margin-right: 30px;
}
#shopinfo {
	width: 350px;
	float: left;
}
.section {
	margin-top: 25px;
	margin-right: 20px;
	margin-left: 20px;
}
.section p {
	margin-top: 20px;
	margin-bottom: 0px;
	margin-left: 15px;
	margin-right: 15px;
}
#footer {
	margin-top: 25px;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #C8C8C8;
}
img.logo {
	float: left;
	margin-right: 20px;
}
#contact {
	float: right;
	width: 160px;
	margin-top: -60px;
}
.contact-btn {
	margin-bottom: 6px;
}
.kana {
	font-size: 10px;
	line-height: 10px;
	margin-top: 5px;
	color: #5A392C;
}
.desc {
	font-size: 10px;
	line-height: 10px;
	margin-top: 17px;
}
.clear {
	clear: both;
}
.gototop {
	text-align: right;
	font-size: 10px;
	margin-top: 10px;
}

/* text size */
.f18 {
	font-size: 18px;
	line-height: 25px;
}
.f12 {
	font-size: 12px;
	line-height: 20px;
}
.f10 {
	font-size: 10px;
	line-height: 17px;
}
