/*基本*/
body { color: #666; font-size: 12px; line-height: 180%; }
a { text-decoration: underline; }
a:hover { color: #b50016; text-decoration: none; }
h1{font-size:1.2em;}
h2{color:#333333; font-size:1.1em; background-color:#cccccc; padding:2px; margin:5px 0;
padding-left:10px; font-weight:bold;}
h3 { color: #666666; font-size: 1.2em; font-weight:bold; line-height: 200%; }
/*リスト
*/
.liststyle { margin-bottom: 10px; }
.list01 { margin-left: 5px; list-style-type: none; }
.list02 { margin-left: 30px; list-style-type: disc; }
.list03 { font-weight: bold; list-style-type: none; margin-left: 5px; }
.list04 { list-style-type: none; margin-left: 30px; }
.list05 { list-style-type: none; margin-left: 60px; }
.list06 { list-style-type: decimal; margin-left: 60px; }

/*テーブル*/
table { color: #666; font-size: 12px; line-height: 180%; }

/*リンク*/
.link1{
text-decoration:underline; color:#b50016;
}
