HTML *
{
 box-sizing: border-box;
 -moz-box-sizing: border-box;
 font-family : "Osaka", "メイリオ", "ＭＳ Ｐゴシック", "Verdana", sans-serif;
 color:#666;
}

body{
 text-align: center;
 margin : 0;
 background:url(img/bg_dot.gif) fixed repeat 10px 100% #000;
 SCROLLBAR-FACE-COLOR:#FFF;
 SCROLLBAR-HIGHLIGHT-COLOR: #FFF;
 SCROLLBAR-SHADOW-COLOR: #CCC;
 SCROLLBAR-3DLIGHT-COLOR:#FFF;
 SCROLLBAR-ARROW-COLOR: #708;
 SCROLLBAR-TRACK-COLOR: #666;
 SCROLLBAR-DARKSHADOW-COLOR: #000;
}

p {
 padding: 0em 0.5em;
 margin: 0.5em;
 font-size: 8pt;
 color: #333;
 line-height: 1.5em;
 letter-spacing: 2px;
}

a {
 text-decoration: solid;
 color: #FF6600;
 border-style: dotted;
 border-top-width: 0px;
 border-right-width: 0px;
 border-left-width: 0px;
 border-bottom-width: 0px;
}

a:hover {
 text-decoration:none;
 color:#FF0000;
 border-style: dotted;
 border-top-width: 0px;
 border-right-width: 0px;
 border-left-width: 0px;
 border-bottom-width: 0px;
}

a:active {
 text-decoration:none;
 color:#0066FF;
}

div.text_menu {
 background: #DDD;
 text-align: center;
 padding: 0em 0.5em;
 margin: 0.5em;
 font-size: 12pt;
 color: #0066FF;
 line-height: 1.5em;
 letter-spacing: 2px;
}


