/* --------------------------------------------------

	floorguide_loader.css


-------------------------------------------------- */

@import "floorguide_shinjuku.css";
@import "floorguide.css";
@import "floormap.css";


/* =============================
	global setting
============================= */
div#content {
	margin: 16px 95px;
	position: relative;
}

div#content h2 {
	margin-bottom: 13px;
	background: url(/images_com/bg_5dot_g.gif) repeat-x center;
}



/* -------------------------
	notes
--------------------------- */
div#content p.notes {
	border-top: 1px solid #999;
	font-size: 80%;
	line-height: 2;
	color: #666;
	text-align: left;
	margin: 20px 5px 10px;
}

/* -------------------------
	ud_info
--------------------------- */
div#content div.ud_info {
	width:auto;
	margin-top:20px;
	padding:5px 7px;
	border:1px solid #999999;
	color: #666;
	text-align:left;
	line-height:1.2em;
}

/* -------------------------
	caption under map
--------------------------- */
div#content td.maparea p.caption {
	text-align: left;
	font-size: 80%;
	line-height: 1.3;
	color: #666;
	margin: 0 7px;
}

