body, td, tr, div,p {/*通常のテキスト*/
	color: #007777;
	font-family: "ＭＳ Ｐゴシック", Osaka;
	line-height: 14px;
	font-size: 12px;
}


a{/*リンクされた文字*/
    color:#006666;
    font-style:normal;
    text-decoration:underline;
}
a:link {/*未訪問のリンク*/
    color:#006666;
    font-style:normal;
    text-decoration:underline;
}
a:visited {/*訪問後のリンク*/
    color:##006666;
    text-decoration:underline;
}


.t01 {
	font-size: 12px;
	font-family: "ＭＳ Ｐゴシック", Osaka;
}

.text9 {  font-size: 9px; line-height: 10px; }
.text10 {  font-size: 10px; line-height: 12px; }
.text11 {  font-size: 11px; line-height: 14px; }
.text12 {  font-size: 12px; line-height: 15px; }
.text11 { font-size:11px;  line-height:13px; }
.text14 { font-size:14px;  line-height:18px; }
.text16 {  font-size: 16px; line-height: 20px; }
