/* 文字スタイル定義 */
.main {font-size:12px; line-height:130%;}
.big {font-size:12px; line-height:23px;}
.large {font-size:15px;}
H1 {font-size : 14px;margin-top : 0px;margin-left : 0px;margin-right : 0px;margin-bottom : 0px;}
H2 {font-size : 14px;margin-top : 0px;margin-left : 0px;margin-right : 0px;margin-bottom : 0px;}
/* リンクの上に行ったときに赤色に変える */
a:link { color=#333366;; text-decoration:underline; }
a:visited { color=#333366; text-decoration:underline; }
a:hover   { color=#ff0000;  text-decoration:underline; }
