/* common */

html {
    margin: 0;
    padding: 0
}

body {
    background-color: #ffffff;
    color: #000000;
    margin: 0;
    padding: 0 1em 0 1em;
}

a:link {
    text-decoration: none;
    color: #0000CC
}

a:visited {
    text-decoration: none;
    color: #0000CC
}

a:active {
    text-decoration: none;
    background-color: #ffcccc;
    color: #0000CC
}

a:hover {
    text-decoration: underline;
    background-color: #ffcccc;
    color: #0000CC
}

.linkout {
    margin-top: 5px;
    margin-bottom: 5px
}

ul.link {
    list-style-position: outside;
    list-style-image: url(image/link.gif);
    clip: rect( );
    margin-top: 1px
}

.url { 
    font-family: monospace;
}

/* header */
.headerpart {
    padding: 0;
    margin: 0;
    width: 100%
}

.place {
    margin-left: 2.5%;
    margin-top: 1em;
    font-size: x-small
}

.navitable {
    border-style: outset;
    border-width: 2px 2px 2px 2px;
    border-color: #0000CC;
    margin-left: auto;
    margin-right: auto;
    width: 95%;
    padding: 0;
    border-collapse: collapse;
}

.navitable tr {
    padding: 0;
}

.navilogo { 
    width: 25%;
    padding: 0;
    background-color: #ffffff;
    border: solid 0.1em #0000CC;
    text-align: center;
}

.navilogo img {
    border: 0;
    border-style: none;
}

.navimain {
    width: 75%;
    background-color: #c8d9f9;
    padding: 0 0 0 1em;
    border: solid 0.1em #0000CC;
    font-size: small
}

.navicell {
    width: 18%;
    background-color: #ffffff;
    height: 1.5em;
    padding: 0;
    border: solid 0.1em #0000CC;
    text-align: center
}

.navicell2 {
    width: 18%;
    color: #ffffff;
    background-color: #cccccc;
    height: 1.5em;
    padding: 0;
    border: solid 0.1em #0000CC;
    text-align: center
}

.navicell2 a {
    color: #0000CC;
    background-color: transparent
}

.navicell2 a:hover {
    color: #000000;
    background-color: #ffcccc;
}

h2 .navicell2 a {
    color: #0000CC;
    background-color: transparent
}

h2 .navicell2 a:hover {
    color: #000000;
    background-color: #ffcccc;
}

#document h2 a {
    color: white;
    background-color: transparent
}

#document h2 a:hover {
    color: #000000;
    background-color: #ffcccc;
}

.navicellwebmail {
    width: 21%;
    background-color: #ffffff;
    height: 1.5em;
    padding: 0;
    border: solid 0.1em #0000CC;
    text-align: center
}

.navicellhere {
    width: 18%;
    color: #ffffff;
    background-color: #0000CC;
    height: 1.5em;
    padding: 0;
    border: solid 0.1em #0000CC;
    text-align: center;
    font-weight: bold
}

.navicellhere a:link {
    text-decoration: none;
    color: #ffffff
}

.navicellhere a:visited {
    text-decoration: none;
    color: #ffffff;
    font-weight: bold
}

.navicellhere a:active {
    text-decoration: none;
    background-color: #ffcccc;
    color: #0000CC;
    font-weight: bold
}

.navicellhere a:hover {
    text-decoration: underline;
    background-color: #ffcccc;
    color: #0000CC;
    font-weight: bold
}

/* footer */
.footer {
    font-size: x-small;
    background-color: #c8d9f9;
    text-align: center;
    margin-left: 2.5%;
    margin-right: 2.5%;
    padding-top: 0.1em;
    padding-bottom: 0.1em;
}

/* middlepart */
.maintable {
    margin-top: 0.5em;
    margin-left: auto;
    margin-right: auto;
    width: 95%;
    padding: 0;
}

/*
h1 {
    background-image: url(/image/h1bg.png);
    background-repeat: no-repeat;
    background-position: right;
}
*/

.mainpart2 {
    padding: 0;
    margin: 0;
    width: 100%;
}

.mainpart2 h1 {
    padding: 0.2em 1em 0.2em 0.4em ;
    margin: 0 0 0 0;
    font-size: x-large;
    font-weight: 600;
    border-bottom: 1px solid #000000;
    text-align: right;
}

/* side bar menu */

#menu {
    width: 25%;
    vertical-align: top;
    padding-top: 0.6em;
    font-size: small
}

#menu ul {
    padding: 0;
    margin: 0;
}

#menu ul li {
    list-style-position: outside;
    list-style-type: none;
/*  background-color: #c8d9f9; */
    background-color: #ffffaa;
    border-color: #0000CC; 
    color: #000000;
    border-style: solid;
    border-width: 1px;
    padding: 0.2em 0.4em 0.2em 0.4em;
    margin: 0.2em 0.2em 0.2em 0;
    font-size: small
}

#menu ul li.here {
    background-color: #ffffff;
    color: #000000;
    border-style: none;
}

#menu ul li.parent {
/*    background-color: #efefff; */
    background-color: #ffffdd;
    color: #000000;
    border-color: #0000ff;
    border-style: solid;
    border-width: 1px;
}

#menu ul li.subhere {
    background-color: #ffffff;
    color: #000000;
    margin-left: 1em;
    border-style: none;
}

#menu ul li.sub {
/*    background-color: #fefeff;*/
    background-color: #ffffff;
    color: #000000;
    border-color: #000000;
    border-style: solid;
    border-width: 1px;
    margin-left: 1em;
}

.title {
    padding: 0.2em 1em 0.2em 0.4em;
    margin: 0.2em 0.2em 0.2em 0;
    font-weight: bold;
    background-color: #ffffff;
    color: #000000;
    border-color: #000000;
    border-style: solid;
    border-width: 1px;
}

/*
.here {
    padding: 0.2em 1em 0.2em 0.4em;
    margin: 0.2em 0.2em 0.2em 0;
    font-weight: bold;
    border: 1px #000000 solid;
    background-color: #0000CC;
    color: #ffffff
}
*/

/* main contents */

#document {
    line-height: 1.4em;
    margin: 0;
    padding-top: 1em;
    padding-left: 0;
    padding-right: 0;
    vertical-align: top;
}

#document h1 {
    color: #ffffff;
    background-color: #0000CC;
    padding: 0.2em 0 0.2em 0.8em ;
    margin: 0 0 1em 0.5em;
    font-size: x-large;
    font-weight: 600;
}

#document h2 {
    color: #ffffff;
    background-color: #0000CC;
    font-size: medium;
    margin: 0 0 1em 1em;
    padding-left: 0.8em;
    padding-top: 0.2em;
}

#document h3 {
    background-color: #cccccc;
    font-size: small;
    margin: 0 0 1em 1em;
    padding-left: 0.8em;
    padding-top: 0.2em
}

#document h4 {
    margin-left: 1em;
    margin-bottom: 0em;
    font-weight: bold
}

#document h5 {
    margin-left: 1em;
    margin-bottom: 0em;
    font-size: smaller;
    font-weight: bold
}

#document p {
    margin: 0 0 1em 1.4em;
}

.caution {
    color: #ff0000;
}

table.serverlist {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1em;
    border-collapse: collapse;
    width: 90%

}

table.serverlist th {
    background-color: #7f99ca;
    color: #000000;
    border-width: 1px;
    border-style: solid;
    text-align: right
}

table.serverlist td {
    padding-left: 0.5em;
    border-width: 1px;
    border-style: solid
}

table.serverlist .note {
    font-size: small
}

table.serverlist .footnote {
    font-size: small;
    color: crimson;
}

#document .footnote {
    color: crimson;
}

#document dl {
    margin-left: 1em;
    margin-right: 1em;
    margin-bottom: 1em;
    padding-left: 0
}

#document dl dt {
    margin-left: 1.5em;
    padding-left: 0
}

#document dl dt dl {
    margin-left: 1.5em;
}

#document dl dt dt {
    margin-left: 2em;
}

#anchor ul {
    list-style-image: url(../image/link.gif);
    list-style-position: outside;
    line-height: 145%
}

#header table {
    background-color: #0000CC;
    width: 720px;
    margin-top: 0px;
    margin-right: 10px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-top: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
    padding-left: 5px
}

table.tablelist {
    margin: 0 0 1em 1em;
    padding-top: 0.2em 0.2em 0.2em 0.2em;
    border-color: #cccccc;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    width: 90%
}

table.tablelist th {
    border: 0px #cccccc solid;
    background-color: #c8d9f9;
    font-size: small;
}

table.tablelist td {
    border: 1px #cccccc solid;
    margin-top: 2px;
    margin-right: 2px;
    margin-bottom: 2px;
    margin-left: 2px;
    padding-top: 2px;
    padding-right: 2px;
    padding-bottom: 2px;
    padding-left: 2px
}

table.tablelist ul {
    list-style-position: outside;
    list-style-image: url(image/link.gif);
    list-style-type: none;
    margin-left: 1.1em;
    margin-top: 1px;
    margin-bottom: 1px
}

table.tablelist ul.link {
    list-style-position: outside;
    list-style-image: url(image/link.gif);
    clip: rect( );
}

#tablelist h3 {
    font-weight: bold;
    background-color: #0000CC;
    text-indent: 1ex;
    font-size: larger;
    color: #ffffff;
    margin-bottom: 0px
}

/* tablelist2はサポート用テーブルとして設定 */


table.tablelist2 {
    margin: 0 0 1em 1em; 
    padding-top: 0.2em 0.2em 0.2em 0.2em; 
    border-color: #000000; 
    border-style: solid; 
    border-width: 1px 1px 1px 1px; width: 90%

}

table.tablelist2 th {
    border: 0px #cccccc solid;
    background-color: #c8d9f9;
    font-size: small;
    text-align: right;
    width:25%
}

table.tablelist2 td {
    border: 1px #cccccc solid;
    margin-top: 2px;
    margin-right: 2px;
    margin-bottom: 2px;
    margin-left: 2px;
    margin-left: 2px;
    vertical-align: top
}

table.tablelist2 ul {
    list-style-position: outside;
    list-style-image: url(image/link.gif);
    list-style-type: none;
    margin-left: 1.1em;
    margin-top: 1px;
    margin-bottom: 1px
}

table.tablelist2 ul.link {
    list-style-position: outside;
    list-style-image: url(image/link.gif);
    margin-top: 1px
    margin-left: 0;
    padding-left: 0.4em
}

table.tablelist2 ul.link li {
    margin-left: 0;
    padding-left: 0
}

#document table.tablelist2 h2 {
    margin-left: 0;
}

table.tablelist2 h3 {
    font-weight: bold;
    background-color: #0000CC;
    text-indent: 1ex;
    font-size: larger;
    color: #ffffff;
}

/* tablelist3はサポート用テーブルとして設定 */

table.tablelist3 {
    margin: 0 0 1em 1em;
    padding-top: 0.2em 0.2em 0.2em 0.2em;
    border-color: #000000;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    width: 90%
}

table.tablelist3 th {
    border: 0px #cccccc solid;
    background-color: #c8d9f9;
    font-size: medium;
    text-align: left;
    width:25%
}

table.tablelist3 td {
    border: 1px #cccccc solid;
    margin-top: 2px;
    margin-right: 2px;
    margin-bottom: 2px;
    margin-left: 2px;
    margin-left: 2px;
    vertical-align: top
}

table.tablelist3 ul {
    list-style-position: outside;
    list-style-image: url(image/link.gif);
    list-style-type: none;
    margin-left: 1.1em;
    margin-top: 1px;
    margin-bottom: 1px
}

table.tablelist3 ul.link {
    list-style-position: outside;
    list-style-image: url(image/link.gif);
    margin-top: 1px
    margin-left: 0;
    padding-left: 0.4em
}

table.tablelist3 ul.link li {
    margin-left: 0;
    padding-left: 0
}

#document table.tablelist3 h2 {
    margin-left: 0;
}

table.tablelist3 h3 {
    font-weight: bold;
    background-color: #0000CC;
    text-indent: 1ex;
    font-size: larger;
    color: #ffffff;
}


/* style="onepane" */


/* tablelist4はサポート用テーブル（設定ガイド）として設定 */

table.tablelist4 {
    margin: 0 0 1em 1em;
    padding-top: 0.2em 0.2em 0.2em 0.2em;
    border-color: #000000;
    border-style: solid;
    border-width: 1px 1px 1px 1px;

}

table.tablelist4 th {
    border: 0px #cccccc solid;
    background-color: #c8d9f9;
    font-size: small;
    text-align: left;
    width:23%
}

table.tablelist4 th.sub {
    border: 0px #cccccc solid;
    background-color: #c8d9f9;
    font-size: small;
    text-align: left;
    width:72%
}

table.tablelist4 td {
    border: 1px #cccccc solid;
    margin-top: 2px;
    margin-right: 2px;
    margin-bottom: 2px;
    margin-left: 2px;
    margin-left: 2px;
    vertical-align: top
    width:72%
}

table.tablelist4 ul {
    list-style-position: outside;
    list-style-image: url(image/link.gif);
    list-style-type: none;
    margin-left: 1.1em;
    margin-top: 1px;
    margin-bottom: 1px
}

table.tablelist4 ul.link {
    list-style-position: outside;
    list-style-image: url(image/link.gif);
    margin-top: 1px
    margin-left: 0;
    padding-left: 0.4em
}

table.tablelist4 ul.link li {
    margin-left: 0;
    padding-left: 0
}

#document table.tablelist4 h2 {
    margin-left: 0;
}

table.tablelist4 h3 {
    font-weight: bold;
    background-color: #0000CC;
    text-indent: 1ex;
    font-size: larger;
    color: #ffffff;
}

/* tablelist5はサポート用テーブル（設定ガイド）として設定 */


table.tablelist5 {
    margin: 0 0 1em 1em;
    padding-top: 0.2em 0.2em 0.2em 0.2em;
    border-color: #000000;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    width:98%
}

table.tablelist5 th {
    border: 0px #cccccc solid;
    background-color: #c8d9f9;
    font-size: small;
    text-align: left;
    width:25%
}

table.tablelist5 th.sub {
    border: 0px #cccccc solid;
    background-color: #c8d9f9;
    font-size: small;
    text-align: left;
    width:72%
}

table.tablelist5 td {
    border: 1px #cccccc solid;
    margin-top: 2px;
    margin-right: 2px;
    margin-bottom: 2px;
    margin-left: 2px;
    margin-left: 2px;
    vertical-align: top

}

table.tablelist5 ul {
    list-style-position: outside;
    list-style-image: url(image/link.gif);
    list-style-type: none;
    margin-left: 1.1em;
    margin-top: 1px;
    margin-bottom: 1px
}

table.tablelist5 ul.link {
    list-style-position: outside;
    list-style-image: url(image/link.gif);
    margin-top: 1px
    margin-left: 0;
    padding-left: 0.4em
}

table.tablelist5 ul.link li {
    margin-left: 0;
    padding-left: 0
}

#document table.tablelist5 h2 {
    margin-left: 0;
}

table.tablelist5 h3 {
    font-weight: bold;
    background-color: #0000CC;
    text-indent: 1ex;
    font-size: larger;
    color: #ffffff;
}

/* style="onepane" */


.mainpart1 {
    padding: 0;
    margin-left: auto;
    margin-right: auto;
    width: 95%;
}

.mainpart1 h1 {
    padding: 0.2em 1em 0.2em 0.4em ;
    margin-top: 0.5em;
    margin-left: auto;
    margin-right: auto;
    font-size: x-large;
    font-weight: 600;
    border-bottom: 1px solid #000000;
    text-align: right;
}

.mainpart1 h2 {
    color: #ffffff;
    background-color: #0000CC;
    font-size: medium;
    margin: 0 0 1em 1em;
    padding-left: 0.8em;
    padding-top: 0.2em;
    padding-bottom: 0.2em;
}

.mainpart1 h3 {
    background-color: #cccccc;
    font-size: small;
    margin: 0 0 1em 1em;
    padding-left: 0.8em;
    padding-top: 0.2em;
    padding-bottom: 0.2em;
}

.mainpart1 p {
    margin: 0 0 1em 1.4em;
}

p.banner {
    text-align: center;
}

/* end of stylesheet */
