/* 2 CSS */
/* 店舗写真 ---------------------------*/
div.forest_right {
    width:160px;
	display:inline;
	float:right;
	text-align:center;
}
div.forest_right img{
    margin-top:10px;
}
/* メニュー等 -------------------------*/
.forest_left {
    margin-top:10px;
    width:335px;
	display:inline;
	float:left;
}
ul.menu {
    margin:15px 0 0 0; 
	padding:0;
}
ul.menu li{
    list-style-type:square; 
	margin-left:18px;
}

/* 店舗情報テーブル仕様 ---------------*/
table.shop_info {
    width:504px;
	border-collapse:collapse;
	border-spacing:0;
	border-top: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	margin:15px 0;
}
table.shop_info th {
	padding:5px;
	text-align:center;
	font-weight:normal;
	background: #DBDBDB;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
}
table.shop_info td {
	padding:5px;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
}
.bg {
	background:#F2F2F2;
	white-space:nowrap;
}
.map_icon {
    margin-top:3px;
	text-align:center;
}

/* 記号の説明 仕様 --------------------*/
.icon {
    background:url(../../../../common/image/img_dot01.gif) repeat-x bottom;
	font-size:smaller;
	padding:5px 0;
}

table.mark {
    border:none;
}
table.mark caption {
    font-weight:normal;
	text-align:left;
}
table.mark td {
    padding:4px 8px 4px 0;
	vertical-align:top;
	line-height:100%;
}
table.mark td img {
    margin-right:5px;
}
/* ---------------------------------------- */






