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

/* ぱんくず */

#pan {
	width: 500px;
	margin: 30px 0 30px 30px;
	padding: 0px;
	font-size: 12px;
	color: #999999;
	text-align: left;
	float: left;
	background-color: #ffffff;
}
#renew {
	width: 220px;
	margin: 30px 30px 30px 0;
	padding: 0px;
	font-size: 12px;
	color: #999999;
	text-align: right;
	float: right;
	background-color: #ffffff;
}

/* リンク */

a:link {
	color: #3366FF;
	text-decoration: underline;
}
a:visited {
	color: #3366FF;
	text-decoration: none;
}
a:hover {
	color: #333399;
	text-decoration: none;
}
a:active {
	color: #333399;
	text-decoration: none;
}
a:hover img {
	opacity: 0.5;
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
}
a img {
	border-style: none;
}

/* レイアウト */

body {
	text-align: center;
	margin: 0px;
	padding: 0px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 16px;
	background-color: #000
}
#data-body {
	text-align: center;
	margin: 0px;
	padding: 0px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 16px;
	background-color: #e5e5e5;
}
#wrap {
	width: 960px;
	text-align: left;
	margin: 0 auto;
}
#inner {
	margin: 0px;
}
.header {
	background-color: #000000;
}
#side-menu {
	width: 180px;
	float: left;
	background-color: #000
}
#main {
	width: 780px;
	float: right;
	background-color: #FFF
}
.clear {
	clear: both;
}
.clear hr {
	display: none;
}

/* メニュー */

.navi {
	list-style-type: none;
	margin: 0 0 2em;
	padding: 0;
}
.navi li {
	display: inline;
}
.navi li a {
	padding: 20px 0px;
	width: 180px;
	display: block;
	background-color: #000000;
	color: #ffffff;
	text-decoration: none;
	border-bottom: 1px solid #666666;
}
.navi li a:hover {
	background-color: #cccccc;
	color: #000000;
	text-decoration: none;
}

/* メイン */

#h {
	color:#d9131d;
	font-weight:bold;
}
#n {
	color:#008cbb;
	font-weight:bold;
}
p {
	background-color: #ffffff;
	width: 640px;
	position: relative;
	margin-left: auto;
	margin-right: 40px;
	line-height: 180%;
}
#blog {
	background-color: #f9f0d4;
	font-size: 12px;
	padding: 30px;
	line-height: 180%;
}
#copy {
	background-color: #ffffff;
	margin: 0px 30px;
	padding: 0px 30px;
	line-height: 180%;
}
#ta {
	width: 640px;
	position: relative;
	margin-left: auto;
	margin-right: 40px;
	margin-top: 20px;
	line-height: 170%;
}

/* リスト */

ul {
	margin: 0 0 0 1em;
	padding: 0;
}
li {
	list-style-image: url(../../img/icon_check.gif);
	width: 640px;
	position: relative;
	margin-left: auto;
	margin-right: 40px;
	margin-bottom: 10px;
	margin-top: 5px;
	line-height: 180%;
	background-color: #ffffff;
}

/* 店リスト */

.list table {
	width: 640px;
	position: relative;
	margin-left: auto;
	margin-right: 40px;
	font-size: 12px;
	border-collapse: collapse;
	border-spacing: 0;
	border: 1px #999999 solid;
	background-color: #ffffff;
}
.list td {
	border: 1px #999999 solid;
	background-color: #ffffff;
	padding: 5 5;
}
.list th {
	border: 1px #999999 solid;
	background-color: #f9f0d4;
	padding: 5 5;
	text-align: left;
	vertical-align: middle;
	font-size: 14px;
}
.list .title {
	border: 1px #999999 solid;
	background-color: #f9f0d4;
	padding: 5 5;
	text-align: center;
	vertical-align: middle;
}

/* 見出し */

h1 {
	color: #ffffff;
	font-size: 10pt;
	line-height: 120%;
	padding: 10px 5px 10px 0;
	margin: 0;
	font-weight:normal;
}
#shibori {
	width: 716px;
	position: relative;
	color: #000000;
	background: #fdd6c0;
	font-size: 24pt;
	line-height: 1;
	margin: 60px -10px 20px -10px;
	padding: 10px 5px 10px 40px;
	border-top: 3px solid #ff0000;
}
#shibori:after, shibori:before {
	content: "";
	position: absolute;
	top: 100%;
	height: 0;
	width: 0;
	border: 5px solid transparent;
	border-top: 5px solid #999;
}
#shibori:after {
	left: 0;
	border-right: 5px solid #999;
}

#nigori {
	width: 716px;
	position: relative;
	color: #000000;
	background: #bcebea;
	font-size: 24pt;
	line-height: 1;
	margin: 60px -10px 20px -10px;
	padding: 10px 5px 10px 40px;
	border-top: 3px solid #008cbb;
}
#nigori:after, nigori:before {
	content: "";
	position: absolute;
	top: 100%;
	height: 0;
	width: 0;
	border: 5px solid transparent;
	border-top: 5px solid #999;
}
#nigori:after {
	left: 0;
	border-right: 5px solid #999;
}

#info {
	width: 716px;
	position: relative;
	color: #000000;
	background: #f9f0d4;
	font-size: 24pt;
	line-height: 1;
	margin: 60px -10px 20px -10px;
	padding: 10px 5px 10px 40px;
	border-top: 3px solid #a09a84;
}
#info:after, info:before {
	content: "";
	position: absolute;
	top: 100%;
	height: 0;
	width: 0;
	border: 5px solid transparent;
	border-top: 5px solid #999;
}
#info:after {
	left: 0;
	border-right: 5px solid #999;
}

h3 {
	border-left: 20px solid #a09a84;
	margin: 50px 0px 0px 0px;
	padding: .2em .4em;
	font-size: 16pt;
}


/* footer */

#footer {
	font-size: small;
	line-height: 150%;
	background-color: #ccc;
}
