@charset "UTF-8";



/* ---------------------------------------------------------------- *
[HEADER]
 * ---------------------------------------------------------------- */
h2.showroom { background: url(../images/h2_showroom.gif) no-repeat; }
h2.shopguide { background: url(../images/h2_shopguide.gif) no-repeat; }


/* ---------------------------------------------------------------- *
[MAIN-CONTENTS]
 * ---------------------------------------------------------------- */
#main h3.showroom { height: 100px; background: url(../images/h3_showroom.gif) no-repeat; }

.image_showroom1 {
	position: absolute;
	left: 1px;
	top: 362px;
}

.image_showroom2 {
	position: absolute;
	left: 1px;
	top: 707px;
}

#main h3.h3_shopguide {
	margin: 2.7em 0 0 0;
	font-size: 160%;
	font-weight: normal;
	color: #333;
}

#iframemap {
	margin-left: -180px;
}


/* ---------------------------------------------------------------- *
[SIDE-MENU]
 * ---------------------------------------------------------------- */
#side.showroom {
	border: none;
	background: url(../images/navi_showroom_bg.gif) no-repeat;
}

#side.showroom ul li a {
	display: block;
	width: 170px;
	background: url(../images/navi_showroom.gif) no-repeat;
}

#side.showroom ul li a:hover {
	background: url(../images/navi_showroom_hover.gif) no-repeat;
}

#side.showroom ul li a.current, #side.showroom ul li a:hover.current {
	background: url(../images/navi_showroom_current.gif) no-repeat;
}

#side.showroom ul li a#snavi1 { height: 40px; }
#side.showroom ul li a#snavi2 { height: 40px; background-position: 0px -41px; border-top: 1px dotted #333; }

