@charset "UTF-8";

/* 初期設定 */

* {
	margin: 0;
	padding: 0;
	background-color: transparent;
	color: #666;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	font-family:  "MS　Pゴシック","見出しゴシック", "中ゴシック", "Osaka", sans-serif;
	line-height: 19px;
}

img {
	border: 0;
}

body {
	clear: both;
	background: url(img/back.gif) repeat-y top center #fff;
	text-align: center;
}

#all {
	width: 710px;
	margin: 0 auto;
	text-align: left;
}

a {
	color:  #67C6DD;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

/* 初期設定　おわり */

#top {
	width: 100%;
	height: 25px;
	background: #fff;
	border-bottom: 3px solid #E5001C;
	font-size: 10px;
}

#head {
	padding-top: 10px;
}

#head-p {
	padding: 10px 30px 0 30px;
}

#body {
	padding: 0 30px;
}

h2 {
	clear: both;
	width: 650px;
	height: 25px;
	color: #333;
	background: url(img/h2.gif) no-repeat 0 0;
	font-size: 16px;
	padding: 5px 0 0 30px;
	margin: 30px 0 10px 0;
}

#p1 {
	padding: 0 0;
}

#p1-l {
	width: 340px;
	float: left;
	padding-bottom: 30px
}

#p1-r {
	width: 290px;
	float: right;
	padding-bottom: 30px
}

#herb {
	float: left;
	margin-right: 10px;
}

#p1-r1 {
	clear: both;
	padding: 10px 0;
}

.shop-l {
	float: left;
	width: 320px;
	margin-bottom: 30px;
}

.shop-r {
	float: right;
	width: 320px;
	margin-bottom: 30px;
}

.okazaki {
	width: 320px;
	height: 24px;
	background: url(img/shop-head.gif) no-repeat 0 0;
	padding: 3px 0 0 10px;
}

.okazaki a {
	color: #333;
	font-size: 16px;
}

.shop-body {
	width: 300px;
	background: url(img/shop-body.gif) repeat-y 0 0;
	padding: 10px;
}

.shop-img {
	float: left;
	margin-right: 5px;
}

.shop-p {
	height: 60px;
	font-size: 10px;
	line-height: 15px;
}

.denwa {
	font-size: 15px;
}

#link {
	text-align: right;
	padding: 20px 0;
}

#foot {
	clear: both;
	width: 100%;
	height: 20px;
	background: #fff;
	border-top: 3px solid #E5001C;
	padding-top: 5px;
	font-size: 10px;
}