@charset "Shift_JIS";
/* body */
 body {
 color:#1a1a1a;
 margin:0px;
 padding:0px;
 background:#ffffff;
 }

 /* テーブル・段落 */
td { font-size:13px; line-height:140%; }
 p { margin:3px 5px; }

 /* リンク */
a { color:#ababab; text-decoration:underline; }
 a:hover { color:#aa0000; text-decoration:none; background-color:#ffcc99; }

 /* コンテンツ */
h1 { color:black; font-size:8pt; margin:0px 0px;}
 h2 { color:blue; font-size:11pt; margin:0px 0px;}
 h3 { color:blue; font-size:11pt; margin:0px 0px;}

 /* スペース */
 .line1 { line-height: 10%; }
 .line2 { line-height: 20%; }
 .line3 { line-height: 30%; }
 .line4 { line-height: 40%; }
 .line5 { line-height: 50%; }
 .line6 { line-height: 60%; }
 .line7 { line-height: 70%; }
 .line8 { line-height: 80%; }
 .line9 { line-height: 90%; }
 .line10 { line-height: 100%;}





