@charset "utf-8";

/* COMMON
*******************************/

body, html {
    width: 100%;
    margin: 0;
    padding: 0;
    color: #000;
    background-color: #fff;
    /*font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", sans-serif;*/
}

body, input, textarea, select, option {
	font-family: verdana, arial, helvetica, sans-serif;
}

code, pre, tt {
	font-family: "Courier New", Courier, monospace;
}

h1, h2, h3, h4, h5, h6 {
    margin-top: 2px;
    margin-bottom: 2px;
    padding: 0;
}

a, a:visited, a:hover {
	color: #000099;
	background-color: transparent;
}

a:active {
	color: #0000ff;
	background-color: transparent;
}

a img {
    margin: 0;
    padding: 0;
    border: 0;
}

form {
    margin: 0;
    padding: 0;
    border: 0;
}

/* Used for long string wrapping */
.w {
    font-size: 0;
}

/* for Safari / Chrome */
body:first-of-type .w { display: none; }

/* for Firefox / Opera / Safari */
.clearfix:after{
    content: ".";
    display: block;
    height: 0px;
    clear: both;
    visibility: hidden;
}

/* for IE7 / IE5-mac */
.clearfix{
    display: inline-block;
}

/* for IE5-win / IE6-win */
/* Hides from IE-mac \*/
* html .clearfix{
    height: 1px;
}

.clearfix{
    display: block;
}
/* End hide from IE-mac */

/* HEADER
*******************************/

#header_top {
    background: #D3D7CA url(../../img/common/header_bg.png) repeat-x top left;
    width: 100%;
    border-bottom: 1px solid #96A182;
    padding-top: 0px;
    padding-bottom: 0px;
}

#header_logo {
    float: left;
    width: 160px;
    margin-left: 5px;
    /*border: 1px solid #f00;*/
}

#header_globalnav {
    float:left;
    width:300px;
    margin-left:8px;
    margin-top:6px;
    margin-bottom:4px;
    font-size:12px;
    font-family:sans-serif;
    /*font-weight:bold;*/
    letter-spacing:.1em;
    /*border: 1px solid #f00;*/
}

div#header_globalnav span {
    margin-top:0px;
    margin-bottom:0px;
    margin-right:4px;
    text-align:center;
    float:left;
}
div#header_globalnav span a:link,
div#header_globalnav span a:visited,
div#header_globalnav span a:hover {
    padding-left:6px;
    padding-right:6px;
    padding-top:2px;
    padding-bottom:2px;
    color:#fff;
    text-decoration:none;
    display:block;
    background-color:#96A182
}
div#header_globalnav span a:hover {
    color:#96A182;
    background-color:#fc0;/*#E5E7DA;*/
}

#header_tool {
    width:380px;
    float:right;
    text-align:right;
    margin-top:3px;
    margin-bottom:3px;
    margin-right:5px;
    font-size: 12px;
    vertical-align: middle;
}

#header_tool #gsearch_button {
    font-size: 12px;
}

#header_bottom {
    background: #E5E7DA;
    width:100%;
    /*height:59px;*/
    border-top: 1px solid #FFF;
    border-bottom: 1px solid #96A182;
}

#header_title {
    float:left;
    color:#FB6619;
    margin-top:0;
    margin-bottom:0;
    margin-left:12px;
    padding-top:0;
    padding-bottom:0;
    font-size:28px;
    font-weight:bold;
    letter-spacing:.05em;
    /*width:400px;*/
    /*border: 1px solid #f00;*/
}

#header_title a, #header_title a:visited, #header_title a:hover, #header_title a:active {
    color: #FB6619;
    text-decoration: none;
}

#header_title a:hover {
    text-decoration: underline;
}

#header_menu {
    float:right;
    margin-top:10px;
    margin-left:10px;
    margin-right: 8px;
    /*border: 1px solid #f00;*/
}

ul#header_menu_list {
    list-style: none;
    margin: 0;
    padding: 0;
}

ul#header_menu_list li {
    float: left;
    display: block;
    white-space: nowrap;
    height: 26px;
    background: #D3D7CA url(../../img/common/menu_bg3.png) repeat-x top left;
    margin: 0 2px;
    border: 1px solid /*#96A182;*/ #ff9933;
}

ul#header_menu_list li a {
    display: block;
    padding: 3px 1em;
    line-height: 1.4;
    white-space: nowrap;
    text-decoration: none;
    font-family:sans-serif;
    font-weight:bold;
    font-size:14px;
    letter-spacing:.02em;
    color: #666;/*#996611;*/
}

ul#header_menu_list li a:hover {
    background: #fc0;
}



/* CONTAINER
*******************************/

#container {
    margin-top:4px;
    width:100%;
    position:relative;
}

#t_main {
    border:1px solid #96A182;
    padding: 0px;
    vertical-align: top;
}

#t_side {
    padding: 0px 0px 0px 4px;
    width: 195px;
    vertical-align: top;
}

/* MAIN
*******************************/

/*
#main {
    margin-right:205px;
    margin-left:4px;
    border:1px solid #96A182;
    height:100%;
}
*/

#main_inner {
}

#main_bar {
    background: #96A182;
}

#main_bar_spacer {
    width:694px;
    height:1px;
    font-size: 1px;
}
#main_bar_title {
    float: left;
    background: #96A182;
    padding: 2px 10px 0 10px;
    color:#fff;
    font-size: 22px;
    height: 32px;
}
#main_bar_title a, #main_bar_title a:visited, #main_bar_title a:hover, #main_bar_title a:active {
    color:#fff;
    text-decoration: none;
}
#main_bar_title a:hover {
    text-decoration: underline;
}

#main_bar_bookmark_icons {
	font-size: 14px;
}

#main_bar_search {
    float: right;
    background: #E5E7DA url(../../img/common/main_bar_search_bg.png) no-repeat left top;
    text-align: right;
    padding-right: 10px;
    width: 320px;
    margin-top: 5px;
    height: 29px;
    position: relative;
}

#main_bar_search_text {
    width: 200px;
    margin-right: 5px;
    font-size: 12px;
    margin-top: 4px;
    margin-bottom: 0;
}

#main_bar_search_autocomplete {
    width: 200px;
    font-size: 12px;
    color: #000;
    text-align: left;
    position: absolute;
    left: 30px;
    top :25px;
}

#main_bar_search_button {
    margin: 0;
    background: #96A182;
    color:#FFF;
    width:70px;
    /*height:59px;*/
    border-top: 1px solid #FFF;
    border-left: 1px solid #FFF;
    border-bottom: 1px solid #000;
    border-right: 1px solid #000;
}

#main_navpanel {
    position:relative;
    background: #C8CDBC;
    height: 1%;
    display: none;
}

#main_navpanel_toc {
    height: 1%;
    padding: 2px;
}

#main_navpanel_toc_howto {
    float: left;
    font-size: 11px;
    padding-left: 10px;
    color: #666666;
}

#main_shoulder {
    width:100%;
}

#main_shoulder_space {
    background: #C8CDBC;
    padding: 0;
    margin: 0;
    height: 5px;
    font-size: 1px;
}

#main_shoulder_links {
    float:left;
    padding-top:5px;
    padding-left:10px;
}

#main_shoulder_buttons {
    float:right;
    margin-right:20px;
}

#main_content {
    clear:both;
    padding:10px;
    font-size: 85%;
}

/* error */
.box-error {
    margin: 0 0 5px;
    padding: 0;
    background: #ffeeee;
    border: 1px solid #ff0000;
}
.box-error h3 {
    position: static;
    margin: 0;
    padding: 2px 5px;
    height: auto;
    background: #ff3333;
    background-image: none;
    color: #ffffff;
    line-height: 1.6;
}
.box-error ul {
    margin-top: 10px;
    margin-bottom: 10px;
    color: #ff0000;
}

.main_title {
    color: #96A182;
    font-weight: bold;
    font-size: 16px;
    padding-left: 8px;
    border-left: 5px solid #FB6619;
}

ul.main_list {
    margin-top: 10px;
    margin-bottom: 10px;
    padding-top: 0px;
}

ul.primary_language_list {
    margin-top: 10px;
    margin-bottom: 15px;
    padding-top: 0px;
    font-size: 18px;
    font-weight: bold;
}

ul.other_language_list {
    margin-top: 10px;
    margin-bottom: 10px;
    padding-top: 0px;
}

ul.top_category_list {
    font-size: 18px;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-top: 0px;
}

ul.top_library_list {
    font-size: 12px;
    margin-bottom: 10px;
    padding-top: 0px;
}

#main_bottom_rect {
    margin-top: 10px;
    text-align: center;
}

#bookmark_icons {
    padding-top: 10px;
    text-align: right;
}

/* SIDE
*******************************/

/*
#side {
    position:absolute;
    top:0;
    right:4px;
    width:195px;
    height:300px;
}
*/

#side_inner {
    width: 200px;
}

.side_parent_frame_first {
    background: #96A182;
    border-top: 1px solid #E5E7DA;
    border-left: 1px solid #E5E7DA;
    border-right: 1px solid #E5E7DA;
    padding-top: 8px;
}

.side_parent_frame {
    background: #96A182;
    border-left: 1px solid #E5E7DA;
    border-right: 1px solid #E5E7DA;
    padding-top: 10px;
}

.side_parent_frame {
    background: #96A182;
    border-left: 1px solid #E5E7DA;
    border-right: 1px solid #E5E7DA;
    padding-top: 10px;
}

.side_parent_text {
    /*border: 1px solid #f00;*/
    font-size:12px;
    font-family:sans-serif;
    letter-spacing:.05em;
    color: #fff;
    padding-left: 20px;
    background: url(../../img/common/side_list1.gif) no-repeat 5px 50%;
}

div.side_parent_text a, div.side_parent_text a:visited, div.side_parent_text a:active {
    text-decoration: none;
    color: #fff;
}

div.side_parent_text a:hover {
    text-decoration: underline;
    color: #FB9919;
}

.side_parent_bottom {
    /*border: 1px solid #f00;*/
    font-size: 1px;
    height: 9px;
    background: #96A182 url(../../img/common/side_round1_bc.png) repeat-x bottom center;
}

.side_parent_bottom .side_parent_hl {
    float: left;
    font-size: 1px;
    height: 9px;
    width: 8px;
    background: #96A182 url(../../img/common/side_round1_bl.png) no-repeat bottom left;
}

.side_parent_bottom .side_parent_hr {
    float: right;
    font-size: 1px;
    height: 9px;
    width: 8px;
    background: #96A182 url(../../img/common/side_round1_br.png) no-repeat bottom right;
}

.side_parent_bottom_last {
    /*border: 1px solid #f00;*/
    font-size: 1px;
    height: 9px;
    background: #96A182 url(../../img/common/side_round2_bc.png) repeat-x bottom center;
}

.side_parent_bottom_last .side_parent_hl {
    float: left;
    font-size: 1px;
    height: 9px;
    width: 8px;
    background: #96A182 url(../../img/common/side_round2_bl.png) no-repeat bottom left;
}

.side_parent_bottom_last .side_parent_hr {
    float: right;
    font-size: 1px;
    height: 9px;
    width: 8px;
    background: #96A182 url(../../img/common/side_round2_br.png) no-repeat bottom right;
}

#side_item_list_frame {
    background: #E5E7DA;
    border-left: 1px solid #E5E7DA;
    border-right: 1px solid #E5E7DA;
    border-bottom: 1px solid #E5E7DA;
    padding-bottom: 10px;
    margin-bottom: 5px;
}

ul#side_item_list {
    margin-top: 0;
    margin-left: 0;
    margin-bottom: 0;
    padding-left: 0;
    padding-top: 5px;
    line-height: 1.2;
    color: #96A182;
    list-style: none;
    font-size: 12px;
}

ul#side_item_list li {
    padding-left: 20px;
    margin-bottom: 6px;
    background: url(../../img/common/side_list2.gif) no-repeat 5px 50%;
}

ul#side_item_list li.selected {
    color: #FB6619;
}

ul#side_item_list li a, ul#side_item_list li a:visited, ul#side_item_list li a:active {
    text-decoration: none;
    color: #96A182;
}

ul#side_item_list li a:hover {
    text-decoration: underline;
    color: #FB6619;
}

#side_selectlocale {
    margin-bottom: 5px;
}

#side_selectlocale select {
    border: 1px solid #96A182;
    background: #E5E7DA;
    width: 200px;
}

/*
#side_header {
    background: #96A182;
    color: #fff;
    padding: 4px 0 4px 5px;
    font-size:12px;
    font-family:sans-serif;
    letter-spacing:.05em;
}

#side_menu {
    margin-top:5px;
    margin-left:0;
    padding-left:0;
    list-style:none;
    line-height:1.4;
    color:#96A182;
}

ul#side_menu li {
    padding-left: 32px;
    background: url(../../img/common/icon_dic_close.png) no-repeat 10px 50%;
}

ul#side_menu li a {
    text-decoration:none;
    color:#96A182;
}

ul#side_menu li a:hover {
    color:#FB6619;
}

ul#side_menu li.selected {
    padding-left: 32px;
    background: #E5E7DA url(../../img/common/icon_dic_open.png) no-repeat 10px 50%;
}
*/

/* FOOTER
*******************************/
#footer {
    margin:10px 0px 0 0px;
    padding-top:4px;
    border-top:1px solid #96A182;
    color:#96A182;
    text-align:center;
    font-size: 85%;
}

#footer_contact {
    background: url(../../img/common/icon_mail.png) no-repeat center left;
    padding-left: 20px;
}

#footer_contact a, #footer_contact a:visited, #footer_contact a:hover, #footer_contact a:active {
    color: #96A182;
    text-decoration: none;
}

#footer_contact a:hover {
    text-decoration: underline;
}

