/*サイト全体*/
A:link{color:#000000}
A:visited{color:#000000}
A:hover{color:#ff0000}

/*TOP、右サイドのイチオシ記事*/
a.side:link { color: #52443C; text-decoration: underline; }
a.side:visited { color: #52443C; text-decoration: underline; }
a.side:hover { color: #ff0000; text-decoration: underline; }

/*ヘッダーの#000000部分のメニュー*/
a.header:link { color: #f0f0f0; text-decoration: none; }
a.header:visited { color: #f0f0f0; text-decoration: none; }
a.header:hover { color: #ffffff; text-decoration: underline; }

/*会員企業紹介URL*/
a.member:link { color: #757575; text-decoration: underline; font-size: 80%;}
a.member:visited { color: #757575; text-decoration: underline; font-size: 80%;}
a.member:hover { color: #ff0000; text-decoration: underline; font-size: 80%;}

/*TOPのTOPICS*/
.text-mid {
	FONT-FAMILY: "ＭＳ Ｐゴシック", "Osaka";
	font-size: 120%;
	line-height:135%;

}
.text12 {
	FONT-FAMILY: "ＭＳ Ｐゴシック", "Osaka";
	font-size: 12px;
	line-height:135%;
}

/*TOP、右サイドのイチオシ記事*/
.side12 {
	FONT-FAMILY: "ＭＳ Ｐゴシック", "Osaka";
	font-size: 80%;
}

/*ヘッダーの#000000部分のメニュー*/
.header12 {
	FONT-FAMILY: "ＭＳ Ｐゴシック", "Osaka";
	font-size: 80%;
 color: FFC629
}

/*プロジェクトのサブメニュー*/
.project_sub {
	FONT-FAMILY: "ＭＳ Ｐゴシック", "Osaka";
 color: FF0000
}

/*コラム、イチオシ、安録槧のページ下部「バックナンバー」のテキスト*/
.back12 {
	FONT-FAMILY: "ＭＳ Ｐゴシック", "Osaka";
	font-size: 80%;
}

/*コラムの判子画像【野々下氏】*/
td .han {
background-image: url(http://www.osaka-anzen.jp/column/img/han_nono.gif);
background-repeat: no-repeat;
background-position: right top;
}

/*コラムの判子画像【中野氏】*/
td .han_nakano {
background-image: url(http://www.osaka-anzen.jp/column/img/han_nakano.gif);
background-repeat: no-repeat;
background-position: right top;
}

/*コラムの判子画像【佐橋氏】*/
td .han_saha {
background-image: url(http://www.osaka-anzen.jp/column/img/han_saha.gif);
background-repeat: no-repeat;
background-position: right top;
}

/*コラムの判子画像【鳴川氏】*/
td .han_narukawa {
background-image: url(http://www.osaka-anzen.jp/column/img/han_narukawa.gif);
background-repeat: no-repeat;
background-position: right top;
}

/*コラムの判子画像【福一氏】*/
td .han_huku {
background-image: url(http://www.osaka-anzen.jp/column/img/han_huku.gif);
background-repeat: no-repeat;
background-position: right top;
}

.hyou1{
	width: 100%;
	border: solid 1px #000;
	border-collapse: collapse;
	border-spacing: 0px; }
	
.hyou1 th,.hyou1 td{
	font-size: 80%;
	line-height: 120%;
	padding: 3px;
	border-right: solid 1px #000;
	text-align: right; }
	
.hyou1 th{
	text-align: center;
	font-weight: normal; }
	
.hyou1 .border {
	border-bottom: dashed 1px #000;
	}

.hyou1 .title {
background-color: #dddddd;
	}

