﻿/*
Copyright (c) 2006, Nippon Onigiri Peace Corps. All Rights Reserved.
*/

@import "/style/thickbox.css";

/* default */
body, table, th, td {
    color: #555555;
    background-color: #FFFFFF;
    font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3",arial,helvetica,clean,sans-serif;
}

#doc {
    padding-top: 20px;
    padding-bottom: 20px;
}
/* /default */

/* top menu */
div.yuimenubar {
    visibility: visible;
    margin-bottom: 10px;
}

div.yuimenubar .bd {
}

div.yuimenubar .bd ul {
    background-color: #0060b2;
    width: 100%;
}

div.yuimenubar .bd li {
    text-align: center;
}
div.yuimenubar .bd li div.yui-overlay {
    width: 200px;
    height: 0px;
    margin: 0px;
    padding: 0px;
    border: 0px;
}
div.yuimenubar .bd li div.bd {
    width: 200px;
    margin: 0px;
    padding: 0px;
    border-width: 1px;
    border-style: solid;
    border-color: #C4C4BE;
    border-top-width: 0px;
}
div.yuimenubar .bd li .bd ul li.yuimenuitem {
    text-align:left;
}
div.yuimenubar .bd li .bd ul li.yuimenuitem a:hover {
    color: #0060B2;
    background-color: #ffffff;
}
#productsandservices {
    margin: 0 0 10px 0;
}

div.yuimenubar li.yuimenubaritem {
    padding-left: 0px;
    padding-right: 0px;
}

div.yuimenubar .bd li a {
    color: #f0f0f0;
}
/* /top menu */

#yui-main p {
    margin:0.5em 0 0.7em 0;
    color: #555555;
}

#yui-main p strong {
    font-weight:bold;
    color: #000000;
}

.submenu {
    margin-bottom: 1em;
}

/* footer */
#ft {
    border-top-width: 25px;
    border-top-style: solid;
    border-top-color: #0060b2;
    margin-top: 0px;
    padding-top: 0px;
}

div.copylight {
    text-align: center;
}

address {
    text-align: center;
}

div.poweredby {
    text-align: center;
    color: #999999;
}
div.poweredby a {
    color: #999999;
}

/* other */
div.clear_both {
    clear: both;
    height:0px;
    font-size:0px;
    margin:0px;
    padding:0px;
}
div.clear_both hr {
    display: none;
}

