body {background-color: #ffffff;color: #000000;

}/*背景　文字色*/




a {text-decoration: none;}/*リンク線なし*/



.main{background-color:#afeeee}  /*本体の色*/

a:hover {background-color:#d8ddff; }/*リンクオーバーの色*/

p.example1 { color: #ff0000; }  /*赤*/
p.example2 { color: #0000ff; }  /*青*/
p.example3 { color: #008000; }  /*緑*/
p.example4 { color: #ffff00; }  /*黄色*/
p.example5 { color: #ff00ff; }  /*ピンク*/
p.example6 { color: #cc00cc; }  /*紫*/


.black {color:#000000;}/*黒<span class="black"></span>*/
.red {color:#ff0000;}/*赤<span class="red"></span>*/
.blue {color:#0000ff;}/*青<span class="blue"></span>*/
.gray {color:#808080;}/*グレイ<span class="gray"></span>*/
.pink {color:#ff00ff;}/*ピンク<span class="pink"></span>*/
.green {color:#008000;}/*緑<span class="green"></span>*/
.yellow {color:#ffff00;}/*黄色<span class="yellow"></span>*/
.white {color:#ffffff;}/*白<span class="white"></span>*/


BODY { font-size: medium }  /* 標準 */
.xs { font-size: xx-small } /* 小2 */
.xm { font-size: x-small }  /* 小1 */
.sm { font-size: small }    /* 小 */
.md { font-size: medium }   /* 標準 */
.la { font-size: large }    /* 大 */
.xr { font-size: x-large }  /* 大1 */
.xl { font-size: xx-large } /* 大2 */
.sr { font-size: smaller }  /* 一段階小さい */
.lr { font-size: larger }   /* 一段階大きい */
.pt { font-size: 10pt }     /* 10pt */
.px { font-size: 20px }     /* 20px */
.pe { font-size: 200% }     /* 200% */




