@charset "utf-8";
h1 {
    font-style:italic;
}
hr {
    height:2px;
}
.section {
    margin-left:1em;
}
#langlink {
    text-align:right;
    font-size:large;
}
#tbl_display {
    border:0;
    margin:auto;
}
#tbl_display td {
    width:200px;
}
#tbl_display_caption td {
    border:0;
    text-align:center;
}
#tbl_display img {
    height:200px;
    width:200px;
    margin:0 20px;
}
#dl_download dt {
    font-weight:bold;
}
#ul_guide li {
/*    list-style-type:none;
    display:inline;*/
}
#tbl_guide {
    margin:auto;
    border:1px solid gray;
}
#tbl_guide td, #tbl_guide th {
    border:1px solid gray;
    text-align:center;
    padding:5px;
    width:150px;
    white-space:nowrap;
}
#tbl_guide th {
    font-weight:bold;
}
#tbl_guide_menu {
    margin:auto;
    border:0;
}
#tbl_guide_menu_caption td {
    text-align:center;
}
#tbl_guide_basicmenu {
    margin:auto;
    border:1px solid gray;
    border-collapse:collapse;
}
#tbl_guide_basicmenu td, #tbl_guide_basicmenu th {
    padding:0 0.5em;
    border:1px solid gray;
}

