* {margin:0; padding:0;}

html {
    height: 100%;
    overflow:auto;
}

body {
    background:url(topga.gif) no-repeat fixed right bottom;
    height:100%;
    overflow: hidden;
    font-size:12px;
    font-family:"MS UI Gothic", Arial, sans-serif, impact, Courier, osaka, 
}

a:focus {
   outline:none;
}

#menu {
    width:  748px;
    height: 124px;
    position: relative;
    top: 0;
    right: 16px;  
    z-index: 2;
    background: #fff;
    padding: 0px 0px 10px 17px;
}

#main {
    height: 100%;
    overflow: auto;
    position: relative;
    z-index: 1;
}
#main-inner {
    padding: 26px 125px 125px;
}
#zen {
    text-align:left;
    height: 100%;
    width:  748px;
    position: relative;
    margin:0px auto;

}
#title {
    position: relative;
    padding: 12px 0px 10px 17px;
}
#zenbu {
    text-align:center;
    width:  100%;
    position: absolute;
}
#nikki {
    width:  480px;

    background: #cccccc;
    position: relative;
    padding: 10px 10px;
    margin: 10px 0px;
}

