@charset "utf-8";

@import url("../../../css/common/common.css");
@import url("../../css/common_guidemap.css");
@import url("../../css/guide_map.css");

/* map page css
============================================================ */

/* navi carrent */
#nav_guidemap li.map  a {background-position: -142px -56px;}


/* heading */
.sectionA h3.headingA{
	background-image:url(../img/heading_map.gif);
}

/* search area */
#guidemap .blockA h4 {
	margin:0 0 10px;
	padding:0;
	text-align:center;
}

#guidemap .blockA ul.check_box {
	list-style:none;
	margin:0;
	padding:0;
}
#guidemap .blockA ul.check_box li {
	float:left;
	width:150px;
	padding:0 10px 0 0;
}

#spinnerArea {
	position: relative;
}

#spinner {
	display: none;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 9999;
	-moz-opacity: 0.6;
	opacity:.60;
	filter: alpha(opacity=60);
	background: url(../img/gmaps/spinner.gif) no-repeat center center #FFFFFF;
	text-indent: -9999px;
}


/* map Cage */
#mapCage {
    clear: both;
    position: relative;
}
#mapCage ul{
	margin:0;
	padding:0;
	list-style:none;
}
#gmap {
    height: 500px;
    width: 690px;
}
#gm_pan {
    height: 70px;
    left: 10px;
    position: absolute;
    top: 10px;
    width: 70px;
}
#gm_pan ul {
    background-image: url("../img/gmaps/gm_ctrl_pan.png");
    background-position: 0 0;
    background-repeat: no-repeat;
    height: 70px;
    position: relative;
    width: 70px;
}
#gm_pan ul li#gm_p01 {
    height: 23px;
    left: 23px;
    position: absolute;
    top: 0;
    width: 24px;
}
#gm_pan ul li#gm_p02 {
    height: 24px;
    position: absolute;
    right: 0;
    top: 23px;
    width: 23px;
}
#gm_pan ul li#gm_p03 {
    bottom: 0;
    height: 23px;
    left: 23px;
    position: absolute;
    width: 24px;
}
#gm_pan ul li#gm_p04 {
    height: 24px;
    left: 0;
    position: absolute;
    top: 23px;
    width: 23px;
}
#gm_pan ul li#gm_p05 {
    height: 24px;
    left: 23px;
    position: absolute;
    top: 23px;
    width: 24px;
}
#gm_pan ul li a {
    background-image: url("../img/gmaps/gm_ctrl_pan.png");
    background-repeat: no-repeat;
    display: block;
    height: 100%;
    overflow: hidden;
    text-indent: -9999px;
    width: 100%;
}
#gm_pan ul li#gm_p01 a {
    background-position: -23px 0;
}
#gm_pan ul li#gm_p02 a {
    background-position: -47px -23px;
}
#gm_pan ul li#gm_p03 a {
    background-position: -23px -47px;
}
#gm_pan ul li#gm_p04 a {
    background-position: 0 -23px;
}
#gm_pan ul li#gm_p05 a {
    background-position: -23px -23px;
}
#gm_pan ul li#gm_p01 a:hover {
    background-position: -23px -70px;
}
#gm_pan ul li#gm_p02 a:hover {
    background-position: -47px -93px;
}
#gm_pan ul li#gm_p03 a:hover {
    background-position: -23px -117px;
}
#gm_pan ul li#gm_p04 a:hover {
    background-position: 0 -93px;
}
#gm_pan ul li#gm_p05 a:hover {
    background-position: -23px -93px;
}
#gm_pan ul li#gm_p01 a:active {
    background-position: -23px -140px;
}
#gm_pan ul li#gm_p02 a:active {
    background-position: -47px -163px;
}
#gm_pan ul li#gm_p03 a:active {
    background-position: -23px -187px;
}
#gm_pan ul li#gm_p04 a:active {
    background-position: 0 -163px;
}
#gm_pan ul li#gm_p05 a:active {
    background-position: -23px -163px;
}
#gm_zoom {
    height: 248px;
    left: 31px;
    position: absolute;
    top: 90px;
    width: 28px;
}
#gm_zoom_cage {
    background-image: url("../img/gmaps/gm_ctrl_zoom.png");
    background-position: left top;
    background-repeat: no-repeat;
    height: 248px;
    position: relative;
    width: 28px;
}
#gm_z01 {
    height: 16px;
    left: 6px;
    position: absolute;
    top: 4px;
    width: 16px;
}
#gm_z02 {
    height: 16px;
    left: 6px;
    position: absolute;
    top: 225px;
    width: 16px;
}
#gm_z03 {
    bottom: 20px;
    height: 11px;
    left: 8px;
    position: absolute;
    width: 11px;
}
#gm_slider {
    height: 192px;
    position: absolute;
    top: 32px;
    width: 28px;
}
#gm_zoom_cage a {
    background-repeat: no-repeat;
    display: block;
    height: 100%;
    overflow: hidden;
    text-indent: -9999px;
    width: 100%;
}
#gm_z01 a, #gm_z02 a {
    background-image: url("../img/gmaps/gm_ctrl_zoom.png");
}
#gm_z03 a {
    background-image: url("../img/gmaps/gm_ctrl_zoom_pos.png");
}
#gm_z01 a {
    background-position: -6px -4px;
}
#gm_z02 a {
    background-position: -6px -225px;
}
#gm_z01 a:hover {
    background-position: -6px -252px;
}
#gm_z02 a:hover {
    background-position: -6px -473px;
}
#gm_z01 a:active {
    background-position: -6px -500px;
}
#gm_z02 a:active {
    background-position: -6px -721px;
}
#gm_disp {
    height: 30px;
    position: absolute;
    right: 10px;
    top: 10px;
    width: 181px;
}
#gm_disp ul {
    height: 30px;
    width: 181px;
}
#gm_disp ul li {
    display: inline;
    float: left;
    height: 30px;
}
#gm_disp ul li#gm_d01 {
    width: 50px;
}
#gm_disp ul li#gm_d02 {
    width: 64px;
}
#gm_disp ul li#gm_d03 {
    width: 67px;
}
#gm_disp ul li a {
    background-image: url("../img/gmaps/gm_ctrl_disp.png");
    background-repeat: no-repeat;
    display: block;
    height: 100%;
    overflow: hidden;
    text-indent: -9999px;
    width: 100%;
}
#gm_disp ul li#gm_d01 a {
    background-position: 0 0;
}
#gm_disp ul li#gm_d02 a {
    background-position: -50px 0;
}
#gm_disp ul li#gm_d03 a {
    background-position: -114px 0;
}
#gm_disp ul li#gm_d01 a:hover {
    background-position: 0 -30px;
}
#gm_disp ul li#gm_d02 a:hover {
    background-position: -50px -30px;
}
#gm_disp ul li#gm_d03 a:hover {
    background-position: -114px -30px;
}
#gm_disp ul li#gm_d01 a:active {
    background-position: 0 -60px;
}
#gm_disp ul li#gm_d02 a:active {
    background-position: -50px -60px;
}
#gm_disp ul li#gm_d03 a:active {
    background-position: -114px -60px;
}
#gm_spot {
	bottom: 0;
	position: absolute;
	right: 0;
	width: 600px;
	display: none;
}
#gm_spot #gm_spot_head {
    background-image: url("../img/gmaps/gm_spot_headbg.png");
    background-position: center top;
    background-repeat: no-repeat;
    line-height: 1.25;
    padding: 10px 20px 0 15px;
    position: relative;
}
#gm_spot #gm_spot_head h4 {
    display: block;
	margin:30px 0 0;
	padding:10px;
	background-color:#f8f5d3;
	color:#333;
	font-size:15px;
	font-weight: bold;
}
#gm_spot #gm_spot_close {
    height: 20px;
    position: absolute;
    right: 10px;
    top: 5px;
    width: 20px;	
}
#gm_spot #gm_spot_close a {
    background-image: url("../img/gmaps/gm_spot_close.png");
    background-position: 0 0;
    background-repeat: no-repeat;
    display: block;
    height: 100%;
    overflow: hidden;
    text-indent: -9999px;
    width: 100%;
}
#gm_spot #gm_spot_close a:hover {
    background-position: 0 -20px;
}
#gm_spot #gm_spot_body {
    background-image: url("../img/gmaps/gm_spot_bodybg.png");
    background-position: center bottom;
    background-repeat: no-repeat;
    padding: 8px 30px 20px 15px;
}
#gm_spot #gm_spot_body img {
    background-color: #FFFFFF;
    border: 1px solid #CCCCCC;
    float: left;
    margin-right: 15px;
    padding: 4px;
}
#gm_spot #gm_spot_body dl {
	margin:0;
	padding:0 0 20px;
}
#gm_spot #gm_spot_body #gm_spot_hs dt{
	float:left;
	text-indent:-9999px;
	height:20px;
}
#gm_spot #gm_spot_body #gm_spot_hs dd {
	float:left;
	margin:0 20px 0 0;
	padding:3px 0 0;
}
#gm_spot #gm_spot_body dt.area {
	background:url(../img/icon_area.gif) no-repeat top left;
	padding:0 0 0 57px;
}
#gm_spot #gm_spot_body dt.ctg {
	background:url(../img/icon_category.gif) no-repeat top left;
	padding:0 0 0 69px;
}
#gm_spot #gm_spot_body dt.date {
	background:url(../img/icon_date.gif) no-repeat top left;
	padding:0 0 0 69px;
}

#gm_spot #gm_spot_body .detail {
	clear:both;
}

#gm_spot #gm_spot_body .detail img {
    border: 1px solid #c4c2a4;
    padding: 4px;
	margin:0 10px 0 0;
	float:left;
	width:200px;
}

#gm_spot #gm_spot_body .detail dl {
	position:relative;
	width:330px;
	float:left;
	padding:5px 0 0;
}

/* no image */
#gm_spot #gm_spot_body .detail dl.text_wide {
	position:relative;
	width:100%;
	padding:5px 0 0;
}

#gm_spot #gm_spot_body .detail dl dt,
#gm_spot #gm_spot_body .detail dl dt{
	position:absolute;
	text-indent:0;
	background:url(../../img/common/icon_circle01.gif) no-repeat top left;
	padding:0 0 0 22px;
	float:none;
	clear:both;
	font-size:14px;
	font-weight:bold;
	color:#666;
}
#gm_spot #gm_spot_body .detail dl dd,
#gm_spot #gm_spot_body .detail dl dd{
	padding:0 0 5px 9em;
	margin:0 0 5px;
	border-bottom:solid 1px #CCC;
	float:none;
	clear:both;
}


#sidebar {
    padding-top: 54px;
    width: 250px;
}
#mapMenu {
    background-image: url("../img/gmaps/gm_showmap_bgbody.jpg");
    background-position: center bottom;
    background-repeat: no-repeat;
    height: 492px;
    overflow: auto;
    padding: 0 0 10px;
}
#mapMenu_head {
    background-image: url("../img/gmaps/gm_showmap_bgtop.jpg");
    background-position: center top;
    background-repeat: no-repeat;
    padding: 10px 15px;
}
#mapMenu_head em {
    border-left: 3px solid #F02E9B;
    color: #000000;
    font-size: 16px;
    font-weight: bold;
    padding-left: 4px;
}
#mapMenu ul {
    margin: 0 15px;
}
#mapMenu ul li {
    margin-top: 5px;
}
* html #mapMenu ul li {
    margin: 0;
}
* + html #mapMenu ul li {
    margin: 0;
}
#mapMenu ul li input {
    vertical-align: middle;
}
.partition {
    border-bottom: 1px solid #BABABA;
    height: 5px;
    margin: 5px 0 10px;
}
.pegmanIcon {
    left: 23px !important;
    position: absolute !important;
    top: 340px !important;
}

