BODY{
 font-style:normal;
 font-weight:normal;
 font-size:x-small;
 text-align:center;
 color:#996666;
 background-color:#ffffff;
}

h2{
 font-size:medium;
 font-weight:bold;
}
h3{
 font-size:x-small;
 font-weight:400;
 margin-top:100px;
}
p{
 font-size:x-small;
}
ul{
 font-size:xx-small;
 list-style:none;}
li {
 font-size:xx-small;
 list-style:none;
}
em{
 font-size:xx-small;
 font-weight:bold;
 text-align:left;
 color:#990000;
 font-style:normal;
}

#main{
 width:600px;
 background-color:#ffffff;
 padding:10px;
 border-style:dashed;
 border-width:1px;
}

#entrance{
 width:550px;
 text-align:left;
 padding:15px;
}
#links{
 width:550px;
 padding-top:20px;
 margin-top:30px;
}

img{border:0px}
#g{
    color:#ffffff;
    border:dashed #663300;
    border-width:1px 0px;
    height:3px;
}

/*リンク関係*/
a:link {/*リンクされた文字の色*/
    color:#cc0000;/*文字の色*/
    font-style:normal;
    text-decoration:none;/* 下線 */
}
a:visited {/*訪問後の色*/
    color:#663333;/*文字の色*/
    text-decoration:none;/* 下線 */
}
a:hover {
 /*カーソルを合わせたときの色*/
 color:#ff0000;
 font-style:normal;
 text-decoration:underline;
 }
a:active {/*クリック中の色*/
    text-decoration:none;/* なし */
}

/*スクロールバー*/
html{
    scrollbar-3dlight-color:#ffffff;
    scrollbar-arrow-color:#ffffff;
    scrollbar-darkshadow-color:#ffffff;
    scrollbar-face-color:#c0c0c0;
    scrollbar-highlight-color:#ffffff;
    scrollbar-shadow-color:#ffffff;
    scrollbar-track-color:#ffffff;
}
