@charset "Shift_JIS";

body { 
 background-color: #e0ffff; /* lightcyan */
 font-size: medium;
 line-height: 200%;
 margin: 0;
 padding: 0.5em;
 }

h1 { font-size:x-large; }

a:link { color: #0000ff; }
a:visited { color: #0000ff; }
a:hover { color: #ff0000; }
a:active { color: #0000ff; }

ul {
 margin: 0 0 0 1em;
 padding:0;
 list-style-type: none;
 }

.suihei {
 width: 90%;
 height: 3px;
 background-color: #ff4500;
 border: none;
 color: #ff4500; /* IE7ȉ΍ */
 }

.red { color: #ff0000; }
.orangered { color: #ff4500; } /* orangered */

.center { text-align: center; }
.right { text-align: right; }

.new {
 vertical-align: super;
 font-size: small;
 color: #ff0000; }

.bold { font-weight: bold; }

.small { font-size: small; }

.medium { font-size: medium; }



