@charset "UTF-8";

div {
    display: block;
}
.nihon_body {
    background-position: center top;
    background-repeat: repeat;
    text-align: center;
    margin: 0 auto;
}

table.mask{
    border-spacing: 0px;
}
td.mask_bal{
    width: 50%;
    background-image: url('images/maskbal.png');
    background-position: right top;
    background-repeat: no-repeat;
}
td.mask{
    width: 1024px;
    padding: 0px;
}
td.mask_jobb{
    background-image: url('images/maskjobb.png');
    background-position: left top;
    width: 50%;
    background-repeat: no-repeat;
}

table.scroller{
    border-spacing: 0px;
}
td.scroller_bal{
    width: 50%;
}
td.scroller{
    width: 1024px;
    padding: 0px;
}
td.scroller_jobb{
    width: 50%;
}

div#level_two{
    height: 384px;

}

div#top_scroller {
    position: relative;
    width: 1024px;
    height: 20px;
    white-space: nowrap;
    overflow: hidden;
}

div#scroller {
    position: relative;
}

div#middle_big {
    position: relative;
    text-align: center;
    width: 1024px;
    margin: 0 auto;
}
div#level_one {
    position: absolute;
    z-index: 100;
    width: 100%;
}
div#level_two {
    position: absolute;
    z-index: 200;
    width: 100%;
}
div#level_three {
    position: absolute;
    z-index: 300;
    width: 100%;
}

div#picture_place {
    position: absolute;
    top: 37px;
    left: 174px;
    width: 820px;
    height: 270px;
}
div#flag {
    position: absolute;
    top: 8px;
    left: 24px;
}
div#left_pane {
    position: absolute;
    top: 331px;
    left: 23px;
    width: 194px;
}



div#left_top{
    position: relative;
    width: 100%;
    height: 40px;
    background-position: center top;
    background-repeat: repeat-y;
}

div#left_menu{
    position: relative;
    z-index: 3;
    width: 100%;
    background-position: center top;
    background-repeat: repeat-y;
}
div#left_menu_content{
    width: 185px;
}
div#left_menu img{
    position: relative;
    right: 6px;
}

div#info {
    background-color: #e4100d;
    margin: 16px 16px 0px 16px;
    color: white;
    text-align: left;
    font-size: 15px;
    text-decoration: none;
    font-family: "Arial", Helvetica, sans-serif;
    padding: 7px;
}
div#info div.nihon{
    font-weight: bold;
    font-size: 16px;
    padding-botttom:7px;
}

div#info div{
}
div#info a{
    color: white;
}

div#info div.title{
    padding-top:7px;
}
div#left_bottom{
    position: relative;
    width: 100%;
    height: 65px;
    background-position: center top;
    background-repeat: repeat-y;
}

div#menu_place {
    position: absolute;
    top: 282px;
    left: 207px;
    width: 733px;
    height: 106px;
}

div#center_pane {
    position: absolute;
    left: 225px;
    top: 410px;
    width: 764px;
}

div#gagmenu{
    width: 178px;
    text-align: left;
    color: white;
    left: 3px;
    position: relative;
    margin: 0px 0px 14px 0px;
}
div#gagmenu a, div#gagmenu span{
    font-size 18px;
    text-decoration: none;
    font-family: "Arial", Helvetica, sans-serif;
    font-weight: bold;
    color: white;
}
table#item:HOVER  a, table#item:HOVER span{
    text-decoration: none;
    color: yellow
}
div#opening{
    border-width: 1px;
    border-style: none dashed dashed;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    border-color: white;
    padding: 0px 5px 0px 5px;
}
table#item{
    width: 100%;
    padding:  2px 0px 2px 0px;

}

table#item.opened {
    
    border-width: 1px;
    border-style: dashed dashed none dashed;
    border-color: white;
    text-align: center;
    font-weight: bold;
}
table#item.opened a, table#item.opened span{
    color: yellow;
}

td#text-left{
    width: 5px;
}
td#text-main{

}
td#text-right{
    width: 1px;
}
td#opener{
    width: 11px;
    #background-image: url('images/plus-white.png');
    background-position: center;
    background-repeat: no-repeat;


}
table#item.opened:HOVER td#opener{
    #background-image: url('images/minus-yellow.png');

}

table#item.opened td#opener{
    #background-image: url('images/minus-white.png');

}
table#item:HOVER  td#opener{
    #background-image: url('images/plus-yellow.png');
}

div.pagination ul{
  list-style-type: none;
}

div.pagination  li {
  display: inline;
  padding: 8px;
}
