/*インデックスに使用*/
*{
    margin:0;
    padding:0;
}
html{
    height:95%;
}

/*ボディ*/
body{
height:%;
width:80%;
margin:0px auto;
height: 100%;
scrollbar-base-color: #CC3300;
scrollbar-face-color: #CC3300;
scrollbar-track-color: #FFFFFF;
scrollbar-arrow-color: #FFFFFF;
scrollbar-3dlight-color: #CC3300;
scrollbar-highlight-color: #CC3300;
scrollbar-shadow-color: #CC3300;
scrollbar-darkshadow-color: #CC3300;
}

a{
color: #663300;
text-decoration: none;
}

a:hover{
text-decoration: underline;
}

img{
border:0px;
}

/*全体*/
div#total{
    border:solid 1px #760014;
    border-width:0px 0px;
    height:95%;
    min-height: 95%;
}

body > #main {
    height: auto;
}

/*メイン部分*/
div#main{
font-size: 13px;
font-weight: bolder;
text-align: center;
margin-top: -100px;
margin-left: -150px;
position: absolute;
top: 50%;
left: 50%;
height: 200px;
width: 300px;
}


