@charset "utf-8";
/** $Id: index.css 195 2008-12-19 06:17:27Z ogawa $ */
/**
 * なじらぼ！タロットページ用 CSS(hotel.css)
 *
 * なじらぼ！タロットページ用 CSSです。
 *
 * @author makino@hitbit-inc.net
 * @copyright HitBit co.,ltd.
 * @since 2009-06-22
 * @see guideline: Ver. 1.01
 */

/* -------------------
	共通部分用
	Header
	Breadcrumbs

	Clearfix
------------------- */

div#is-wrapper {
	width:700px;
	height:726px;
}

#imgmap {
	position: relative;
	_zoom: 1;
}

#imgmap li {
	position: absolute;
	display: block;
	list-style: none;
	overflow: hidden;
}

#imgmap li a {
	display: block;
	width: 100%;
	height: 100%;
	background: url(../files/images/spacer.gif);
	text-indent: -1000em;
}

#area1 {
	left: 60px;
	top: 471px;
	width: 119px;
	height: 174px;
}

#area2 {
	left: 200px;
	top: 471px;
	width: 119px;
	height: 174px;
}
#area3 {
	left: 450px;
	top: 540px;
	width: 119px;
	height: 17px;
}


