body {
    background-color: #FFF;
    font-family: Arial;
    text-align: center;
}

img {
    border: none;
}

.main-box {
    width: 850px;
    background-color: #EEF3F9;
    height: 99%;
    margin: 0 auto;
    text-align: left;
}

.caption-box {
    -Moz-Border-Radius: 20px;
    float: left;
    height: 80px;
    background-color: #fff;
    width: 150px;
    margin-left: 20px;
    margin-bottom: 5px;
    margin-top: 5px;
}

.inner {
    margin: 10px;
    -Moz-Border-Radius: 20px;
    height: 50px;
    padding: 5px;
    text-align: center;
    font-weight: bold;
    font-size: 30pt;
}

.lila {
    color: #F5EB3B;
    background-color: #b04cff;
}

.orange {
    color: #a0f;
    background-color: #ffd6a8;
}

.green {
    color: #f00;
    background-color: #d1ffe9;
}

.description-box {
    margin: 0 auto;
    padding: 3px;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    font-size: 13.5pt;
    width: 90%;
    color: #66F;
    clear: left;
    margin-bottom: 5px;
    text-align: center;
}

.attention-box {
    font-style: italic;
    text-align: center;
    width: 100%;
    font-size: 16pt;
    color: #009;
}

.navi-box {
    padding: 2px;
    font-size: 10pt;
    -Moz-Border-Radius: 10px;
    color: #000;
    width: 175px;
    float: left;
    background-color: #FFF5EE;
    text-align: left;
    height: 350px;
    margin-right: 10px;
}

.navi-box li {
    margin-top: 10px;
}

.news-box {
    float:right;
    width: 525px;
    margin-right: 30px;
    border: 1px solid blue;
    -Moz-Border-Radius: 10px;
    height: 225px;
    text-align: left;
    overflow: auto;
    margin-bottom: 10px;
}

.small, .small td {
    font-size: 9pt;
}

.emphasis {
    font-weight: bold;
}

.headline {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #A3C0E0;
}

li {
   margin-bottom: 5px;
}

td {
    white-space:nowrap;
}

.g-notice {
    color: #000;
    background: #e0e0e0;
    border: 1px solid #aaa;
    padding: 1px;
    padding-left: 5px;
    margin-bottom: 2px;
    -moz-border-radius: 8px;
    text-align: left;
}

.g-success {
    background-color: #cbffaf;

    border: 1px solid #aaa;
    padding: 10px;
    padding-left: 5px;
    margin-bottom: 1px;
    -moz-border-radius: 8px;
}

.g-error {
    color: #000;
    background-color: #ffd5d4;

    border: 1px solid #aaa;
    padding: 1px;
    padding-left: 5px;
    margin-bottom: 1px;
    -moz-border-radius: 8px;
}

ul {
    margin:10px 0px;
    padding-left: 25px;
}

.littlered {
    font-size: 10px;
    color:red;
    vertical-align:top;
}

.people {
}

.people td {
    border-bottom: 1px dashed pink;
}

dt {
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 5px;
}

dd {
    font-size: 9pt;
}

a {
    color: red;
    text-decoration: none;
}

a.noline, a.noline:hover {
    text-decoration: none;
    color: #000;
}

a:hover {
    text-decoration: underline;
    color: red;
}

.content {
    float: left;
    width: 650px;
    height: 70%;
    text-align: left;
    overflow: auto;
    font-size: 9pt;
}

.content td {
    font-size: 9pt;
}

.toggle {
    background-color: #FFF5EE;
    width: 175px;
    margin-bottom: -20px;
    text-align: right;
    border: 1px solid red;
}

.comment-box {
   width: 100%;
   margin-top: 10px;
   border: 1px dashed #dcdcdc;
}

.comment-box a, .comment-box a:hover {
   color: red;
   font-style: italic;
}

.name {
   font-weight: bold;
}

.comment {
    padding-left: 20px;
    padding-top: 2px;
}

.info {
    font-style: italic ;
}

.answer {
    border: none;
    border-top: 1px solid blue;
    margin-left: 15px;
}

    