@charset "UTF-8";
@import url(../../css/common.css);

ul#deliveryarea {
	border-left: 1px solid #999;
	border-bottom: 3px solid #999;
	height: 2em;
	list-style-type: none;
}
#deliveryarea li {
	display: inline;
}
#deliveryarea a {
	color: #444;
	line-height: 2;
	text-align: center;
	padding: 0 10px;
	background-color: #ccd;
	background-image: url(../img/submenu_bg.gif);
	background-repeat: repeat-x;
	border-right: 1px solid #999;
	display: block;
	height: 2em;
	float: left;
}
#deliveryarea a:hover {
	text-decoration: none;
	background-color: #fff;
	background-image: url(../img/submenu_selected_bg.gif);
	background-repeat: repeat-x;
}
#deliveryarea span {
	color: #fff;
	line-height: 2;
	text-align: center;
	padding: 0 10px;
	background-color: #999;
	border-right: 1px solid #999;
	display: block;
	height: 2em;
	float: left;
}
#main table {
	border-right: 1px solid #999;
	border-left: 1px solid #999;
	border-collapse: collapse;
	width: 100%;
}
#main td {
	padding: 0 0.5em;
	border-bottom: 1px solid #999;
}
#main td.tel {
	white-space: nowrap;
}
p#navi {
	font-size: 10px;
	margin-bottom: 1em;
}
#navi a {
	font-size: 10px;
	padding: 0 0.5em;
	border: 1px solid #00f;
}
#navi a:hover {
	color: #f00;
	text-decoration: none;
	border: 1px solid #f00;
}
#info {
	width: 270px;
	float: left;
}
#main #info table {
	margin-bottom: 1em;
	border: none;
}
#main #info th {
	color: #000;
	padding-right: 0.5em;
	font-weight: normal;
	text-align: right;
	vertical-align: top;
	width: 10%;
	white-space: nowrap;
}
#main #info td {
	border: none;
}
#main #info td.underline {
	border-bottom: 1px solid #aaa;
}

#main h2 {
	color: #f60;
	margin-bottom: 2px;
}
p#msg {
	font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Osaka, "ＭＳ ゴシック", "ＭＳ Ｐゴシック", sans-serif;
	line-height: 20px;
	margin-bottom: 1em;
	padding-bottom: 1px;
	background-image: url(../img/bg_comment.gif);
}
#photo {
	width: 252px;
	float: right;
}
#photo img {
	margin-bottom: 10px;
}
p#memo {
	margin-bottom: 1em;
	padding: 0.5em;
	border: 1px solid #999;
	clear: both;
}
#google-maps {
	height: 350px;
	border: solid 1px #999;
	clear: both;
}