/*
 * style.css
 * $Id: style.css,v 1.7 2006/04/03 10:19:40 ttanaka Exp $
 */

a.text {
    color: blue;
    text-decoration: none;
}

a:hover.text, a:visited:hover.text {
    color: #FFFFFF;
    background-color: navy;
}

body {
    background-color: #FFFFFF;
    color: #000000;
    margin: 0px;
    padding: 0px;
}

form {
    margin: 0px;
}

img {
    border: none;
}

td {
    padding: 0px;
}

#header .image {
    background-color: #FFFFFF;
    height: 60px;
    padding-left: 20px;
}

#header .image .logo {
    margin-top: 15px;
}

#header #navigation {
    height: 40px;
}

#header #navigation table {
    width: 100%;
}

#header #navigation td.right {
    text-align: right;
    vertical-align: top;
}

#header #navigation #site-search-button {
    margin: 0px 10px 0px 5px;
}

#header #navigation #site-search-textbox {
    width: 130px;
    height: 20px;
    vertical-align: top;
    margin: 4px 0px 0px 10px;
}

#main #menu, #main #right {
    vertical-align: top;
}

#main #menu {
    width: 120px;
    padding-bottom: 10px;
}

#main #right {
    width:100%;
}

#main #menu #link-label {
    margin: 10px 0px;
}

#main #contents {
    margin: 0px 10px;
}

#main #contents #hierarchy {
    font-size: 10px;
    line-height: 11px;
    color: #000000;
    margin-bottom: 10px;
}

#main #contents #hierarchy .current {
    color: #808080;
}

#contents #gotop {
    margin: 10px 0px;
    text-align: right;
}

#main #contents #note {
    border-top: dotted 1px #999999;
    padding-top: 5px;
    width: 100%;
}

#main #contents #note table {
    color: #676767;
    font-size: 10px;
    line-height: 14px;
    width: 100%;
}

#main #contents #note #policy {
    text-align: right;
}

#footer {
    background-color: #FFFFFF;
    height: 35px;
    position: relative;
}

#footer #copyright {
    position: absolute;
    right: 0px;
    top: 10px;
}

#footer #copyright-text {
    position: absolute;
    right: 50px;
    top: 15px;
    color: white;
    font-size: smaller;
}

.en {
    font-family: Tahoma, Verdana, sans-serif;
}

.keyword-title {
    margin-top: 10px;
    margin-bottom: 0px;
    padding: 8px 0px;
    width: 100%;
}

.keyword-title-pick {
    display: block;
    padding: 0px 0px;
    margin: 0px 0px;
    height: 24px;
    text-decoration: none;
}

.keyword-title img {
    margin: 0px 10px;
}

.keyword-title table {
    width: 100%;
}
.keyword-title td.right {
    text-align: right;
}

.class-list {
    width: 100%;
    margin-right: -5px;
}

.class-list table {
    width: 100%;
}

.class-list td {
    width: 33%;
    vertical-align: top;
    padding-right: 5px;
}

.class-title {
    display: block;
    padding-left: 6px;
    margin-top: 5px;
    background-position: top right;
    background-repeat: no-repeat;
    background-image: url(../img/toc/class_bg.gif);
    height: 28px;
}

.more {
    background-position: bottom;
    background-repeat: repeat-x;
    background-image: url(../img/toc/more_bg.gif);
    text-align: right;
    border-left: solid 1px #E8E8E8;
}

.news-list {
    margin: 4px -1px -1px -1px;
}

.news-list .start-t {
    font-family: Tahoma, Verdana, sans-serif;
    font-size: 11px;
    font-weight: bold;
    padding: 4px 9px;
}

.news-list .news {
    background-image: url(../img/toc/arrow_r.gif);
    background-repeat: no-repeat;
    background-position: 5px 7px;
    font-size: 12px;
    padding-left: 16px;
}

.news-list .news a {
    color: #000000;
}

.article-list {
    border-left: solid 1px #E8E8E8;
    border-right: solid 1px #F3F3F3;
    padding: 5px 5px 0px 5px;
    font-size: 12px;
}

.article-list ul {
    margin-top: 0px;
    margin-left: 20px;
    margin-bottom: 0px;
    list-style-image: url(../img/toc/arrow_r.gif);
    padding-left: 0px;
}

.article-list li {
    padding-bottom: 5px;
}

.article-list li a {
    color: #000000;
}

.article-list .thumbnail {
    display: block;
    float: left;
    margin-right: 5px;
    margin-bottom: 5px;
}

.article-list .thumbnail:hover {
    border: solid 1px #FF8B19;
}

.article-list .abstract {
    font-size: 10px;
    line-height: 15px;
    margin-top: 2px;
}

br.clear {
    clear: both;
}

.article-list a.title {
    font-weight: bold;
}


.product-list dt {
    font-weight: bold;
}
.product-list dd {
    /* margin-left: 40px; default */
    margin-left: 1em;
}

.subtitle {
    font-weight: bold;
    padding-left: 10px;
    vertical-align: middle;
}
