/* basic */
* {
    font-family: 'CI';
    font-size: 10pt;
    color: #333333;
    margin: 0px;
    padding: 0px;
    border: 0px;
}

body {
    background-image: url(./image/bg1.png); background-repeat: no-repeat;
}

img { border: 0px; }

/* text */
a { font-size: 90%; }
th { font-size: 100%; font-weight: normal; }
td { font-size: 100%; }
p { font-size: 80%; padding: 5px; }

/* form */
input { padding: 1px; }
select { padding: 1px; }
textarea { padding: 1px; }
input:focus { color: #339966; background-color: #fff; }

/* link */
a:link    { color: #993366; }
a:visited { color: #993366; }
a:active  { color: #339966; }
a:hover   { color: #339966; }

/* header */
#head {
    width: 990px;
    margin: 15px 0px 0px 15px;
    border: 0px solid #FFF;
}
#head h1 {
    font-size: 24pt;
    font-weight: normal;
    padding: 1px 8px;
    background-image: url(./image/h1.png); background-repeat: repeat-y;
    color: #CCFFCC;
    border-left: 14px solid #CCFFCC;
}

/* top */
#top {
    width: 990px;
    margin: 0px 0px 10px 15px;
}
#top pre {
    color: #FFFFFF;
}
#top table {
    border: 0px;
}
#top table td {
    width: 990px;
    height: 348px;
    padding: 10px;
    border: 0px;
    background: url(./image/gost_blue.jpg) no-repeat;
    color: #FFFFFF;
}

/* body */
#body {
    width: 990px;
    margin-left: 15px;
}

/* contents */
#body #contents {
    width: 990px;
    float: left;
    border: 0px solid #FFF;
}
#body #contents #aa a:link    { color: #333333; text-decoration: none;}
#body #contents #aa a:visited { color: #333333; text-decoration: none;}
#body #contents #aa a:active  { color: #339966; }
#body #contents #aa a:hover   { color: #339966; }

#body #contents #links {
    width: 480px;
    height: 280px;
    float: left;
    border: 0px solid #333333;
    background: url(./image/box.gif) no-repeat;
}

#body #contents #links p {
    padding: 0px 5px 5px 5px;
}
#body #contents #links ul {
    margin-bottom: 10px;
}
#body #contents #links li {
    margin-left: 25px;
    color: #993366;
}
#body #contents #links p.lead {
    margin-bottom: 15px;
}
#body #contents th {
    font-size: 120%;
}
#body #contents td {
    font-size: 120%;
    padding-left: 32px;
}

/* navi */
#body #contents #navi td {
    font-size: 120%;
    padding-left: 32px;
}
#body #contents #navi {
    width: 420px;
    height: 280px;
    float: right;
    border: 0px solid #FFF;
    background: url(./image/box.gif) no-repeat;
}
#body #contents #navi div {
    padding-left: 6px;
    padding-top:  4px;
}
#body #contents #navi a {
}

/* footer style */
#foot {
    width: 990px;
    margin: 10px 0px 15px 15px;
    text-align: right;
}
#foot p {
    text-align: center;
}
#foot h3 {
    font-size: 80%;
}
