/* common */

#left hr {
    height: 2px;
    color: #11A896;
}

#title_box {
    background-image: url(/jp/images/global/title_bg.gif);
}

/* news */
.news_title {
    color:#589C5E;
}

.news_date {
    color:#000000;
}

/* sitemap */
.maptxt01 {
    width: 139px;
    height: 23px;
    padding-left: 15px;
    margin:0 0 10px 0;
    color:#589C5E;
    font-weight: bold;
    background-image: url(/jp/images/global/map_bg_1.gif);
}

.maptxt02 {
    width: 136px;
    height: 21px;
    vertical-align: top;
    padding-left: 18px;
    margin:0 0 10px 0;
    font-weight: bold;
    background-image: url(/jp/images/global/map_bg_2.gif);
}

.maptxt03 {
    width: 130px;
    height: 14px;
    vertical-align: top;
    padding-left: 24px;
    margin:0 0 5px 0;
    background-image: url(/jp/images/global/map_bg_3.gif);
}

.maptxt01 a {
	color: #589C5E;
}

.maptxt01 a:hover {
	text-decoration: none;
}

.maptxt02 a:hover {
	text-decoration: none;
}

.maptxt03 a:hover {
	text-decoration: none;
}

#map_left {
    float: left;
    margin-right:15px;
    width: 175px;
    border-right: solid 1px #DADADA;
}

#map_center {
    float: left;
    margin-right:15px;
    width: 175px;
    border-right: solid 1px #DADADA;
}

#map_right {
    float: left;
    width: 175px;
}



