
body {
    font-size: 14px;
    color: #666666;
    font-family: sans-serif;
}

a {
    color: #0d50a5;
    text-decoration: none;
}

.searchMaps {
    position: relative;
    width: 900px;
    height: 768px;
}

#accordion_wrap {
    margin-right: 10px;
    width: 280px;
    position: absolute;
    right: 0;
    top: 0;
    text-align: left;
}

#accordion {
    width: 280px;
}

.acc {
    list-style: none;
    margin: 0px;
    padding: 0px;
    padding-top: 30px;
}

.fxmn {
    line-height: 1.0em;
    list-style: none;
    margin: 0px 0px 0px 0px;
    padding: 0px;
}
.pageSendeContainer{
	display:block;
	float:right;
}

li .prev {
    width: 40px;
    height: 13px;
    float: left;
    background: url(../img/prev.gif) no-repeat;
}

li .next {
    width: 40px;
    height: 13px;
    float: left;
    background: url(../img/next.gif) no-repeat;
}

.pageSend {
    margin: 0px 10px 0px 10px;
    float: left;
}

.fxmn li {
    min-height: 20px;
    padding: 0px 5px 0px 5px;
    background: url("../img/dot_bar.gif") bottom repeat-x;
    background-color: #fff;
    font-weight: bold;
    filter: alpha(opacity = 80);
    -moz-opacity: 0.8;
    opacity: 0.8;
    width: 270px;
}

* html .fxmn{
    margin-bottom: -3px;
}
* html .fxmn li {
    margin-bottom: -3px;
}
* html .pagenum {
	margin-bottom: -1px;
	}
*:first-child+html .fxmn li {
	margin-bottom: -3px;
	}
*:first-child+html .pagenum {
	margin-bottom: 2px;
	}


.category {
    padding: 5px 0px 0px 5px;
    cursor: pointer;
    height: 25px;
    background: url("../img/cat_back.gif") repeat-x;
}

.searchMaps .header {
    position: absolute;
    padding: 7px 0px 0px 5px;
    width: 275px;
    height: 23px;
    background: url("../img/header_back.gif") repeat-x;
    font-weight: bold;
    color: #fff;
}

#toggle_tab {
    width: 280px;
    height: 30px;
    background: url("../img/toggle_tab.gif") no-repeat;
}

#toggle_btn {
    cursor: pointer;
    position: relative;
    margin-left: 166px;
    top: 5px;
    width: 110px;
    height: 20px;
    background: url("../img/toggle_btn.gif") no-repeat;
    background-position: 0px 0px;
}

.res_title {
    float: left;
    min-height: 18px;
    width: 180px;
    font-size: 13px;
    padding: 5px 0px 5px 0px;
}

.res_deta {
    /*   position: absolute;*/
    float: right;
    padding: 5px 0px 5px 0px;
    min-height: 18px;
    width: 60px;
    height: 20px;
    font-size: 10px;
    padding-left: 14px;
    background: url("../img/arrow.gif") 0 5px no-repeat;
}

.pagenum {
    text-align: right;
    font-size: 13px;
    font-weight: normal !important;
    padding: 5px 5px 5px 0px !important;
    width: 275px !important;
}

/* 2010.03.17 ohrai.jp 追加分 */
/* 2010_renewal */
.gt_map {
    margin: 10px auto;
    width: 640px;
}

.divL {
    float: left;
}

.divL img {
    width: 160px;
    height: 120px;
}

.divR {
    float: left;
}

.dataBasic {
    clear: both;
    padding-left: 5px;
    width: 240px;
}

.dataBasic h3 {
    /*height:22px;*/
    margin: 0px;
    color: #3D3C36;
    background-color: #E9EDF6;
    font-size: 85%;
    padding: 0px 0px 3px 3px;
}

.dataBasic a {
    color: #3D3C36;
    text-decoration: underline;
}

.dataBasic dl {
    font-size: 100%;
    margin-top: 1px;
}

.dataBasic dt {
    float: left;
    width: 70px;
    margin: 0 3px 1px 0;
    padding-left: 3px;
    background: #F6F6F6;
    color: #666;
    line-height: 1.4em;
}

.dataBasic dd {
    float: left;
    display: block;
    width: 150px;
    margin: 0 0 1px 0;
    color: #333;
    line-height: 1.4em;
}

.gt_route {
    margin: 0px auto;
    padding: 0px 40px 0px 40px !important;
}

.gOpenBtn {
    margin-left: 36px;
    margin-bottom: 10px;
}

.gOpenBtn a {
    background-repeat: no-repeat;
    width: 68px;
    height: 20px;
    display: block;
}

.gOpenBtn a.close {
    background-repeat: no-repeat;
}

.gOpenBtn a:hover {
    filter: alpha(opacity = 80);
    -moz-opacity: 0.8;
    opacity: 0.8;
}

/* end of 2010_renewal */
.viewType {
    margin-bottom: 8px;
}

.viewType ul {
    list-style: none;
    margin: 8px 0;
}

.viewType ul li {
    float: left;
    padding: 0 5px;
}

.viewType ul li a {
    display: block;
    background-repeat: no-repeat;
    width: 80px;
    height: 18px;
}

a#gtList {
    background-image: url(../img/button_list01.gif);
}

a#gtList:hover, a.selectList {
    background-image: url(../img/button_list01_o.gif) !important;
}

a#gtMap {
    background-image: url(../img/button_list02.gif);
}

a#gtMap:hover, a.selectMap {
    background-image: url(../img/button_list02_o.gif) !important;
}

.br_clear {
    clear: both !important;
}

/* 2010.03.17 ohrai.jp 追加分 */
