BODY {
       background-color: "#FFFFFF";
       width: 100%;
       font-size: 20px;
       text-height:15px;
       font-family: sans-serif ;
       }

a {
	text-decoration: none;
}
a:link {
	text-decoration: none;
         color: #2F4F4F;
}
a:visited {
	text-decoration: none;
         color: #2F4F4F;
}
a:active {
	text-decoration: underline;
}
a:hover {
	text-decoration: underline;
}



HR {
     width: 90%;
     border: #003399 dashed 2px;
     }
TD {
     color: #000000;
     background-color: #FFFFFF;
     text-aligh: left;
     text-indent: 3px;
     width:450px;
     vertical-align: top;
     }
h1{
    font-family:  Osaka, sans-serif;
    font-size: 28px;
    margin: 0.4em 0;
    padding: 0.2em 0.6em;
    text-align: center;
    background-color:#CCE6FF;
    color: #003399;
    }
dt{
    font-weight: bold;
    }

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

.line-through{ text-decoration:line-through; }

.float_right{ float:right; }
.float_left{ float:left; }
.comment{ color:#666666; }

/*  画像を使用したアンカー(リンク) */
a img{ border: none 0px; }

ul.none{
         list-style-type: none;
         }

fieldset{
          border: #29C20A 1px dashed;
          }
fieldset legend{
                 background-color:#29C20A;
                 color: #FFFFFF;
                 font-weight:bold;
    margin: 0.4em 0;
    padding: 0.2em 0.6em;
                 }


.SiteTitle {
	margin: 0; /* don't touch */
	padding: 0; /* don't touch */
	width: 100%; /* don't touch */

	height: 70px;
	background-image: url("img/sitetitle_bg.gif"); 
	background-repeat: no-repeat;
	background-position: 260px 0px;
	background-color: #ffffff;
	color: #808080;
}
