@charset "UTF-8";

* {
	margin: 0;
	padding: 0;
	border: none;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	text-decoration: none;
	list-style-type: none;
	-webkit-text-size-adjust: 100%;
}

a:link {
	color: #666;
}

a:visited {
	color: #666;
}

a:hover {
	color: #d3d3d3;
}

a:active {
	color: #666;
}

body {
	background-image: url(../images/bg_navi.jpg);
	background-repeat: no-repeat;
	background-position: center 48px;
}

#wrapper {
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 15px;
}

h1 {
	margin-bottom: 10px;
}

#navi {
	height: 25px;
}

#navi ul li {
	float: left;
}

#content {
	margin-top: 20px;
	overflow: hidden;
}

#menu {
	float: left;
	width: 130px;
}

.brand_btn {
	margin-bottom: 26px;
}

.brand_btn h2 {
	margin-bottom: 5px;
}

.brand_btn p {
	margin-bottom: 5px;
}

#shop {
	margin-top: 38px;
}

#shop h3 img {
	border: 1px solid #ccc;
	height: 60px;
	width: 130px;
	margin-bottom: 5px;
}
#main {
	width: 830px;
	float: right;
}

h4 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	padding-bottom: 7px;
}

h5 {
	margin-left: 20px;
	margin-top: 70px;
	margin-bottom: 65px;
}

#main .place {
	font-size: 12px;
	line-height: 18px;
	color: #666;
	float: left;
	margin-left: 20px;
	width: 395px;
}

h6 {
	margin-bottom:8px;
}

#main .place p {
	margin-bottom: 20px;
}

address {
	font-size: 10px;
	font-style: normal;
	color: #666;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #eee7e0;
	margin-top: 30px;
	padding-top: 5px;
	text-align: right;
	height: 40px;
}
