@charset "utf-8";

/*
	Update: 2011/09/12-
	Author: Kansai Gaidai University
*/

/*-------------------------------------------------------------
  access
---------------------------------------------------------------*/

#access_map {
	position: relative;
	width: 100%;
	height: 642px;
}

#access_map .menu {
	width: 186px;
	float: right;
}
#access_map .lines {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 184px;
	height: 215px;
}
#access_map .map {
	width: 669px;
	height: 672px;
	overflow: hidden;
}

/* menu */
#access_map .menu .menu_list {
	width: 100%;
	padding: 0 0 2px;
	background: transparent url( /img/contents/other/access/bg_menu_b.gif ) no-repeat 0 bottom;
}
#access_map .menu #access_route { margin-bottom: 35px; }
#access_map .menu #access_car   { margin-bottom: 60px; }

#access_map .menu .menu_list h3 {
	width: 186px;
	height: 31px;
	overflow: hidden;
	padding: 0;
	margin: 0;
	text-indent: -9999px;
	background-repeat: no-repeat;
	background-position: 0 0;
}
#access_map .menu #access_route h3 { background-image: url( /img/contents/other/access/h3_route.gif ); }
#access_map .menu #access_car   h3 { background-image: url( /img/contents/other/access/h3_car.gif ); }

#access_map .menu .menu_list .list_body {
	width: 182px;
	padding: 0 2px;
	background: transparent url( /img/contents/other/access/bg_menu_c.gif ) repeat-y 0 0;
}
#access_map .menu .menu_list .list_body ul {
	display: block;
}
#access_map .menu .menu_list .list_body ul li {
	display: block;
	padding: 2px 2px 1px;
	background: transparent url( /img/contents/other/access/bg_menu_li.gif ) no-repeat 0 0;
}
#access_map .menu .menu_list .list_body ul li a {
	display: block;
	padding: 0;
	color: #828282;
	font-size: 11px !important;
	line-height: 1.4em;
	/* modern browser */
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}
#access_map .menu .menu_list .list_body ul li a.selected,
#access_map .menu .menu_list .list_body ul li a:hover {
	color: #FFFFFF;
	text-decoration: none;
	/* modern browser */
	background: -moz-linear-gradient(top, #352d6b, #5d5499);
	background: -webkit-gradient(linear, center top, center bottom, from(#352d6b), to(#5d5499));
	filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#ff352d6b, endcolorstr=#ff5d5499, gradienttype=0);
}

#access_map .menu .menu_list .list_body ul li a span {
	display: block;
	padding: 5px 5px 5px 32px;
	background: transparent url( /img/contents/other/access/bg_menu_link.gif ) no-repeat 0 0;
}
#access_map .menu .menu_list .list_body ul li a.selected span,
#access_map .menu .menu_list .list_body ul li a:hover span {
	background-position: -180px 0;
}

#access_map .menu .menu_list .list_body ul li a span span.icon {
	display: inline-block;
	width: 13px;
	height: 9px;
	padding: 0;
	margin-left: 4px;
	overflow: hidden;
	background: transparent url( /img/common/icon_side_menu_t_blank.gif ) no-repeat 0 0;
	text-indent: -9999px;
}
#access_map .menu .menu_list .list_body ul li a.selected span span.icon,
#access_map .menu .menu_list .list_body ul li a:hover span span.icon {
	background-position: -13px 0;
}

/* map */
#access_map .map {
	position: relative;
}
#access_map .map p {
	position: absolute;
	left: 0;
	top: 0;
	display: block;
}


