@charset "utf-8";

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
    vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
    outline: 0;
}
body {
    font-size: 0.7em;
    font-family:Verdana, Arial, sans-serif;
    line-height: 1.2;
    color: black;
    background: white;
}
input,
textarea {
    font-family:Verdana, Arial, sans-serif;
    padding: 0.2em;
    font-size: 1em;
}
input.nobox {
	padding: 0;
}
select, option {
    font-size: 1em;
}
ol, ul {
    list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
    border-collapse: collapse;
    border-spacing: 0;
}
caption {
    display: none;
}
caption, th, td {
    text-align: left;
    font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: "";
}
blockquote, q {
    quotes: "" "";
}
hr {
    display: none;
}

#accessibility {
    display: none;
}

/* for GENEditor */
#editor-command-box {
    padding: 5px;
    background-color: #EAEAEA;
}
#editor-command-box img {
    vertical-align: middle;
    margin-right: 2px;
}
#editor-command-box select {
    margin-right: 5px;
}

/* -------------------------------- for layout */
#container {
    margin-left: 10px;
    width: 757px;
    float: left;
}

#logo {
    float: left;
    height: 54px;
}

#logo img {
    margin-top: 10px;
}

#minormenu {
    float: right;
}

#minormenu h4 {
    display: none;
}

#minormenu a {
    display: block;
    float: left;
    margin-top: 17px;
}

#mainmenu {
    position: relative;
    clear: both;
    overflow: auto;
    height: 72px;
    background: url(/images/mainmenu/bg.gif) no-repeat top;
}

#mainmenu h4 {
    display: none;
}

#mainmenu ul {
}

#mainmenu li {
    float: left;
    height: 37px;
    width: 182px;
    text-align: center;
    border-left: 1px solid #6B89AF;
}

#mainmenu li.firstchild {
    border-left: 0;
}

#mainmenu li img {
    padding: 10px 20px;
}

#mainmenu div.sub {
    position: absolute;
    top: 29px;
    left: 15px;
    width: 400px;
    display: none;
}

#mainmenu div.sub ul {
    float: left;
    overflow: auto;
    background: url(/images/mainmenu/pop/right_bg.gif) no-repeat right;
}
#mainmenu div.sub ul li {
    float: left;
    width: auto;
    height: 27px;
    border: 0;
}
#mainmenu div.sub ul li a {
    display: block;
    background: url(/images/mainmenu/pop/seperator.gif) no-repeat left;
}
#mainmenu div.sub ul li.firstchild a {
    background: url(/images/mainmenu/pop/left_bg.gif) no-repeat left top;
}
#mainmenu div.sub ul li img {
    padding: 7px 0 9px;
    margin: 0 11px;
    vertical-align: top;
}

#submenu {
    float: left;
    width: 160px;
    margin-left: 1px;
}

#submenu h3 {
    margin-bottom: 3px;
}

#submenu li {
    border-bottom: 1px solid #D6CF94;
}

#submenu li img {
    vertical-align: top;
}

#submenu ul.sub {
    background-color: #F8F6EE;
    padding: 8px 0 8px 15px;
}

#submenu ul.sub li {
    background: url(/images/submenu/sub_icon.gif) no-repeat left;
    border: 0;
    padding: 3px 0 0 9px;
    font-size: 0.9em;
}

#submenu ul.sub a:link,
#submenu ul.sub a:visited {
    color: #666666;
    text-decoration: none;
}
#submenu ul.sub a:hover,
#submenu ul.sub strong {
    font-weight: bold;
    color: #AB934C;
    text-decoration: underline;
    letter-spacing: -1px;
}

#location {
    text-align: right;
    font-size: 0.9em;
    margin-top: -25px;
    margin-bottom: 12px;
}

#location strong {
    font-weight: bold;
}

#body {
    width: 576px;
    float: left;
    margin-left: 19px;
    margin-bottom: 30px;
}

#body h1#title {
    margin-bottom: 20px;
}

#copyright {
    clear: both;
    height: 111px;
    border-top: 1px solid #D6D6D6;
    background: url(/images/en/copyright.gif) no-repeat left top;
    width: 100%;
}

#copyright p {
    display: none;
}

#copyright #copyright-links {
    display: none;
}


div.paging {
    background-color: #F7F7F7;
    text-align: center;
    font-size: 0.9em;
    padding: 0.9em;
    color: #666666;
    margin-bottom: 3px;
}

div.paging img {
    vertical-align: middle;
    margin: 0 -5px;
}

div.paging strong {
    font-weight: bold;
}

div.paging a {
    color: #666666;
    padding: 0 4px;
}

div.paging a:link,
div.paging a:visited {
    text-decoration: none;
}

div.paging a:hover,
div.paging a:active {
    text-decoration: underline;
}

div.links,
div.buttons {
    text-align: right;
}

/* about */

#about-greeting {
    background: url(/images/en/about/greetings.gif) no-repeat left top;
    height: 400px;
}

#about-greeting h2,
#about-greeting p {
    display: none;
}

#about-history {
    margin: 28px;
    margin-right: 0;
}

#about-history div.century19 {
    background: url(/images/en/about/1900s.gif) no-repeat left top;
    height: 124px;
}

#about-history div.century20 {
    background: url(/images/en/about/2000s.gif) no-repeat left top;
    height: 750px;
}

#about-history div.century19 h2,
#about-history div.century19 dl,
#about-history div.century20 h2,
#about-history div.century20 dl {
    display: none;
}

#about-map {
    margin-bottom: 3em;
}

#about-map dl {
    display: none;
}

/* message */

#message,
#error {
    width: 385px;
    margin: 8em auto;
    padding-bottom: 2em;
    background: url(/images/common/message_bg.gif) no-repeat bottom;
}

#message h3,
#error h3 {
    padding: 57px 1.3em 1em;
    color: #466C9B;
    font-weight: bold;
    letter-spacing: -1px;
}

#message h3 {
    background: url(/images/common/information.gif) no-repeat top;
}

#error h3 {
    background: url(/images/common/error.gif) no-repeat top;
}

#message p,
#error p {
    padding: 0 1.3em;
}

#message div.links,
#error div.links {
    text-align: right;
    padding: 1em 1.3em 0;
}

/* print setting */

@media print {
    * {
        font-family: "Times New Roman", serif;
        font-size: medium;
    }
    
    body,
    #container,
    #body {
        min-width: 0;
        width: auto;
        padding: 0;
        margin: 0;
        float: none;
    }
    
    body {
        width: 100%;
    }
    
    #container {
        margin: 0 auto;
    }

    #location {
        margin-top: 0;
    }

    #body {
        margin-bottom: 20px;
    }

    #accessibility,
    #logo,
    #minormenu,
    #mainmenu,
    #submenu,
    #additionals {
        display: none;
    }
}