/*
 * base.css
 *
 * Copyright 2011 National Institute for Japanese Language and Linguistics.
 * Copyright 2010-2011 ONGS Inc.
 * All rights reserved.
 */

body {
 /* min-width: 750px; */
 height: 100%;
 width: 100%;
 font-size: 100%;
}

.title {
 width: 100%;
 height: 2.7em;
 margin-top: 16px;
 margin-bottom: 10px;
 border-bottom: 10px double #828282;
 line-height: 2.7em;
 text-align: left;
 vertical-align: middle;
 color: white;
/* background-color: #BBBDC4;*/
// background-color:   #227223;/*#66CDAA;*/
  background-color:   #008446;
 font-size: 150%;
 font-weight: bold;
}

.menu {
 width: 604px;	/* (menuitem.width + border.width) * 3 */
 height: 1.4em;
 margin-top: 10px;
 margin-left: 0px;
 margin-right: auto;
 border: 1px solid #8cb2d9;
 font-size: 120%;
}

.menuitem {
 height: 1.4em;
 width: 150px;
 border-right: 1px solid #8cb2d9;
 line-height: 1.4em;
 text-align: center;
 vertical-align: middle;
 background-color: white;
 float: left;
}

.menuitem a {
 color: #1251df;
 font-size: 95%;
}

.menuitem_end {
 height: 1.4em;
 width: 150px;
 line-height: 1.4em;
 text-align: center;
 vertical-align: middle;
 float: left;
}

.menuitem_end a {
 color: #1251df;
 font-size: 95%;
}

.menuitem_end_s {
 height: 1.4em;
 width: 150px;
 border-right: 1px solid #8cb2d9;
 line-height: 1.4em;
 text-align: center;
 vertical-align: middle;
 background-color: #828282;
 color: white;
 float: left;
}

.msg {
 width: 100%;
 margin-top: 20px;
 margin-bottom: 20px;
 font-size: 95%;
}

.clear_float {
 width: 100%;
 height: 0px;
 clear: left;
}

.form {
 height: auto;
 min-width: 800px;
 margin-top: 10px;
 margin-left: 0px;
 margin-right: auto;
 border: 1px solid black;
 font-size: 95%;
}

.form_ {
 height: auto;
 min-width: 800px;
 margin-top: 10px;
 margin-left: 0px;
 margin-right: auto;
 border: 1px solid black;
 font-size: 95%;
border-collapse:collapse;
}


.row {
 border-bottom: 1px solid black;
}

.row_end {
}

.col {
 border-right: 1px solid black;
 float: left;
}

.col_end {
 float: left;
color: blue;
}

.left_box {
 width: 180px;
 text-align: center;
 vertical-align: middle;
 font-weight: bold;
 background-color: #fafafa;
}

.form li {
 line-height: 1.1em;
}

.anchor_bk {
 color: black;
 text-decoration: none;
}

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

.footer {
 padding: 3px 10px;
/* background-color: #666666;*/
// background-color: #227223;/*#66CDAA;*/
  background-color:   #008446;
 color: white;
 /*color: black;*/

 font-size: 80%;
}

.bar {
 border-bottom: 1px solid #cccccc;
}

.bottom_menu {
 width: 50%;
 margin-top: 4px;
 float: left;
}

.bottom_menu a {
 color: white;
 /*color: black;*/
 text-decoration: underline;
}

.copyright {
 width: 50%;
 margin-top: 4px;
 margin-bottom: 20px;
 font-size: 75%;
 text-align: right;
 float: left;
}

.copyright a {
 color: white;
 text-decoration: none;
}

