BODY{
    margin: 0em 0em 0em 0em;
    font-size : 10pt;
    letter-spacing: 2px;
    line-height: 15pt;
    background-color : white;
    background-position: 980px 0px;
    background-repeat: repeat-x;
    background-image: url("image/back.gif");
}
TD{
    font-size : 10pt;
    letter-spacing: 2px;
    line-height: 15pt;
}
A:LINK {
    text-decoration : underline;
    color : blue;
}
A:VISITED {
    text-decoration : underline;
    color : blue;
}
A:ACTIVE {
    text-decoration : none;
    color : blue;
}
A:HOVER {
    text-decoration : none;
    color : red;
}
.TITLEBAR {
    font-size : 14pt;
    margin-top : 1px;
    margin-bottom : 1px;
    background-color : gold;
}
H1 {
    color : white;
    font-size : 14pt;
    margin-top : 0px;
    margin-bottom : 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
}
H2{
    color : black;
    font-size : 12pt;
    text-align: left;
    letter-spacing: 5px;
    margin: 0px 0px 15px 0px;
    padding: 20px 0px 15px 5px;
    border-color: black;            /* 枠の色 */
    border-style: dotted;            /* 枠の種類 */
    border-width: 0px 0px 1px 0px;  /* 枠の幅 */
    background-image : url("images/point01.gif");
    background-repeat: no-repeat;
    background-position: left center;
    text-indent: 25px;
}
H3,
H4 {
    font-size : 11pt;
    margin-top : 1px;
    margin-bottom : 3px;
    border-color: royalblue;         /* 枠の色 */
    border-style: solid;            /* 枠の種類 */
    border-width: 0px 0px 0px 8px;  /* 枠の幅 */
    text-indent: 10px;
}
H5{
    color : black;
    font-size : 11pt;
    font-weight : bold;
    text-align: left;
    margin: 0px 0px 5px 0px;
    padding: 0px 0px 5px 5px;
    border-color: black;            /* 枠の色 */
    border-style: solid;            /* 枠の種類 */
    border-width: 0px 0px 1px 0px;  /* 枠の幅 */
}
H6{
    font-size : 10pt;
    font-weight : bold;
    margin-top : 1px;
    margin-bottom : 1px;
    border-color: royalblue;         /* 枠の色 */
    border-style: solid;            /* 枠の種類 */
    border-width: 0px 0px 0px 8px;  /* 枠の幅 */
    text-indent: 10px;
}

DIV.BOX { 
    margin: 0px 0px 0px 0px;
    padding:  10px 7px 0px 7px;
    width: 980px;
    text-align: left;
    background-color: #ffffff;
    border-color: #cccccc;           /* 枠の色 */
    border-style: solid;           /* 枠の種類 */
    border-width: 0px 1px 0px 0px;  /* 枠の幅 */
}
DIV.BLOCK_TOP1 { 
    height: 90px;
    color: #777777;
    font-size: 12px;
    letter-spacing: 1px;
    background-position: left bottom;
    background-repeat: repeat-x;
    background-image: url("image/under01.gif");
}
DIV.BLOCK-TOP2 { 
    text-align : left;
    padding-top : 10px;
    padding-right : 0px;
    padding-bottom : 70px;
    padding-left : 10px;
    margin-top : 0px;
    margin-bottom : 0px;
    background-color : #3982C7;
    background-position: 100% 0;
    background-repeat: no-repeat;
    background-image: url("images/title_back.jpg");
}
DIV.BLOCK-TOP3 { 
    background-color : white;
    border-color : black;
    padding-bottom : 2px;
    margin-bottom : 0px;
    text-indent: 10px;
}
ADDRESS {
    margin-top: 0px;
    padding: 20px 5px 0px 0px;
    height: 60px;
    color : #555555;
    font-size : 12px;
    text-align: right;
    font-style: normal;
    background-position: left top;
    background-repeat: repeat-x;
    background-image: url("image/under01.gif");
    clear: both;
}
SPAN.mark01 {
    color : white;
    background-color : orange;
    padding: 1px 1px 1px 5px;
}
UL {
    margin: 0px 0px 0px 20px;
}
.BOX1 { 
    margin: 0px 0px 0px 0px;     /* 余白の幅 */
    padding: 0px 20px 0px 20px;   /* 余白の幅 */
    border-color: silver;            /* 枠の色 */
    border-style: solid;            /* 枠の種類 */
    border-width: 0px 0px 0px 0px;  /* 枠の幅 */
}
.BOX2 { 
    margin: 0px 0px 0px 0px;     /* 余白の幅 */
    padding: 0px 20px 0px 20px;   /* 余白の幅 */
    border-color: silver;            /* 枠の色 */
    border-style: solid;            /* 枠の種類 */
    border-width: 0px 0px 0px 0px;  /* 枠の幅 */
}
.PR2{
    text-align: left;
    color : gray;
    margin-top : 30px;
    margin-left : 10px;
    margin-right : 10px;
}
.PR2 a,
.PR2 a:link,
.PR2 a:visited,
.PR2 a:active,
.PR2 a:hover{
    color : gray;
    text-decoration : none;
}

ul.NAVI_TOP {
    margin: 15px 0px 3px 0px;
    padding: 10px 0px 10px 0px;
    list-style-type: none;
    border-color: #999999;           /* 枠の色 */
    border-style: solid;           /* 枠の種類 */
    border-width: 0px 0px 1px 0px;  /* 枠の幅 */
}

.NAVI_TOP li {
    margin: 0px 0px 0px 15px;
    padding: 3px 10px 3px 20px;
    color: #333333;
    display: inline;
    text-align: left;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 1px;
}
.NAVI_TOP a:LINK {
    text-decoration : none;
    color : #333333;
}
.NAVI_TOP a:VISITED {
    text-decoration : none;
    color : #333333;
}
.NAVI_TOP a:ACTIVE {
    text-decoration : none;
    color : #333333;
}
.NAVI_TOP a:HOVER {
    text-decoration : underline;
    color : 3366ff;
}
.NAVI_A {
    background-position: 0px 2px;
    background-repeat: no-repeat;
    background-image: url("image/right03.gif");
    border-color: #999999;           /* 枠の色 */
    border-style: solid;           /* 枠の種類 */
    border-width: 0px 1px 0px 0px;  /* 枠の幅 */
}
.NAVI_B {
    background-position: 0px 5px;
    background-repeat: no-repeat;
    background-image: url("image/right04.gif");
}

.TITLE_IMG {
    margin: 5px 0px 0px 0px;
    padding: 0px;
}

.PIC_0 { 
    margin: 0px 0px 0px 0px;
    text-align: right;
}
STRONG {
    font-weight : normal;
}

