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

table  { 
color:#353535;
font-size:94%; 
 line-height:140%; 
font-family:"ＭＳ ゴシック", Osaka; 
}


/*  LLサイズ */ 
.ll { 
font-size:108%; 
line-height:140%; 
}

/*  Lサイズ */ 
.l { 
font-size:102%; 
line-height:140%; 
}

/*  Mサイズ */ 
.m { 
font-size:94%; 
line-height:140%; 
}

/*  Sサイズ */ 
.s {
 font-size:84%; 
 line-height:126%;
 }

/*  SSサイズ */ 
.ss { 
font-size:74%; 
line-height:110%; 
}


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

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

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

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

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

/*  pxで指定SSサイズ */ 
.pxss {
 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 ;
}

