/*　基本設定　*/
body {
color: #333333;
font-size: 12px;
}

A:LINK { COLOR: #3069B3 }				/*　リンク色　*/

A:VISITED { COLOR: #666666  }		/*　すでに見たリンク　*/

A:HOVER { COLOR: #CE3100  }		/*　カーソルが上にある時のリンク　*/

.ft16 {
	font-size: 16px;
}     /*　テキストサイズ16pix　*/

.ft14 {
	font-size: 14px;
}     /*　テキストサイズ14pix　*/

.ft12 {
	font-size: 12px;
	line-height: 120%;
}     /*　テキストサイズ12pix　*/

.ft11 {
	font-size: 11px;
	line-height: 120%;
}

.ft10 {
	font-size: 10px;
	line-height: 120%;
}

.ft9 {
	font-size: 9px;
}

.ft8 {
	font-size: 8px;
}

.ftl12 {
	font-size: 12px;
	line-height: 120%;
}

.ft_td10 {
	font-size: 10px;
	background-color: #FFFFFF;
}
