@charset "utf-8";

/*
25 Mar 2009 Traders Charts CSS
Written by K
*/

body{
font-family: Arial, Helvetica, Tahoma, "Trebuchet MS", Verdana,"ヒラギノ角ゴ Pro W3",Osaka,"ＭＳ Ｐゴシック", sans-serif;
font-size: 70%;
line-height: 1.5em;
margin: 0;
padding: 0;
}

a{
color: #006699;
text-decoration: none;
}

a:hover{
color: #FF6600;
text-decoration: none;
}

#toWebSite{
background: #F5F5F5;
text-align: center;
margin: 1em 0 0 0;
padding: 2px 0 2px 0;
}