body,table,tr,td 
{ 
font-size: 7.5pt;
color: #6b3d00;
letter-spacing: 3px;
line-height: 150%
 }
 
A:{  } 
A:link { color: #000000;
text-decoration: none; } /* まだ見ていないリンク色 */
A:visited { color: #6B5510; 
text-decoration: none;} /* 既に見たリンク色 */
A:active { color: #FF9933; } /* リンクを選択した時の色 */
A:hover { color: #FF9933; } /* カーソルが上にある場合の色 */

 
 
.font_b{ font-weight: bold; }
.font_red{ color: #FF0000 }

.text7{ font-size:7pt; }
.text8{ font-size:8pt; }
.text9{ font-size:9pt; }
.text10{ font-size:10pt; }
.text11{ font-size:11pt; }
.text12{ font-size:12pt; }
.text13{ font-size:13pt; }
.text14{ font-size:14pt; }
.dott{
  color: #006699; /* 線の色(IE用) */
  background-color: #006699; /* 線の色(NN用) */
  height: 3px; /* 線の太さ */
  border: 3px; /* 枠の太さ */
  border-style: dotted; /* 枠の種類 */
}
.bg01 {
background-image: url("about/images/matsuyama_bg2.jpg");
background-repeat: no-repeat;
}
.bgcolor_schedule{
background-color: #FFFF99; 
}
.bgcolor_schedule_off{
background-color: #cccccc; 
}
