@charset "UTF-8";

/* ----------------------------------------
作成日：2009年05月06日
更新日：2009年05月07日
更新日：2009年09月23日
更新日：2013年04月14日
更新日：2013年05月01日
更新日：2013年05月08日
更新日：2018年04月09日
更新日：2018年07月29日
---------------------------------------- */

/*Global*/
body {
    color: #000000;
    background-color: #FFFFFF;
    font-size: 100%;
    margin: 0;
    padding: 0;
    text-align: center;
    font-family: 'Lucida Grande', sans-serif;
}

/*HeaderBox*/

/*・メニュー*/
div.menu {
    font-size: 12px;
    background-image: url("../img/trans.png");
    height: 2.25em;
    text-align: center;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 2;
}

div.menu a {
    color: #FFFFFF;
    background-color: inherit;
    text-decoration: none;
    display: block;
    line-height: 2.25em;
    width: 11em;
}

div.menu a:hover {
    color: #00FF00;
    background-color: inherit;
    text-decoration: none;
}

#menu1 {
    border-right: 1px solid #7F7F7F;
    position: absolute;
    top: 0;
    left: 0;
}

#menu2 {
    border-right: 1px solid #7F7F7F;
    position: absolute;
    top: 0;
    left: 11em;
}

#menu3 {
    border-right: 1px solid #7F7F7F;
    position: absolute;
    top: 0;
    left: 22em;
}

#menu4 {
    border-right: 1px solid #7F7F7F;
    position: absolute;
    top: 0;
    left: 33em;
}

#menu5 {
    border-right: 1px solid #7F7F7F;
    position: absolute;
    top: 0;
    left: 44em;
}

/*
#menu6 {
    border-right: 1px solid #7F7F7F;
    position: absolute;
    top: 0;
    left: 55em;
}*/

/*・ヘッダ行間微調整*/
.LineH {
    height: 4em;
}

/*BodyBox*/
#BodyBox {
    width: 800px;    
    margin-left: 2em;
    margin-right: auto;
    text-align: left;
    z-index: 1;
}

/*・インデントBOX*/
.IndentH4 {
    margin-left: 2em;
}

.IndentH5 {
    margin-left: 4em;
}

.IndentH6 {
    margin-left: 6em;
}

/*・見出し*/
h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
}

h1 {
    font-size: 180%;
}

h2, h3, h4, h5, h6 {
    font-size: 120%;
    color: inherit;
    background-color: #EEEEEE;
    padding: 0.25em 0.25em;
}

h2 {
    border-left: 10px solid #CB6567;
}

h3 {
    border-left: 10px solid #6666CC;
}

h4 {
    border-left: 10px solid #65CBCB;
}

h5 {
    border-left: 10px solid #CBCB65;
}

h6 {
    border-left: 10px solid #CB9965;
}

/*・History*/
.History {
    overflow: auto;
    height: 14ex;
}

.New:after {
    content: " - New!";
    color: #FF0000;
    background-color: inherit;
    font-style: italic;
}

/*・テキスト*/
strong {
    color: #990000;
    background-color: inherit;
    font-weight: normal;
}

pre {
    margin-left: 1.5em;
    padding: 1.5em;
    color: inherit;
    background-color: #EEEEEE;
    overflow: auto;
}

var {
    color: #844C7A;
    background-color: inherit;
    background: inherit;
}

.cod {
    color: #000000;
    background-color: inherit;
}

.note {
    color: #236d25;
    background-color: inherit;
    font-size: 85%;
}

.unavailable {
    color: #999999;
    text-decoration: underline;
}

/*・リスト*/
dt {
    /* text-indent: 2em; */
}

dd {
    /* text-indent: 2em; */
}

/*・一覧表*/
caption {
    text-align: left;
}

table.list_table tr td,
table.list_table tr th {
    white-space: nowrap;
}

table.list_table thead tr {
    color: inherit;
    background-color: #FFFFCC;
}

table.list_table thead tr th {
    text-align: center;
}

/*・画像*/
img {
    border: none;
}

.zoom_l {
    float: left;
    width: auto;
}
.zoom_r {
    float: right;
    width: auto;
}

.zoom_x {
    clear: both;
}

/*・リンク*/
a {
    outline: none;
}

.navi {
    position: absolute;
    left: 4.2em;
    color: #cccccc;
    background-color: transparent;
}

.navi a {
    color: #cccccc;
    background-color: transparent;
    text-decoration: none;
}

.navi a:hover {
    color: #ff0000;
    background-color: transparent;
}

.dummy {
    display: none;
}

/*FooterBox*/
#FooterBox {
    margin-top: 50em;
    margin-left: auto;
    margin-right: 1em;
    color: inherit;
    background-color: #FFFFFF;
    text-align: right;
    z-index: 1;
}

#FooterBox p {
    font-family: 'Zapfino', fantasy;
}
