@charset "UTF-8";

@import url("../../common/css/serachaddress.css");


/*--------------------------------------------------
 全体適用スタイル
--------------------------------------------------*/
* { /* 全体のmargin・padding初期化 */
    margin: 0;
    padding: 0;
}

body {
    background-image: url(../img/back_stripe.png);
    /*background-image: url(../img/backimage.gif);*/
    color: #333333;
    font-family: verdana;
    /*font-size: 95%;*/
    line-height: 130%;
    margin-top: 5px;
    margin-bottom: 5px;
}

a {
    color: #007BB4;
    /*font-size: 90%;*/
}
a:hover {
    color: #007BB4;
    /*font-size: 90%;*/
}

div.iewrapper { /* IEで中央寄せにするため */
    text-align: center;
}
div.wrapper { /* FirefoxなどIE以外のブラウザでの中央寄せ */
    width: 740px;
    background-color: #FFFFFF;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    /*border-top: 1px solid #999999;
    border-left: 1px solid #999999;
    border-right: 3px solid #666666;
    border-bottom: 2px solid #666666;*/
}

h2 {
    clear: left;
    float: left;
    width: 100%;
    color: #333333;
    font-size: 105%;
    text-align: left;
    margin-top: 2px;
    margin-bottom: 2px;
    padding: 1px 2px 1px 2px;
    border-left: 5px solid #00955E;
    background-image: url(../img/bar.gif);
    background-image: url(../img/bar_stripe_green.gif);
    display: block;
}

.policy h2 {
    font-size: 1.4em;
    background-image: none;
    background-color: #FFFFFF;
    border-bottom: 3px solid #999999;
    border-right: none;
    border-left: none;
    padding-top: 10px;
    padding-right: 0px;
    padding-bottom: 10px;
    padding-left: 10px;
    margin-top: 2px;
    margin-bottom: 20px;
    float: none;

}
.policy h3 {
    font-size: 1.2em;
    border-left: 10px solid #E7E7E7;
    border-bottom: 1px solid #E7E7E7;
    padding: 2px 2px 2px 5px;
    margin-top: 1.0em;
    margin-bottom: 1.0em;
}
.policy p {
    line-height: 150%;
    font-size: 0.9em;
    text-indent:1.0em;
    margin-bottom: 1.0em;
    margin-left: 1.0em;
    margin-right: 1.0em;
}
.policy ul {
    font-size: 0.9em;
    margin-left: 4.0em;
    margin-bottom: 1.0em;
}

h3.leftcontent {
    color: #333333;
    font-size: 90%;
    text-align: center;
    margin-top: 2px;
    margin-bottom: 2px;
    padding: 1px 2px 1px 2px;
    background-image: url(../img/bar_green.gif);
    background-image: url(../img/bar_stripe_nanjogreen.gif);
}
h3.leftcontentred {
    color: #333333;
    font-size: 100%;
    text-align: center;
    margin-top: 2px;
    margin-bottom: 2px;
    padding: 1px 2px 1px 2px;
    background-image: url(../img/bar_green.gif);
    background-image: url(../img/bar_stripe_nanjogreen.gif);
}
h3.title {
    clear: both;
    color: #333333;
    font-size: 100%;
    text-align: center;
    margin-top: 2px;
    margin-bottom: 2px;
    padding: 1px 2px 1px 2px;
    background-image: url(../img/bar_stripe_green.gif);
}
h3.recommend {
    clear: both;
    color: #333333;
    font-size: 100%;
    text-align: center;
    border-left: 5px solid #007BB4;
    margin-top: 2px;
    margin-bottom: 2px;
    padding: 1px 2px 1px 2px;
    background-image: url(../img/bar_stripe_nanjoblue.gif);
}

div.both {
    clear: both;
}

div.mainleft {
    padding: 5px 0 5px 10px;
    float: left;
    width: 180px;
}
a.lefta { /* mainleftのaタグ */
    display: block;
    margin-bottom: 5px;
    padding-left: 10px;
    background-image: url(../img/triangle_green.gif);
    background-repeat: no-repeat;
    background-position: left center;
}
a.recently {
    padding-left: 10px;
    background-image: url(../img/triangle_green.gif);
    background-repeat: no-repeat;
    background-position: left center;
}


div.mainright {
    padding: 5px 10px 5px 0px;
    float: right;
    width: 535px;
}


div.contentbd {
    margin: 0 auto 15px auto;
    border: 1px solid #CCCCCC;
    padding: 2px 2px 2px 2px;
    overflow: auto;
}

div.hrbar {
    width: 100%;
    margin: 2px 10px 2px 10px;
    text-align: center;
}

div#oshirase {
/*
    height: 110px;
    overflow-y: scroll;
*/
/*
    border: 1px solid #CCCCCC;
    overflow: auto;
*/
    width: 100%;
    height: 110px;
    margin: 2px auto 15px auto;
    padding: 2px;
    text-align: left;
    float: left;
    overflow: auto;
    background-color: #FFFBF0;
}
span.oshirasedate {
    color: #FF7F50;
    font-weight: bold;
}
span.oshiraseinfo2 {
    color: #FF7F50;
    font-weight: bold;
}
div.oshiraserec {
    border-bottom: 1px dashed #FFE4B5;
}
table.oshirase2 {
    width: 100%;
}
td.oshirasedate {
    color: #FF7F50;
    font-weight: bold;
    vertical-align: top;
    padding-bottom: 2px;
    margin-bottom: 2px;
    border-bottom: 1px dashed #FF7F50;
    border-bottom: 1px dashed #FFE4B5;
}
td.oshiraseinfo {
    vertical-align: top;
    padding-left: 5px;
    padding-bottom: 2px;
    margin-bottom: 2px;
    border-bottom: 1px dashed #FF7F50;
    border-bottom: 1px dashed #FFE4B5;
}

table.cate {
    width: 100%;
    text-align: center;
}

span.notice {
    display: block;
    color: #FF7F50;
    margin-left: 2px;
    font-size: 80%;
}


/*--------------------------------------------------
 ヘッダー関連スタイル
--------------------------------------------------*/
div.topbar {
    clear: both;
    color: #FFFFFF;
    font-size: 0.9em;
    text-align: right;
    padding-right: 3px;
    background-color: #007BB4;
}

div.logoleft {
    float: left;
    width: 211px;
    margin-top: 5px;
}

div.logoright {
    float: right;
    margin-top: 5px;
    margin-bottom: 3px;
/*
    text-align: left;
    padding-right: 10px;
*/
}


div.headertop {
    width: 740px;
}


/*--------------------------------------------------
 ヘッダーナビ関連スタイル
--------------------------------------------------*/
div#headernavi {
    clear: both;
    text-align: center;
    height: 23px;
    margin-bottom: 2px;
    padding-left: 2px;
    background-image: url(../img/menubar.gif);
    background-image: url(../img/bar_stripe_gray.gif);
    border: 1px solid #CFCFCF;
    border: 1px solid #F5F5F5;
}

a.headernavi {
    display: block;
    float: left;
    width: 15%;
    height: 23px;
    background-image: url(../img/menubar.gif);
    background-image: url(../img/bar_stripe_gray.gif);
    font-size: 12px;
    text-align: center;
    margin: 0px 2px 0px 2px;
    border-left: 1px solid #CCCCCC;
    border-right: 1px solid #CCCCCC;
}
a.headernavi:hover {
/*
    display: block;
    float: left;
    width: 15%;
    height: 23px;
    background-image: url(../img/menubar2.gif);
*/
    background-image: url(../img/bar_stripe_gray_revpsd.gif);
/*
    font-size: 12px;
    text-align: center;
    margin: 0px 2px 0px 2px;
    border-left: 1px solid #CCCCCC;
    border-right: 1px solid #CCCCCC;
*/
}

a.pdmenu {
    display: block;
    text-decoration: none;
    padding-left: 10px;
    background-image: url(../img/triangle_green.gif);
    background-repeat: no-repeat;
    background-position: left center;
    border-right: 1px solid #FFFFFF;
    border-bottom: 1px solid #FFFFFF;
    border: 1px solid #FFFFFF;
}
a.pdmenu:hover {
    background-color: #EFEFEF;
    border-top: 1px solid #F0F0F0;
    border-left: 1px solid #F0F0F0;
    border-right: 1px solid #CFCFCF;
    border-bottom: 1px solid #CFCFCF;
}

div#subpm1 {
    visibility: hidden;
    position: absolute;
    background-color: #FFFFFF;
    z-index: 99;
}
div#subpm2 {
    visibility: hidden;
    position: absolute;
    z-index: 99;
}
div#subpm3 {
    visibility: hidden;
    position: absolute;
    z-index: 99;
}
div#subpm4 {
    visibility: hidden;
    position: absolute;
    z-index: 99;
}
div.dmenucontainer {
    width: 162px;
    background-color: #FFFFFF;
    border: 1px solid #CCCCCC;/**/
    padding: 1px;
    position: absolute;
}
div.dmenubar {
    background-color: #EEEEEE;
    text-align: right;
    padding: 1px;
    z-index: 18;
}
div.dmenubody {
    border: 1px solid #CCCCCC;/**/
    padding: 2px;
    text-align: left;
    z-index: 19;
}
div#dmenu form select#selAza {
    width: 160px;
    font-size: 80%;
}
div#dmenu input#inpBangou {
    width: 160px;
}

/*--------------------------------------------------
 検索関連表示スタイル
--------------------------------------------------*/
h2.recommend {
    clear: left;
    float: left;
    width: 100%;
    color: #333333;
    font-size: 105%;
    text-align: left;
    border-left: 5px solid #007BB4;
    /*margin-top: 2px;*/
    margin-bottom: 2px;
    padding: 1px 2px 1px 2px;
    background-image: url(../img/bar_stripe_nanjoblue.gif);
}
h3.resitemtitle {
    color: #333333;
    font-size: 100%;
    text-align: left;
    border-left: 5px solid #FF7F50;
    border-right: 5px solid #FF7F50;
    margin-top: 2px;
    margin-bottom: 2px;
    padding: 1px 2px 1px 2px;
}

img.resitemimg {
    display: block;
    float: left;
    width: 100px;
    height: 75px;
    margin: 0px 2px 2px 0px;
}

div.resitembody {
    font-size: 85%;
    width: 100%;
    margin: 2px auto 15px auto;
    padding: 2px;
    border: 1px solid #CCCCCC;
    text-align: left;
    float: left;/**/
    overflow: auto;
}

div#searcharea {
    margin: 5px 0px 10px 0px;
    padding: 2px 5px 2px 5px;
    /*border: 1px solid #C0C0C0;*/
}

input.searchbox{
    font-size: 75%;
    padding-left: 2px;
    width: 250px;
    height: 20px;
    /*border: 1px solid #999999;*/
}

/*--------------------------------------------------
 エントリ表示スタイル
--------------------------------------------------*/
h2.entrytitle {
    clear: left;
    float: left;
    width: 100%;
    color: #333333;
    font-size: 105%;
    text-align: left;
    /*border-left: 5px solid #FF7F50;
    margin-top: 2px;*/
    margin-bottom: 2px;
    padding: 1px 2px 1px 2px;
    background-image: url(../img/bar_stripe_nanjogreen.gif);
    background-image: url(../img/bar_stripe_green.gif);
}

h3.itemtitle {
    color: #333333;
    font-size: 100%;
    text-align: left;
    border-left: 5px solid #FF7F50;
    border-right: 5px solid #FF7F50;
    margin-top: 2px;
    margin-bottom: 2px;
    padding: 1px 2px 1px 2px;
}
h3.ctitemtitle {
    color: #666666;
    font-size: 100%;
    text-align: left;
    border-left: 5px solid #FF7F50;
    border-right: 5px solid #FF7F50;
    margin-top: 0px;
    margin-bottom: 2px;
    padding: 1px 2px 1px 2px;
}

img.itemimg {
    display: block;
    /*float: right;*/
    width: 240px;
    /*height: 180px;
    margin: 5px 5px 10px 10px;*/
    border: none;
}
div.itemimgdiv {
    float: right;
    width: 240px;
    margin: 5px 5px 10px 10px;
}
div.itemsetumei {
    float: left;
    width: 270px;
}

/*
div.entrybody {
    font-size: 95%;
    margin-top: 5px;
    margin-bottom: 5px;
    border: 1px solid #CCCCCC;
    width: 100%;
}
*/
div.itembody {
    /*width: 100%;*/
    margin: 2px auto 15px auto;
    padding: 2px;
    text-align: left;
    float: left;
    overflow: auto;
}
div.entryinfo {
    clear: both;
    font-size: 95%;
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 30px;
}

div.areacate {
    width: 100%;
    text-align: right;
    font-weight: bold;
    padding-right: 5px;
}
div.areacate a {
    font-weight: bold;
}
h3.cttitle {
    clear: both;
    color: #333333;
    font-size: 100%;
    text-align: left;
    /*border-left: 5px solid #FF7F50;*/
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 1px 2px 1px 5px;
    background-image: url(../img/bar_stripe_nanjogreen.gif);
    background-image: url(../img/bar_stripe_green.gif);
}
input.tburl{
    font-size: 75%;
    padding-left: 2px;
    width: 300px;
    border: 1px solid #F5F5F5;
}
input.commentarea{
    width: 200px;
    border: 1px solid #666666;
}
input.commentbtn{
    width: 50px;
    background-color: #FFFFFF;
    border: 1px solid #666666;
    cursor: pointer;
}
textarea.commentarea{
    width: 450px;
    height: 100px;
    font-size: 12px;
    border: 1px solid #666666;
}

div.ctentry {
    text-align: right;
}

img.cticon {
    vertical-align: bottom;
}

div.pager {
    text-align: right;
    padding-right: 2px;
    margin-bottom: 5px;
}

/*--------------------------------------------------
 フッター関連スタイル
--------------------------------------------------*/
div.footerlink {
    /*margin: 10px 2px 10px 2px;*/
    margin: 2px;
    /*font-size: 0.9em;*/
    font-size: 80%;
    text-align: center;
}
div.copy {
    font-size: 0.9em;
    text-align: center;
    color: #FFFFFF;
    background-color: #007BB4;
}


/*--------------------------------------------------
 リンク・別リンク（観光ルート・バス停・フェリー）
 PDF関連
--------------------------------------------------*/
div.linkgroup {
    /*margin-top: 5px;*/
    padding-top: 5px;
    padding-bottom: 15px;
    /*border: 1px dashed #FF0000;*/
}
div.linkblock {
    /*margin: 10px 0px 2px 2px;*/
    padding: 2px;
    padding-bottom: 8px;
    /*border: 1px dashed #0000FF;*/
}
a.linktitle {
    font-size: 90%;
    display: block;
}
a.linkurl {
    display: block;
    color: #008800;
    font-size: 80%;
    text-decoration: none;
    margin-bottom: 10px;
}

div.linkitembody {
    font-size: 95%;
    width: 100%;
    margin: 2px auto 15px auto;
    padding: 2px;
    /*border: 1px solid #CCCCCC;*/
    text-align: left;
    float: left;
    overflow: auto;
}

ul.linklist {
    margin: 5px 5px 5px 20px;
    font-size: 90%;
}
li.linklist {
    list-style-type: disc;
    margin-bottom: 10px;
}
ol.linklist {
    margin: 5px 5px 5px 30px;
    font-size: 90%;
}
li.linklistitem {
    margin-bottom: 10px;
}

a.linklist {
    /*display: block;*/
    font-weight: bold;
}
a.adobereader {
    /*display: block;*/
    padding-left: 20px;
    background-image: url(../../common/img/adobe_reader.gif);
    background-repeat: no-repeat;
    background-position: left top;
}
a.yousiki {
    /*display: block;*/
    padding-left: 12px;
    background-image: url(../img/triangle_green.gif);
    background-repeat: no-repeat;
    background-position: left center;
}

span.strong {
    display: block;
    font-weight: bold;
}

table.busschedule {
    border-collapse: collapse;
}
/*
tr.header {
    background-color: #333333;
    color: #FFFFFF;
}
*/

table.busschedule td {
    font-size: 90%;
    border: 1px solid #333333;
    text-align: center;
    padding: 0px 2px 0px 2px;
}

div.routemap {
    clear: both;
    margin-left: 10px;
    position: relative;
    width: 500px;
    height: 280px;
}

div.splitpdf {
    margin-left: 10px;
    padding: 2px 5px 2px 15px;
}

table.tenpo_nittei th {
    font-size: 90%;
    text-align: center;
    padding: 2px;
    background-color: #007BB4;
    color: #FFFFFF;
}
table.tenpo_nittei td.vtitle {
    font-size: 90%;
    font-weight: bold;
    text-align: right;
    padding: 2px;
    background-color: #00955E;
    color: #FFFFFF;
}
table.tenpo_nittei td {
    font-size: 90%;
    text-align: left;
    padding: 2px;
    background-color: #F0F8FF;
}

/*--------------------------------------------------
 map関連スタイル
--------------------------------------------------*/
div.aeroview {
    text-align: right;
    margin-right: 15px;
}
span.anotationaerophotoshow {
    display: none;
}

/*--------------------------------------------------
 バナー関連スタイル
--------------------------------------------------*/
a.leftbanner {
    display: block;
    margin-top: 3px;
    margin-bottom: 5px;
}
a.footbanner {
    margin-top: 3px;
    margin-bottom: 5px;
    margin-right: 5px;
}


/*------------------------------------------------------------------------------------------*/


/*--------------------------------------------------
 その他
--------------------------------------------------*/

/*
a.pdmenu {
    display: block;
    width: 155px;
    margin-top: 2px;
    border-right: 2px solid #333333;
    border-bottom: 1px solid #333333;
    background-color: #007BB4;
    color: #FFFFFF;
    font-size: 12px;
}
a.pdmenu:hover {
    background-color: #356AA0;
    color: #FF7400;
}
*/




div.contentscontainer {
    padding: 5px 5px 5px 10px;
}


div.content {
    border-left: 5px solid #FFE4B5;
    padding: 10px 2px 2px 5px;
    margin-bottom: 15px;
}

div.contentbd {
    margin: 2px auto 15px auto;
    border: 1px solid #CCCCCC;
    padding: 2px 2px 2px 2px;
    overflow: auto;
}

div.recommendtext {
    font-size: 85%;
}
div.footercontainer {
    margin-top: 10px;
    clear: both;
}


hr.hrbar {
    width: 95%;
}

h1.maptitle {
    color: #00955E;
}
div.mapcontent {
    padding: 2px 5px 2px 5px;
    margin-bottom: 15px;
}
div.maptitle {
    width: 300px;
    float: left;
    margin: 10px 2px 2px 20px;
}
div#maparea {
    text-align: center;
    margin-bottom: 15px;
    margin: 10px auto 10px auto;
}
div#searchresult {
    padding: 2px;
    background-color: #FFFFFF;
    z-index: 10;
}

div.infoarea {
    text-align: center;
    margin: 5px;
}
span.triangle {
    background-image: url(./../img/triangle1_blue_007BB4.gif);
    background-repeat: no-repeat;
    padding-left: 10px;
}

div.itemimg {
    float: left;
    margin: 2px 5px 3px 2px;
}
div.itemcontent {
    float: right;
    margin: 2px 5px 3px 2px;
}

div#resultlist {
    display: none;
}

