@charset "Shift_JIS";

body{
 background:#fff;
 color:#000;
 }

a:link { color: #006600; }
a:active { color: #FFCC00; }
a:hover { color: #3366FF;/* background-color:#F1F5FC;*/ }
/*a:visited { color: inherit; }*/

dt, dd, li{line-height:140%; }

em{
 font-weight:bold;
 font-style:normal;
 }

h2{
 /* font-size:115%; */
 font-size: 110%;
 line-height:140%;
 clear:both;
 font-weight:bold;
 color:#222;
 letter-spacing:1px;
 margin:10px 0px 3px 0px;
 padding:3px;
 }

h3{
 font-size:110%;
 line-height:140%;
 margin:10px 0px 3px 0px;
 }

p{
 margin:8px 0px;
 }

th{
 text-align:center;
 }

/*td{
 text-align:left;
 }*/
