@charset "UTF-8";

/***************/
.close_siborikomi {
    width:280px;
    height:31px;
    overflow:hidden;
	cursor:pointer;
    background:url(../images/map_slc_joken.gif) 0px -62px no-repeat;
}

.close_siborikomi a {
    display:block;
    width:280px;
    height:31px;
    overflow:hidden;
	cursor:pointer;
    background-image:url(../images/map_slc_joken.gif);
    background-position:0px 0px;
    background-repeat:no-repeat;
    text-indent:-9999px;
}

.close_siborikomi a:hover {
    background-position:0px -31px;
}

/***************/
.open_siborikomi {
    width:280px;
    height:31px;
    overflow:hidden;
	cursor:pointer;
    background:url(../images/map_slc_joken.gif) 0px 64px no-repeat;
}

.open_siborikomi a {
    display:block;
    width:280px;
    height:31px;
    overflow:hidden;
	cursor:pointer;
    background-image:url(../images/map_slc_joken.gif);
    background-position:0px -62px;
    background-repeat:no-repeat;
    text-indent:-9999px;
}

.open_siborikomi a:hover {
    background-position:0px -62px;
}

/***************/
.close_bukkeniti {
    width:280px;
    height:31px;
    overflow:hidden;
	cursor:pointer;
    background:url(../images/map_slc_index.gif) 0px -62px no-repeat;
}

.close_bukkeniti a {
    display:block;
    width:280px;
    height:31px;
    overflow:hidden;
	cursor:pointer;
    background-image:url(../images/map_slc_index.gif);
    background-position:0px 0px;
    background-repeat:no-repeat;
    text-indent:-9999px;
}

.close_bukkeniti a:hover {
    background-position:0px -31px;
}

/***************/
.open_bukkeniti {
    width:280px;
    height:31px;
    overflow:hidden;
	cursor:pointer;
    background:url(../images/map_slc_index.gif) 0px -62px no-repeat;
}

.open_bukkeniti a {
    display:block;
    width:280px;
    height:31px;
    overflow:hidden;
	cursor:pointer;
    background-image:url(../images/map_slc_index.gif);
    background-position:0px -62px;
    background-repeat:no-repeat;
    text-indent:-9999px;
}

.open_bukkeniti a:hover {
    background-position:0px -62px;
}

/***************/
.infoWindow {
    width:400px;
    overflow:auto;
    font-family:"ＭＳ ゴシック", "Osaka－等幅";
    font-size:10px;
}

.infoWindow table {
    border-right:0px;
    border-bottom:0px;
}

.infoWindow table td {
    border-right:0px;
    border-bottom:0px;
    line-height:1.2;
    font-size:12px;
    padding:1px 1px;
}

.infoWindow table td img {
    padding:2px;
    width:49px !important;
    width /**/:53px;
    margin:0 auto;
    background-color:#03C;
    line-height:1.1;
    text-align:center;

    border:solid 1px #FFF;
    margin-bottom:1px;

	cursor:pointer;
}

