body{
    margin: auto;
    padding: 0;
    color: #3C7C00; /* 標準文字色 */
    width: 900px;
    font-size: 11pt;
}

img{
    border-top: 0;
    border-right: 0;
    border-bottom: 0;
    border-left: 0;
}

a:link{
    color: #009900;
    text-decoration: underline;
}
a:visited{
    color: #009900;
    text-decoration: underline;
}
a:hover{
    color: #6CBD1E;
    text-decoration: none;
}
a:active{
    color: #6CBD1E;
    text-decoration: none;
}

#head{
    height: 360px;
    background-image : url("top.png");
    background-repeat: no-repeat;
    background-position: 40px 60px;
}

#headerLogo {
    width: 330px;
    padding-left: 10px;
    float: left;
    background-color: #ffffff;
    font-size: 16pt;
}
#headerLogo a{
    font-size: 18pt;
    font-weight: bold;
    text-decoration: none;
    color: #6CBD1E;
}
#header1 {
    width: 330px;
    margin-top: 0;
    margin-right: 10px;
    margin-bottom: 0;
    margin-left: 0;
    padding: 0;

    text-align: right;
    float: right;
}
#header1 p.tel{
    margin: 0;
    padding: 0;
    font-weight: bold;

}
#header1 p.address{
    margin: 0;
    padding: 0;
    font-size: 9pt;
}

#header2 {
    clear: right;
    width: 280px;
    margin: 80px 0 0;
    padding: 0;

    font-size: 12pt;
    text-align: right;
    float: right;

}
#header2 p.sisetu1{
    margin: 0 0 4px;
    padding: 4px 4px 4px 32px;
    height: 32px;
    background : #6CBD1E url("sst1.png") 4px 4px no-repeat;
    font-weight: bold;
    text-align: center;
}
#header2 p.sisetu2{
    margin: 0 0 4px;
    padding: 4px 4px 4px 32px;
    height: 32px;
    background : #6CBD1E url("sst2.png") 4px 4px no-repeat;
    font-weight: bold;
    text-align: center;
}
#header2 p.sisetu3{
    margin: 0 0 4px;
    padding: 4px 4px 4px 32px;
    height: 32px;
    background : #6CBD1E url("sst3.png") 4px 4px no-repeat;
    font-weight: bold;
    text-align: center;
}
#header2 a{
    display: block;
    color: #ffffff;
    text-decoration: none;
}

/* 飾りつき 2 (左■付き＆下線) */
.tytl-style {
    color: #3C7C00;
    margin: 0px;
    padding: 0px 0px 0px 0.2em;
    border-color: #3C7C00;
    border-left-width: 1.2em !important;
    border-left-style: solid !important;
    border-bottom-width: 2px !important;
    border-bottom-style: solid !important;
    border-top-style: none !important;
    border-right-style: none !important;
    line-height: 1.2em;
    background-color: #F6F6F6;
}

.huto {
    font-weight: bold;
}


    /* ナビゲーションバー */
#nav{
    width: 900px;
    height: 36px;
    overflow: hidden;
    position: absolute;
    top: 320px;
    left: auto;
    background-color : #F6F6F6;
    border-width: 1px;
    border-color: #3C7C00;
    border-style: solid;
}
#nav ul{
    margin: 0;
    padding: 0;
    list-style-type: none;
    text-align: left;
}
#nav ul:after{
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
#nav li{
    float: left;
    display: inline;
    font-size: 15px;
    line-height: 38px;
    height: 38px;
    overflow: hidden;
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: #CCCCCC;
}
#nav li a{
    display: block;
    height: 37px;
    overflow: hidden;
    padding-left: 27px;
    padding-right: 20px;
}
#nav li span.en{
    display: none;
}

#nav a:link{
    background-color : #F6F6F6;
    color: #666666;
}
#nav a:visited{
    background-color : #F6F6F6;
    color: #666666;
}
#nav a:hover{
    background-color : #6CBD1E;
    color: #ffffff;
}
#nav a:active{
    background-color : #6CBD1E;
    color: #ffffff;
}

/* メインコンテンツ内基本パーツ */
#main ul{
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
    list-style-type: none;
}

#main ul li{
    text-align: left;
    line-height: 1.4;
    padding-top: 10px;
    padding-right: 15px;
    padding-bottom: 10px;
    padding-left: 25px;
    background-image : url(point.png);
    background-position: 5px 12px;
    background-repeat: no-repeat;
    border-bottom-width: 1px;
    border-bottom-style: dotted;
    border-bottom-color: #DDDDDD;
    color: #000000;
}

/* lineお友達 */
#tomo {
    width: 180px;
    margin-top: 0;
    margin-right: 10px;
    margin-bottom: 0;
    margin-left: 0;
    padding: 0;

    font-size: 9pt;
    float: right;
}