/* 一般文字・Ｍサイズ */ 
body  { 
margin-top: 0; 
margin-bottom: 0;
margin-left: 0;
margin-right: 0;
background-color: #F0EEE8; 
font-size: 12px; 
line-height: 17px;
font-family: "ＭＳ ゴシック", Osaka; 
color: #353535; 
 }
 
td  { 
font-size: 12px;
 line-height: 17px;
 font-family: "ＭＳ ゴシック", Osaka;
 color: #353535; 
 }


/* ＬＬサイズ */ 
.ll { 
font-size: 16px; 
line-height: 17px;
 font-family: "ＭＳ ゴシック", Osaka;
 }

/*  Ｌサイズ */ 
.l {
 font-size: 14px; 
 line-height: 17px; 
font-family: "ＭＳ ゴシック",Osaka;
 }

/*  Ｍサイズ */ 
.m { 
font-size: 12px; 
line-height: 15px; 
font-family: "ＭＳ ゴシック", Osaka;
}

/*  Ｍサイズ */ 
.mw { 
font-size: 12px;
line-height: 17px; 
font-family: "ＭＳ ゴシック", Osaka;
 }

/*  Ｓサイズ */ 
.s { 
font-size: 11px; 
line-height: 13px; 
font-family: "ＭＳ ゴシック", Osaka;
}

/*  ＳＳサイズ */ 
.ss { 
font-size: 10px; 
line-height: 12px;
font-family: "ＭＳ ゴシック", Osaka;
}


/*　基本リンク　*/ 
a:visited {
color:#0066CC; 
text-decoration: none ;
}
a:link { 
color:#0066CC; 
text-decoration: none;
}
a:active { 
color:#0066CC; 
text-decoration: none;
}
a:hover { 
color:#F0A12F;
text-decoration: underline;
}
