
/*全体指定*/
body {
 margin-left:0px;
 margin-top:0px;
 margin-right:0px;
 margin-bottom:0px;
 font-family:"MSPゴシック","Osaka";
 color:#4C4C4C;
 background-color: #223364;
 background-image: url(img/bg01.gif);
 background-repeat: repeat-y;
 background-position: center center
}

/*リンク指定*/
a:link {
 color:#243E9F;
 text-decoration:underline;
}

a:visited {
 color:#919ECF;
 text-decoration:underline;
}

a:hover {
 color: #243E9F;
 text-decoration:none;
}

a:active {
 color:#243E9F;
 text-decoration:none;
}


/*フッター*/
#footer a:link {
 color:#676767;
}

#footer a:hover,#footer a:active {
 color:#676767;
 text-decoration:none;
}

#footer a:visited {
 color:#676767;
}


/*テキストサイズ指定*/
.sml {
 font-size:70%;
 line-height:145%;
}

.sml2 {
 font-size:80%;
 line-height:160%;
}

.mdm {
 font-size:80%;
 line-height:160%;
}

.mdm2 {
 font-size:90%;
 line-height:170%;
}

.mdm3 {
 font-size:100%;
 line-height:170%;
  color:#7E4700;
}

.mcolor {
 font-size:80%;
 line-height:160%;
 color:#7E4700;
}

.lrg {
 font-size:100%;
 line-height:160%;
}
