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

#shop_head {
	width:1000px;
	text-align:left;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	margin-bottom:10px;
}
#shop_main {
	width:1000px;
	border-collapse:collapse;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#shop_main th {
	text-align:left;
	background-color:#399;
	font-size:15px;
	color:#fff;
	padding:5px;
	border:1px solid #666;
}
#shop_main td {
	background-color:#fff;
	padding:20px;
	text-align:left;
	border:1px solid #666;
	font-size:14px;
}
#shop_main td p {
	margin-top:5px;
	margin-bottom:5px;
}
.shop_subtitle {
	width:150px;
	font-weight:bold;
	background-color:#e4e4e4;
}
.shop_phone,.shop_phone a {
	color:#ff00ff;
	font-weight:bold;
	font-size:15px;
}
.shop_phone a:hover {
	color:navy;
	text-decoration:none;
}
#shop_sub {
	width:600px;
	border-collapse:collapse;
}
#shop_sub th {
	background-color:yellow;
	color:#666;
	text-align:left;
	font-size:12px;
	padding:3px;
}
#shop_sub td {
	text-align:left;
	background-color:lightyellow;
}
#shop_list {
	line-height:15px;
}
#shop_list ul {
	list-style-type:decimal
}
#shop_list ul li {
	margin:1px 0px 1px 0px;
}
