@charset "UTF-8";
/* CSS Document */

body {
	margin: 0;
	background: url(../img/bg.jpg) repeat;
}
#wrapper {
	width: 900px;
	height: auto;
	margin: 0 auto;
}
#top {
	width: 900px;
	height: 543px;
	background: url(../img/top.jpg) no-repeat;
}
#content {
	width: 900px;
	height: auto;
	background: #fff;
	overflow: auto;
	margin-bottom: 5px;
}
.innercontent {
	background: #FFF;
	margin: 6px;
	padding: 6px;
	overflow: auto;
}
.innercontent p.liner{
	font: normal 12px "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #666;
	margin: 0 auto;
	padding: 0;
	width: 750px;
	line-height: 1.6em;
}
ul#shop {
	list-style: none;
}
ul#shop li{
	float: left;
	margin-right: 30px;
}
.tighup {
	font: normal 10px "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #666;
	margin: 0;
	padding: 0;
}
.listen {
	width: 100px;
	height: 35px;
	display: block;
}
.listen h5{
	width: 100px;
	height: 35px;
	display: block;
}
.listen h5 a{
	width: 100px;
	height: 35px;
	display: block;
	text-indent: -9999px;
	background: url(../img/listen_off.jpg) no-repeat;
}
.listen h5 a:hover{
	background: url(../img/listen_on.jpg) no-repeat;
}
p#koibun {
	font: normal 11px "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #333;
	margin: 0;
	padding: 4px;
}
p#koibun a{
	color: #033;
	text-decoration: none;
}
p#koibun a:hover{
	color: #F90;
	text-decoration: underline;
}
#koi_right {
	width: 400px;
	height: 300px;
	float: right;
	padding: 6px;
}
h2#tourtitle {
	font: bold 12px "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #033;
	margin: 0;
	padding: 0;
}
.tour {
	width: 280px;
	height: auto;
	float: left;
	margin-right: 8px;
	margin-bottom: 8px;
}
.tourtop {
	width: 280px;
	height: 19px;
	background: url(../img/tour_01.jpg) no-repeat;
	display: block;
}
.tourmain {
	width: 280px;
	height: auto;
	background: url(../img/tour_02.jpg) repeat-y;
}
.tourbottom {
	width: 280px;
	height: 12px;
	background: url(../img/tour_03.jpg) no-repeat;
	display: block;
}
p.tours {
	padding: 4px;
	margin: 0;
	font: normal 10px "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #333;
}
p.tours a{
	color: #033;
	text-decoration: none;
}
p.tours a:hover{
	color: #F60;
	text-decoration: underline;
}
.tours_b {
	font: bold 12px "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}