@charset "UTF-8";

/* areamap plain (for noscript view) */

.gourmetAreamapPlainA01{
	padding:10px 15px 15px;
	width:430px;
	height:250px;
	background: url(/gourmet/img/shared/bg_area-list_04.gif) left bottom no-repeat;
	position:relative;
}
	.gourmetAreamapPlainA01-inner{
		position:absolute;
		left:15px;
		top:10px;
		width:428px;
		height:248px;
		border:1px solid #e2dbbf;
		overflow-y:scroll;
	}
		.gourmetAreamapPlainA01 ul{
			list-style-type:none;
			margin:0;
			padding:5px 10px 8px;
			*zoom:1; /* ie */
		}
			.gourmetAreamapPlainA01 ul li{
				padding:10px 0 11px;
				border-top:1px dotted #e2dbbf;
			}
			.gourmetAreamapPlainA01 ul li.first{
				border-top:none;
			}
				.gourmetAreamapPlainA01 ul li a{
					font-weight:bold;
					padding:2px 5px 2px 17px;
				}
				.gourmetAreamapPlainA01 ul li a:hover{
					background:url(/img/shared/ico/ico_arrow_01.gif) 6px .6em no-repeat;
				}
				.gourmetAreamapPlainA01 ul li ul{
					overflow:hidden;
					*zoom:1; /* ie */
					padding:4px 0 0;
				}
					.gourmetAreamapPlainA01 ul li ul li{
						float:left;
						white-space:nowrap;
						border:none;
						padding:0;
					}
						.gourmetAreamapPlainA01 ul li ul li a{
							font-weight:normal;
							float:left;
						}

