/*　特に指定なしは全ページ共通　*/BODY, TH, TD { font-size: 80%; }							/* ページ全体のフォントサイズを通常の80％に設定 */							.text-std { font-size: 100%; }								/*　フォントサイズを通常の大きさに設定　*/	.text-big { font-size: 120%; }								/*　フォントサイズを120%の大きさに設定　*/					.text-150 { font-size: 150%; }								/*　フォントサイズを150%の大きさに設定　*/.text-small { font-size: 70%; }								/*　フォントサイズを70%の大きさに設定　*//*　トップページの右メニューのリンク設定　*/A.topmenu{ text-decoration : none; }						/* 下線無 */A.topmenu:link{ color:#006600; }							/* 文字色 */A.topmenu:visited{ color:#006600; }							/* 文字色 */A.topmenu:hover{ text-decoration : none; color:#FF9900; } 	/* マウス乗せた時、下線無・文字色 *//*　トップページの新着情報のリンク設定　*/A.new{ text-decoration : none;}								/* 下線無 */A.new:link{ color:#333333; }								/* 文字色 */A.new:visited{ color:#333333; }								/* 文字色 */A.new:hover{ text-decoration : none; color:#FF6600; }		/* マウス乗せた時、下線無・文字色 *//*　右メニュー、パンくずナビ、ジュニアテニスのリンク設定　*/A.menu{ text-decoration : none;	}							/* 下線無 */ A.menu:link{ color:#006600; }								/* 文字色 */A.menu:visited{ color:#006600; }							/* 文字色 */A.menu:hover{ text-decoration:underline; color:#FF9900; } 	/* マウス乗せた時、下線有・文字色 *//*　右メニュー、パンくずナビの「＞」文字設定　*/.fm-small { font-size: 60%; }								/* フォントサイズ　60％に設定 */.fm-small { color: #006600; }								/* 文字色 */.fm-small { font-weight: bold; }							/* 太字 *//*　右メニュー、パンくずナビの「＞」文字設定（太文字なし）　*/.fm-smalls { font-size: 60%; }								/* フォントサイズ　60％に設定 */.fm-smalls { color: #006600; }								/* 文字色 *//*　右メニュー、パンくずナビのリンク以外の文字設定　*/.fm-std { color: #006600; }									/* 文字色 *//*　右メニューリンク設定（事業紹介のみ）　*/A.entmenu{ text-decoration : none;	}							/* 下線無 */ A.entmenu:link{ color:#FFFFFF; }								/* 文字色 */A.entmenu:visited{ color:#FFFFFF; }							/* 文字色 */A.entmenu:hover{ text-decoration:underline; color:#FF9900; } 	/* マウス乗せた時、下線有・文字色 *//*　（タイトル用）フォントサイズを170%の大きさに設定　*/.title-big { color: #000000 }.title-big { font-size: 170%; }	.title-big { text-indent: 20px }/*　（小タイトル用）フォントサイズを100%の大きさに設定　*/.title-sub { font-size: 100%; }	.title-sub { text-indent: 20px }.title-sub { color: #000000 }.title-sub { font-weight: bold }/*　（事業紹介の工種・製品名用）フォントサイズを190%の大きさに設定　*/.title-name { color: #000000 }.title-name { font-size: 190%; }	/*　（右メニューの問い合わせ欄）　*/.inq-tel { text-indent: 10px }.inq-tel { color: #FFFFFF }.inq-text { color: #FFFFFF }.inq-title { color: #FFFFFF }.inq-title { font-weight: bold }.inq-title { font-size: 95% }/*　右メニューの背景色　*/TD.bg-menu-bak {background-color:#C0C0C0}			/*　テーブルの背景色　*/TD.bg-menu-inq {background-color:#A9A9A9}			/*　問合せ　*/TD.bg-menu-0 {background-color:#009900}				/*　事業紹介・サイトマップの大分類項目　*/TD.bg-menu-1 {background-color:#99FF66}				/*　メニューの１番目・サイトマップの中分類項目　*/TD.bg-menu-2 {background-color:#CCFF66}				/*　メニューの中２番目　*/TD.bg-menu-3 {background-color:#CCFF99}				/*　メニューの２番目　*/TD.bg-menu-4 {background-color:#E6E6FA}				/*　事業紹介の細分類項目（製品・工法名）　*/TD.bg-menu-proadr1 {background-color:#EEE8AA}		/*　会社案内の住所　*/TD.bg-menu-dic1 {background-color:#DEB887}			/*　用語辞典の大分類の項目　*/TD.bg-menu-dic2 {background-color:#F0E68C}			/*　用語辞典の小分類の項目　*/TD.bg-white {background-color:#FFFFFF}				/*　白線　*//*　表示ページの背景色（右メニュー）　*/TD.bg-menu-ent {background-color:#FFFF66}			/*　事業紹介　*/TD.bg-menu-adb {background-color:#DCDCDC}			/*　事業紹介中のget acrobatの背景色　*/TD.bg-menu-env {background-color:#CCFFFF}			/*　環境保存　*/TD.bg-menu-ken {background-color:#99FF99}			/*　岡山研究所　*/TD.bg-menu-pro {background-color:#CCCC99}			/*　会社案内　*/TD.bg-menu-proadr {background-color:#FFCC66}		/*　会社案内の住所　*/TD.bg-menu-grwl {background-color:#FFFF99}			/*　グリーンウィル　*//*　本文中のリンク設定　*/A.text:hover{color:#336699;}/*　本文中のリンク設定　*/A.text-menu:hover{ color:#336699; }A.text-menu{ text-decoration : none; }A.text-menu:hover{ text-decoration:underline; }/* 　壁紙ダウンロード用　本文中のリンク設定　*/A.text-cal{text-decoration : none;}A.text-cal:link{color:#6666FF;}A.text-cal:visited{color:#6666FF;}A.text-cal:hover{text-decoration:underline; color:#FF9900;}A.text-cal { font-size: 120%; }	/*　TOPICS用　サブメニューのリンク設定　*/A.text-tp{text-decoration : none;}A.text-tp:hover{text-decoration:underline; color:#4169E1;}A.text-tp{color:#000066;}/*　グリーンウィル事業部用のリンク設定　*/A.text-grw:hover{text-decoration:underline; color:#336699;}A.text-grw{color:#FFFFFF;}/*　岡山研究所のリンク設定　*/A.text-oka:hover{color:#006633;}A.text-oka{text-decoration : none;}A.text-oka:hover{text-decoration:underline;}/*　用語辞典の左メニューのリンク設定　*/A.text-dic{text-decoration : none;}A.text-dic:hover{text-decoration:underline;}A.text-dic { font-size: 125%; }	A.text-dic { font-family="ＭＳ ゴシック" }A.text-dic { font-weight: bold }/*　用語辞典の左メニューの文字設定　*/.text-dic { font-size: 100%; }	.text-dic { font-family="ＭＳ ゴシック" }.text-dic { font-weight: bold }/*　赤文字　*/.text-red  {color:#CC0000;}