body,td,th { /*BODY指定*/
/*	font-size: 12 px; 本文の文字サイズ*/
	color : #333333; /*本文の色*/
}

table { /*TABLE指定*/
/*	table-layout:fixed; /*テーブル高速表示option*/
}

a:Link{ /*リンク指定*/
	text-decoration  : true ; /*下線指定*/
	color : #006600; /*色指定*/
}

a:Visited{ /*リンク後指定*/
	text-decoration  : true; /*下線指定*/
	color : #006600; /*色指定*/
}

a:Active{ /*アクティブリンク指定*/
	text-decoration  : none; /*下線指定*/
	color : #FF9900; /*色指定*/
}

a:Hover	{ /*ホバ−リンク指定*/
	text-decoration  : none; /*下線指定*/
	background-color : #409D27; /*文字背景指定*/
	color : #FFFFFF; /*色指定*/
}

.t12_gyoukan { /*12ポイント行間調整*/
	font-size: 12px; ; line-height: 13pt;
}

.t12 { /*12ポイント*/
	font-size: 12px;
}

.t11 { /*11ポイント*/
	font-size: 11px;
}

.t11_2 { /*11ポイント*/
	font-size: 11px; line-height: 120%;
}

.t11_white { /*11ポイント*/
	font-size: 11px;
	color : #FFFFFF; /*色指定*/
}

.t10 { /*10ポイント*/
	font-size: 10px;
}

.t9 { /*9ポイント*/
	font-size: 9px;
}

.kaigyo1{/*120%*/
	line-height: 120%;
}
