/* とりあえず、検討中のcss */
/* 2003/5/2 微調整 */
/* 2008/8/8 HtmlOut_For_TPZ 用に再調整を開始する */
/* 2009/12/13 微調整 */
/* 2012/03/22 全面修正 */

/* ------------------------------------ */
/* 基本設定 */


/* 一旦、マージンとパディング設定をゼロとする。
   これにより、ブラウザーのデフォルト値をクリアさせる。
*/
* {
    margin: 0px;
    padding: 0px;
}

body {
    text-align: center;
    width: 100%;
    height: 100%;
    background-image: url(body.png);
    background-position: left top;
    background-repeat: repeat;
    background-color: #888;
}

/* サイトの幅を決定するのに利用 */
div.whole-content {
    text-align: left;
    margin: 0px auto;
    max-width: 900px;
}

/* header area */
div header {
    text-align: right;
    color: #fff;
    background-color: #000;
    filter: alpha(opacity=60);
    opacity:0.60;
    padding: 4px;
    clear: both;
}

/* footer area */
div.footer {
    text-align: right;
    margin-top: 10px;
    padding: 4px;
    clear: both;
    background-color: #000;
    color: #fff;
    filter: alpha(opacity=80);
    opacity:0.80;
    font-size: small;
}
div.footer a,
div.footer a:visited,
div.footer a:hover {
    color: #55e;
}

/* main area */
div.main {
    float: left;
    max-width: 680px;
    background-color: aliceblue;
}




/* item area */
div.item {
    text-align: left;
    margin: 0em 0em 2em 0em;
    max-width: 680px;
    border: thin solid Fuchsia;
    width: auto;
}

div.item_header,div.item_footer{
    font-size : small;
    text-align: left;
    background-color: #ddd;
    margin : 0em 0em 1em 0em;
}

div.item_footer{
    margin : 1em 0em 0em 0em;
}


/* doc area */
div.doc {
    margin: 0em 0em 1em 0em;
    border: thin solid Green;
    width: auto;
}

div.doc_header,div.doc_footer{
    font-size : small;
    text-align: left;
    background-color: #ddd;
    margin : 0em 0em 1em 0em;
}

div.doc_footer{
    text-align: right;
    margin : 1em 0em 0em 0em;
}

/*未訪問のリンク*/
div.item_header a:link ,
div.item_footer a:link ,
div.doc_header a:link ,
div.doc_footer a:link {
    color: #000;
    font-style:normal;
    text-decoration: none;
}
/*訪問後のリンク*/
div.item_header a:visited,
div.item_footer a:visited,
div.doc_header a:visited,
div.doc_footer a:visited {
    color: #000;
    text-decoration: none;
}
/*マウスをのせたとき*/
div.item_header a:hover,
div.item_footer a:hover,
div.doc_header a:hover,
div.doc_footer a:hover {
    color: #000;
    font-style:normal;
    text-decoration: underline;
}
/*クリック中*/
div.item_header a:active,
div.item_footer a:active,
div.doc_header a:active,
div.doc_footer a:active {
    color: #F00;
    text-decoration: underline;
}


/* sidebar area */
div.sidebar {
    overflow: auto;
    color: #000;
    background-color: #fff;
    zoom: 1;
    border-radius: 0px;
}

div.sidebar ul {
    font-size : small;
    text-align: left;
    list-style-type: none;
    margin : 0em 0em 0em 1em;
}




/* その他 */
div.right {
    text-align: right;
}

div.center {
    text-align: center;
}



a:link { color: blue; }
a:visited { color: purple;}

address {
    font: italic small serif;
    text-align: right;
    margin: 2em 0 0;
    padding-top: 0.4em;
    border-top: thin black solid;
}

.ReturnToC {
    font-size: x-small;
    text-align: right;
}

.strong {
    font-weight: bold;
    color: red;
    background-color: lavender;
    margin: auto 5em;
    border-top: 1px #FF0080 inset;
    border-right: medium #FF0080 outset;
    border-bottom: medium #FF0080 outset;
    border-left: 1px #FF0080 inset;
    font-size : large;
}



.list {
    text-align: left;
    margin-left: 5em;
}

.warningheader {
    font-weight: bolder;
    color: red;
}


/*float設定 */
.floatleft  { float: left;}
.floatright { float: right;}
.floatclear { clear: both;}





/* ------------------------------------ */
/* 見出し設定 */
h1.title-org {
    font: normal bolder xx-large/normal sans-serif;
    color: darkblue;
    background-color: lightcyan;
    text-align: center;
    margin: 0pt 0pt 10pt;
    padding: 5pt 30pt;
    border-top: thin silver solid;
    border-right: silver none;
    border-bottom: thin silver solid;
    border-left: silver none;
    width: auto;
    height: auto;
}
h1.title {
    font: normal bolder xx-large/normal sans-serif;
    color: darkblue;
    background-color: lightcyan;
    text-align: center;
    margin: 0pt 0pt 10pt;
    padding: 5pt 30pt;
    border-top: 1px solid darkblue;
    border-right: 1em solid darkblue;
    border-bottom: 1px solid darkblue;
    border-left: 1em solid darkblue;
    width: auto;
    height: auto;
}

h1.item_title {
    font: normal bolder x-large /normal sans-serif;
    color: darkblue;
    background-color: lightcyan;
    text-align: center;
    margin: 0pt 0pt 10pt;
    padding: 5pt 30pt;
    border-top: 1px solid darkblue;
    border-right: 0em solid darkblue;
    border-bottom: 1px solid darkblue;
    border-left: 0em solid darkblue;
    width: auto;
    height: auto;
}

h1.doc_title {
    font: normal bolder large/normal sans-serif;
    color: #3300FF;
    background-color: transparent;
    border-right: 0px;
    border-bottom: 0px;
    border-left: 0px;
    ;
    border-right: 0px;
    border-bottom: 0px;
    border-left: 1px;
    text-align: left;
    margin: 0pt 0pt 0pt 0pt;
    padding: 0em;
    border-top: 0px;
    width: auto;
    height: auto;
}

h1 {
    font-style: normal;
    font-size: large;
    color: #00007F;
    background-color: #E7E7FF;
    text-align: left;
    padding: 0.1em;
    border-top: thin #000094 double;
    border-right: 0em solid #000094;
    border-bottom: thin #000094 double;
    border-left: 1em #000094 solid;
    width: auto;
}

h222 {
    background-color: #CCCCEE;
    margin-right: 0%;
    margin-left: 0%;
    padding: 0em 0em 0em 0.2em;
    border: 1px 0px 0px 10px #002299 solid;
}


h2 {
    font-weight: bold;
    font-size: medium;
    color: #00007F;
    background-color: #E7E7FF;
    padding: 0.1em;
    border-top: 1px #000094 double;
    border-right: 0em solid #000094;
    border-bottom: 1px #000094 double;
    border-left: 1em #000094 solid;
    width: auto;
}

h3 {
    font-size: medium;
    color: #00007F;
    padding: 0.2em;
    font-weight : bolder;
}

/*
罫線の設定
*/
hr {
    border-style: solid;
    border-width: 1px 0px 0px 0px;
    border-color: #ddf;
    margin : 0% 10% 0% 10%;
}

/* ------------------------------------ */
/* テキスト表示モード */
pre {
    font-size: 90%;
    line-height: 120%;
    background-color: InactiveCaptionText;
    margin-right: 5em;
    margin-left: 5em;
    padding: 0.5em;
}

/* 囲みあり */
pre.box {
    font-size: 90%;
    line-height: 120%;
    background-color: #D8E0D0;
    margin-right: 5em;
    margin-left: 5em;
    padding: 0.5em;
    border: thin #D8E0D0 outset;
}

/* DOS画面表示 */
pre.console {
    font-size: 90%;
    line-height: 120%;
    color: white;
    background-color: black;
    margin-right: 5em;
    margin-left: 5em;
    padding: 0.5em;
    border: thin black outset;
}

/* ------------------------------------ */
/* 一般段落設定 */
p {
    line-height: 120%;
    text-align: justify;
    margin: 0em 1em 0.5em 2em;
}
p.box {
    font-size: x-small;
    background-color: powderblue;
    background-position: center;
    text-align: center;
    margin: 0px;
    padding: 0px;
    border-top: thin #80FFFF none;
    border-right: thin #80FFFF outset;
    border-bottom: thin #80FFFF outset;
    border-left: thin #80FFFF none;
}

/*
箇条書きの設定
*/
ul,  ol {
    margin-left: 5em;
    margin-right: 3em;
    padding-left: 0px;
}
ul ul, ol ol {
    margin-left: 1.7em;
    margin-right: 1em;
    margin-bottom: 0.5em;
}

/*
項目リストの設定
*/
dl {
    margin-left: 5em;
}

dt {
    margin-bottom: 0.2em;
    font-weight: bold;
}

dd {
    margin: 0em 3em 0.5em 1em;
}


/*
テーブルの設定
*/
table {
    margin: 0.5em 1em 0.5em 5em;
    border-style: solid;
    border-width: 2px;
    border-color: #aaf;
    border-collapse: collapse;
}
th, td {
    padding: 5px;
    border-style: solid;
    border-width: 1px;
    border-color: #aaf;
}



/* 端書用段落 */
/* 一般設定よりも文字は小さくなる */
p.preface {
    font-style: normal;
    font-size: x-small;
    line-height: 120%;
    text-align: justify;
    margin: 1em 5em;
}

/* DIVed section */

/*****************  本文 *******************************/

/*width : は本文のstyle="width:auto;" 等で指定することにする*/




/* footnote */
div.body span.footnote {
    vertical-align: super;
    font-size: 70%;
}

div.footnote {
    font-size: 75%;
    border-style: solid;
    border-color: #ddf;
    border-width: 1px 0px 0px 0px;
    padding: 1em 3em 1em 3em;
    margin : 2em 3em 1em 3em;
}

p.footnote {
    margin: 0.5em;
    padding: 0em;
    text-indent : -1.5em;
}
