@charset "UTF-8";

h2 {	/* タイトル中 */
	font-size:18px;
	font-weight:bold;
	letter-spacing:0.5em;
	color:#003333;
	background:url(images/titlebg.gif);
	border-top:1px solid #99CC66;
	border-right:1px solid #99CC66;
	border-bottom:1px solid #99CC66;
	border-left:10px solid #99CC66;
	padding:3px 5px;
	margin-bottom:15px;
	clear:both;
	width:816px;
}

h3 {	/* タイトル小 */
	font-size:16px;
	font-weight:bold;
	color:#003333;
	border-bottom:2px dotted #666666;
	padding-bottom:4px;
	margin-bottom:10px;
	clear:both;
	width:838px;
}

hr {
	clear:both;
}

p.ComText {
	font-size:12px;
	line-height:2;
	margin-bottom:20px;
}

div#ComLeft {
	width:460px;
	float:left;
}

div#ComRight {
	width:360px;
	float:right;
}

table.ComInfo {
	margin:20px auto;
	width:280px;
}

table.ComInfo th {
	font-size:12px;
	font-weight:bold;
	line-height:1.5;
	text-align:left;
	color:white;
	white-space:nowrap;
	background:#99CC66;
	vertical-align:top;
	padding:5px;
	border-bottom:1px solid white;
}

table.ComInfo td {
	font-size:12px;
	line-height:1.5;
	text-align:left;
	background:white;
	vertical-align:top;
	padding:5px;
	border:1px solid #99CC66;
}

div#ComMapCol {	/* 店舗地図 */
	width:280px;
	margin:0 auto 20px;
	border:1px solid #CCCCCC;
	text-align:center;
	padding:5px 0;
}

p.SeriesText {
	font-size:12px;
	line-height:2;
	margin-bottom:20px;
}

p.SeriesPhoto {
	text-align:center;
}