body {
    min-width: 900px;
    max-height: 500;
    color: #000000;
    font-size: 12pt;
}

#top-kiji {
    font-size: 9pt;
}

h1 {
    width: 900px;
    height: 100px;
    text-align: center;
    position: relative;
    top:  -20px;
}

h2 {
    width: 900px;
    height: 50px;
    text-align: center;
    position: relative;
    top:  -45px;
}

table#main-table {
    border-collapse: separate;
    border-spacing: 1em;
    font-size: 10pt;
    position: relative;
    top:  -55px;
}

#left-top {
    font-size: 9pt;
}

#left-list {
    text-align: left;
    font-size: 8pt;
}


div.right-top {

}

#main-area01 {
    width: 500px;
}

#main-table01 {
    width: 500px;
    font-size: 9pt;
    vertical-align: top;
}

#main-area02 {
    width: 500px;
}

#main-table02 {
    width: 500px;
    font-size: 9pt;
    vertical-align: top;
}


#shop-information {
    width: 500px;
}

table#shop-information-table {
    width: 500px;
    border-collapse: separate;
    border-spacing: 1em;
    font-size: 8pt;
}

.vtop{
    vertical-align: top; 
}



