/* リセット */
h1, h2, h3, h4, h5, h6, p, address,
ul, ol, li, dl, dt, dd,
table, caption, th, td, img, form {
        margin: 0;
        padding: 0;
        border: none;
        font-style: normal;
        font-weight: normal;
        font-size: 100%;
        text-align: left;
        list-style-type: none;
}

/* テキストエリア内文字サイズのブラウザ間での差異をなくす */
textarea { font-size: 100%; }

/* 画像の下にできる隙間をなくす */
img { vertical-align: bottom; }

/* hr 要素は不可視で使う */
hr { display: none; }

/* セット */
html,body{
 width: 100%;
 height: 100%;
 overflow:visible;
 margin: 0;
 padding: 0;
}

div#content{
 width: 950px;
}

div#logo{
 position: fixed!important;
 position: absolute;
 left: 107px;
 top: 510px;
 font-size: 10pt;
 z-index: 1;
}

div#book{
 position: fixed!important;
 position: absolute;
 left: 107px;
 top: 614px;
 font-size: 10pt;
 z-index: 1;
}

div#hello{
 margin-top: 274px;
 margin-left: 342px;
 left: 0px;
 top: 0px;
 height: 100%;
 width: 600px;
 font-size: 10pt;
 z-index: 0;
}

div#mainmenu{
 position: fixed!important;
 position: absolute;
 left: 104px;
 top: 95px;
 font-size: 10pt;
 z-index: 1;
}

div#submenu{
 margin-top: 197px;
 margin-left: 337px;
 left: 0px;
 top: 0px;
 height: 496px;
 width: 600px;
 font-size: 10pt;
 z-index: 0;
}

div#info{
 margin-top: 197px;
 margin-left: 337px;
 left: 0px;
 top: 0px;
 height: 100%;
 width: 600px;
 font-size: 10pt;
 z-index: 0;
}

div#main{
 margin-top: 197px;
 margin-left: 337px;
 left: 0px;
 top: 0px;
 height: 100%;
 width: 600px;
 font-size: 10pt;
 z-index: 0;
}

div#collectiontitle{
 margin-top: 197px;
 margin-left: 337px;
 left: 0px;
 top: 0px;
 height: 100%;
 width: 600px;
 font-size: 10pt;
 z-index: 0;
}

div#collection{
 margin-top: 16px;
 margin-left: 342px;
 left: 0px;
 top: 0px;
 height: 100%;
 width: 600px;
 font-size: 10pt;
 z-index: 0;
}

div#collectionlink{
 margin-top: 0px;
 margin-left: 337px;
 left: 0px;
 top: 0px;
 height: 100%;
 width: 600px;
 font-size: 10pt;
 z-index: 0;
}

div#box{
 margin-top: 0px;
 margin-left: 0px;
 left: 0px;
 top: 0px;
 height: 100%;
 width: 600px;
 font-size: 10pt;
 z-index: 0; 
}
