body,td,th { /*BODY指定*/
/*	 FONT-SIZE:94%; _FONT-SIZE:75%; line-height: 130%; 本文の文字サイズ*/
	color : #333333; /*本文の色*/
}

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

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

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

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

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

/*フォントサイズについてのメモ：フォントサイズは「%」指定に統一しています。「FONT-SIZE」はIE以外のブラウザ用、「_FONT-SIZE」がIE用の大きさになっています。IE用は「(○ピクセル/16ピクセル)*100」で%を決定、IE以外用は「((○ピクセル+3ピクセル)/16ピクセル)*100」で%を計算しています。*/

.t12_kaigyou { /*TOP用*/
	FONT-SIZE:94%; _FONT-SIZE:75%;
	line-height: 130%;
}

.t12 {
	FONT-SIZE:94%; _FONT-SIZE:75%;
}

.t12_kaigyou_a {
	FONT-SIZE:94%; _FONT-SIZE:75%;
	line-height: 180%;
}

.t12_kaigyou_a_blue {
	FONT-SIZE:94%; _FONT-SIZE:75%;
	color:#3A489E;
	line-height: 180%;
}

.t11 {
	FONT-SIZE:88%; _FONT-SIZE:69%;
}

.t10 { /*○○○○*/
	FONT-SIZE:81%; _FONT-SIZE:63%;
}

.t9 { /*○○○○*/
	FONT-SIZE:75%; _FONT-SIZE:56%;
}

.kaigyo {
	line-height: 120%;
}

.copy { /*ピクセルだと10ptの大きさ*/
	FONT-SIZE:81%; _FONT-SIZE:63%;
	color: #333333;
	line-height: 105%;
}

.img_text{/*テキストと画像の並びを一直線に。画像に適用。*/
	vertical-align:middle;
}

.header {
	height: 12px;
	background-color: #53bb00;
}

.header h1 { /* SEO対策用見出し追加 */
	margin: 0px;
	margin-left: 5px;
	font-size:10px;
	font-weight:normal;
	color: #ffffff;
	text-decoration:none;
}

table.normal_tbl {
	background-color: #cccccc;
	FONT-SIZE:94%; _FONT-SIZE:75%;
	line-height: 180%;

}

.normal_tbl th {
	margin: 1px;
	padding: 5px;
	background-color: #eeeeee;
	text-align:center;
}

.normal_tbl td {
	margin: 1px;
	padding: 5px;
	background-color: #ffffff;
	text-decoration: none;
	font-weight: normal;
}

.address dd {
	padding-bottom:10px;
}
