/****************************************************

    Stylesheet (version 2.0; 2006-05-05)

    background-color: #ddee99;

*****************************************************/

* {
    margin:   0px;
    padding:  0px;
    border:   0px;
}

body {
    font-family: arial, sans-serif; 
    line-height: 20px; 
}

/*
 *  structure
 *      +- header -------------------------+
 *      +- topmenu ------------------------+
 *      +- (topnews) ----------------------+
 *      +-        -+ +--                 --+
 *      +-  navi  -+ +-- wrapper/content --+
 *      +- gation -+ +--                 --+
 *      +-        -+ +--                 --+
 *      +- fotter -------------------------+
 */

div#header {
    padding: 0px 12px 0px 12px;
    color:            #000000;
    background-color: #ffffff;
    clear: both;
}

div#topmenu {
    padding: 15px 15px 15px 15px;
    color:            #ffffff;
    background-color: #666666;
    clear: both;
}
div#topmenu a { text-decoration: none; }
div#topmenu a:link    { color: #ffffff; background-color: #666666; }
div#topmenu a:visited { color: #ffffff; background-color: #666666; }
div#topmenu a:hover   { color: #ffcccc; background-color: #666666; }
div#topmenu a:active  { color: #ffcccc; background-color: #666666; }

div#topnews {
    color:            #ffffff;
    background-color: #444444;
    clear: both;
    padding-top:   15px;
    padding-left:  15px;
    padding-right: 15px;
}
div#topnews a:link    { color: #ffffff; background-color: #444444; }
div#topnews a:visited { color: #ffffff; background-color: #444444; }
div#topnews a:hover   { color: #ffcccc; background-color: #444444; }
div#topnews a:active  { color: #ffcccc; background-color: #444444; }

div#wrapper {
    color:            #000000;
    background-color: #ddee99;
    clear: both;
    float: right;
    width: 100%;
    margin-left: -180px;
}

div#content {
    color:            #000000;
    background-color: #ffffff;
    margin-left:  180px;
    padding-top:   15px;
    padding-left:  15px;
    padding-right: 15px;
}
div#content a:link    { color: #000044; background-color: #ffffff; }
div#content a:visited { color: #000044; background-color: #ffffff; }
div#content a:hover   { color: #ee0000; background-color: #ffffff; }
div#content a:active  { color: #ee0000; background-color: #ffffff; }

div#navigation {
    color:            #000000;
    background-color: #ddee99;
    clear: left;
    float: left;
    width:         180px;
    padding-bottom: 27px;
}
div#navigation a:link    { color: #000000; background-color: #ddee99; }
div#navigation a:visited { color: #000000; background-color: #ddee99; }
div#navigation a:hover   { color: #cc0000; background-color: #ddee99; }
div#navigation a:active  { color: #cc0000; background-color: #ddee99; }

div#footer {
    color:            #ffffff;
    background-color: #666666;
    padding: 15px 0px 15px 0px;
    clear: both;
    width: 100%;
}
div#footer a { text-decoration: none; }
div#footer a:link    { color: #ffffff; background-color: #666666; }
div#footer a:visited { color: #ffffff; background-color: #666666; }
div#footer a:hover   { color: #ffcccc; background-color: #666666; }
div#footer a:active  { color: #ffcccc; background-color: #666666; }

/*
 *  text/object alignment
 */

.left {
    text-align: left;
    float: left;
    margin-right: 10px;
}
.right {
    text-align: right;
    margin-left: 10px;
}
.center {
    text-align: center;
}

/*
 *  program code
 */

div.prog {
    border-width: 1px; 
    border-style: solid; 
    font-size: small;
    line-height: 120%;
    margin:   0px 30px 18px 30px;  
    padding: 10px 15px 10px 15px;
    background-color: #fafafa;
    color: #000000;
}

div.progname {
    margin: 0px 15px 3px 30px;
}

/*
 *  kakomi
 */

div.kakomi {
    border-width: 1px; 
    border-style: solid; 
    margin:   0px 15px 18px 15px;  
    padding: 10px 15px  0px 15px;
    background-color: #fafafa;
}

/*
 *  div/p for the content
 */

div.chapter {
    text-align: center;
    font-weight: bold;
    padding-top:    12px;
    padding-bottom: 12px;
    margin-bottom:  12px;
    color:            #000000;
    background-color: #dddddd;
}
div.section {
    padding-top:     3px;
    padding-bottom: 12px;
    font-weight: bold;
}
div.image {
    text-align: center;
    padding-bottom: 12px;
}
div.image2 {
    text-align: center;
    padding-bottom: 12px;
    border-width: 1px;
    border-style: solid; 
}
div.caption {
    text-align: center;
}
div.return {
    clear: both;
    text-align: right;
    padding-bottom: 15px;
}
div.def {
    margin-left: 32px;
}
p {
    padding-bottom: 12px;
}

/*
 *  list/item/table for topnews/content
 */

ul {
    padding-left:   22px;
    padding-bottom: 12px;
}
li.item {
    padding: 0px 0px 5px 0px; 
}
li.motto {
    list-style-type: none;
    padding: 0px 0px 5px 0px; 
    margin-left: 22px;
}

dl {
    padding-left:   30px;
    padding-bottom: 12px;
}
dd {
    padding-left: 30px;
}

table.center {
    text-align: center;
    margin-left:   auto; 
    margin-right:  auto; 
    margin-bottom: 12pt;
}

/*
 *  navigation
 */

div.navitop {
    padding: 27px 10px 12px 10px;
    text-align: center;
    font-weight: bold;
}
ul.navi {
    list-style: none;
    padding: 0px 0px 0px 0px;
    margin:  0px 0px 0px 0px;
}
li.navilink {
    margin:  0px 0px 0px 10px;
    padding: 9px 4px 5px 10px;
    font-weight: bold;
    line-height: 110%; 
}
li.navihere {
    margin:  0px 0px 0px 10px;
    padding: 9px 4px 5px 10px;
    color:            #000000;
    background-color: #ffffff;
    font-weight: bold;
    line-height: 110%; 
}
li.naviparent {
    margin:  0px 0px 0px 10px;
    padding: 9px 4px 5px 10px;
    color:            #000000;
    background-color: #dddddd;
    font-weight: bold;
    line-height: 110%; 
}
li.navigrand {
    margin:  0px 0px 0px 10px;
    padding: 9px 4px 5px 10px;
    color:            #000000;
    background-color: #d0d0d0;
    font-weight: bold;
    line-height: 110%; 
}
li.navichild {
    margin:  0px 0px 0px 20px;
    padding: 5px 2px 3px 10px;
    color:            #000000;
    background-color: #ececec;
    font-weight: bold;
    line-height: 110%;
}
li.navichildhere {
    margin:  0px 0px 0px 20px;
    padding: 5px 2px 3px 10px;
    color:            #000000;
    background-color: #ffffff;
    font-weight: bold;
    line-height: 110%;
}

/*
 *  misc
 */

/*  citation item of myself  */

span.me {
    text-decoration: underline;
}

/*  underline/bold/italic as decoration  */

span.u {
    text-decoration: underline;
}
span.b {
    font-weight: bold;
}
span.i {
    font-style: italic;
}
span.g {
    color:            #aaaaaa;
}
span.r {
    color:            #ff0000;
}

/*  superscript/subscript  */

sup {
    font-size: 0.8em;
    vertical-align: 0.4em;
    line-height: 100%;
}

sub {
    font-size: 0.8em;
    vertical-align: -0.2em;
    line-height: 100%;
}

/*  to hide the underline in the link */

a.hidden {
    border-width: 0px;
    text-decoration: none;
}

/*  just for "|" in the topmenu  */

span.fat {
    margin-left:   5px;
    margin-right:  5px;
}

/*  vertical adjustment for address image  */

img.address {
    margin-bottom: -4px;
}

/*  marker for highlighting  */

span.headmark {
    color:            #ffffff; 
    background-color: #ff4444;
    padding: 0px 5px 0px 5px;
    margin:  0px 0px 0px 0px;
    font-weight: normal;
}
span.endmark {
    color:            #ff4444;
    background-color: #ffffff;
    font-weight: bold;
}
span.red {
    color:            #cc0000;
    background-color: #ffffff;
}
span.green {
    color:            #006600;
    background-color: #ffffff;
}
span.blue {
    color:            #000088;
    background-color: #ffffff;
}

/*
 *  end
 */
