@charset "utf-8";
/* CSS Document */


div#floor_map {
}

ul.list_floor_map {
	list-style-type:none;
	padding:0px 0px 0px 15px;
	margin:40px 0 0 0;
}

ul.list_floor_map li {
	width:187px;
	height:343px;
	text-indent:-1000em;
	float:left;
	margin:0 5px 0 5px;
}

* html body ul.list_floor_map li {
	/* [for IE5.0　～6.0] */
	margin:0 2px 0 2px;
}

ul.list_floor_map li a {
	display:block;
	width:187px;
	height:343px;
}

ul.list_floor_map li a:hover {
	background:#FFFFFF;
	filter: alpha(opacity=40);
	-moz-opacity:0.4;
	opacity:0.4;
}
ul.list_floor_map li.map_1 {
	background:url(../library/map/images/thm_lib_1.gif) no-repeat;
}
ul.list_floor_map li.map_2 {
	background:url(../library/map/images/thm_lib_2.gif) no-repeat;
}
ul.list_floor_map li.map_3 {
	background:url(../library/map/images/thm_lib_3.gif) no-repeat;
}
form.closeBtn {
	width:800px;
	text-align:center;
	padding:0 0 30px 0;
}


/* 0707 */
#floor_map02{
	width:414px;
	margin:0 auto;
	height:100%;
	padding:30px 0 0 0;
}
#floor_map02 div{
	text-indent:-9999px;
	display:block;
	width:187px;
	height:343px;
	float:left;
}
#floor_map02 .map_1 {
	background:url(../library/map/images/thm_lib_1.gif) no-repeat;
}
#floor_map02 .map_2 {
	background:url(../library/map/images/thm_lib_2.gif) no-repeat;
	margin-left:40px;
}
#floor_map02 div a {
	display:block;
	width:187px;
	height:343px;
}
#floor_map02 div a:hover {
	background:#FFFFFF;
	filter: alpha(opacity=40);
	-moz-opacity:0.4;
	opacity:0.4;
}









