/* 
Document   : style
Created on : 2013/11/20, 10:29:56
Author     : KOKUBUN
Description:
Purpose of the stylesheet follows.
*/
a, a:active, a:hover {
    color: #dc950f;
    font-weight: bold;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

body {
    background-color: #2e693a;
    color: #fff;
    font-family: monospace, sans-serif, serif;
    font-size: 10pt;
    letter-spacing: 1px;
    line-height: 170%;
    margin: 7px 0 0 0;
    padding: 0;
}

h1, #regulations {
    border-left: 1.2em #2e693a solid;
    clear: both;
    font-size: 11pt;
    letter-spacing: 1px;
    padding-left: 0.8em;
}

h1#regulations {
    border-bottom: 1px #2e693a dotted;
    border-left: none;
    padding-left: 0;
}

img {
    border: none;
    margin: 0;
    padding: 0;
    vertical-align: text-bottom;
}

img.adobe {
    float: right;
    vertical-align: top;
}

table {
    width: 100%;
}

td {
    border-top: 1px #2e693a dotted;
    padding: 10px 0 0 0;
    margin: 0;
    text-align: left;
    vertical-align: top;
}

td.item {
    width: 140px;
}

td.ref_menu, td.plan_menu {
    border: none;
}

td.plan {
    width: 280px;
}

td.ref {
    padding-right: 1em;
}

td.repo {
    border-left: 1px #2e693a dotted;
    text-align: center;
}

ul {
    margin: 0;
    padding-left: 1.5em;    
}

ul#menu, ul#supporter_person, ul#supporter_org, ul#staff_list {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

#banner {
    clear: both;
    padding-bottom: 10px;
}

#canvas {
    background-color: #fff;
    color: #000;
    margin: 0 auto;
}

#content {
    margin: 0 auto;
    min-height: 600px;
    width: 800px;
}

#fb {
    background-image: url(../img/index/fb_bg.png);
    background-repeat: no-repeat;
    border-bottom: 1px #2e693a dotted;
    min-height: 600px;
    padding: 40px 0 0 20px;
    text-align: center;
}

#footer, #header {
    font-size: 9pt;
    margin: 0 auto;
    padding: 20px 0;
    width: 800px;
}

#header_box {
    background-image: url(../img/common/bk_header.jpg);
}

#menu_box {
    clear: both;
    margin: 0;
    min-height: 80px;
    padding: 10px 0 0 0;
}

#gooddo {
    font-size: 8pt;
    margin: 2em 0;
    text-align: right;
}

#sns {
    float: right;
    padding-top: 10px;
    text-align: right;
    width: 300px;
}

#sub_menu {
    clear: both;
    padding: 10px 0;
}

.doc_title {
    padding-left: 2em;    
}

.doc_exp {
    padding-left: 5em; 
}

.doc_title {
    font-weight: bold;
}

.exp, .exp_long, .exp_tour {
    float: left;
    line-height: 250%;
    min-height: 200px;
}

.exp {
    width: 500px;
}

.exp_pic {
    height: 200px;
    width: 300px;
}

.exp_short {
    font-size: 9pt;
    font-weight: bolder;
}

.exp_support {
    float: left;
    padding-bottom: 1em;
    width: 500px;
}

.exp_tour {
    text-align: center;
    width: 100%;
}

.menu_item {
    float: left;
}

.news {
    background-image: url(../img/index/news_bg.png);
    background-repeat: no-repeat;
    clear: both;
    line-height: 140%;
    min-height: 60px;
    padding: 50px 0 0 20px;
}

.page_top {
    clear: both;
    margin: 0;
    padding: 20px 0;
    text-align: right;
}