@charset "utf-8";


/***************************  コンテンツ目次用   ***************************/



/*-- コンテンツ更新履歴 --*/
#contentsNews {
	width: 74em;
	padding:0.8em;
	border: #999 dashed 1px;
	margin:0 auto 1em;
	overflow:auto;
	height:8em;
}
#contentsNews a:hover {
	text-decoration:underline;
}
#contentsNews p {
	margin-bottom:1em;
}
#contentsNews dl {
	color:#666666;
}
#contentsNews dt {
	clear:both;
	float: left;
	width: 6em;
	padding: 0 0 1em 0.5em;
}
#contentsNews dd {
	margin: 0 0 0 5em;
	padding:0 0 1em 1.5em;
	zoom: 1;/*for IE6*/
	background: url(../image/newarrow.gif) no-repeat 0.3em 0.2em;
}

/*-- 左右メニュー入れ物 --*/
#menuBox {
	width: 100%;
	margin-bottom: 4em;
}





/*コンテンツメニュー左寄せ*/
#menu01 {
	width:35em;
	float:left;
	padding-left: 2.1em;

}
/*コンテンツメニュー右寄せ*/
#menu02 {
	width:35em;
	float:right;
	padding-right: 2.1em;
}


/*各コンテンツ内メニューボタン仕様設定*/
/*共通*/
.contentsInner h2 a {
	display: block;
	padding:0.6em 4.2em 0.6em 1em;
	width: 24em;
	margin-bottom:0.2em;

}
/*コンテンツメニューテキストリンクは下線付き*/
#container .contentsInner a {
	text-decoration: underline;
}
/*コンテンツメニューテキストリンクactive変更*/
.contentsInner h2 a:focus {
	color:#00F;
}
.contentsInner h2 a:active {
	color:#00F;
}

/*法令*/
.contentsInner h2.horbg a {
	background:#FFF url(../image/houreigrd.gif) repeat-x center center;
}
/*化学*/
.contentsInner h2.kagbg a {
	background:#FFF url(../image/kagakugrd.gif) repeat-x center center;
}
/*災害事例*/
.contentsInner h2.saibg a {
	background:#FFF url(../image/saigaigrd.gif) repeat-x center center;
}
/*統計*/
.contentsInner h2.tokbg a {
	background:#FFF url(../image/toukeigrd.gif) repeat-x center center;
}
/*健康*/
.contentsInner h2.kenbg a {
	background:#FFF url(../image/kenkougrd.gif) repeat-x center center;
}
/*快適*/
.contentsInner h2.kaibg a {
	background:#FFF url(../image/kaitekigrd.gif) repeat-x center center;
}


/*コンテンツメニュー概要文*/
/*法令*/
.horKaisetu {
	border-top: #6CF solid 2px;
	padding:1em 1em 2em 1em;

}
/*化学*/
.kagKaisetu {
	border-top: 2px solid #85A4FA;
	padding:1em 1em 2em 1em;

}
/*災害事例*/
.saiKaisetu {
	border-top: 2px solid #5EABE1;
	padding:1em 1em 3em 1em;

}
/*統計*/
.tokKaisetu {
	border-top: 2px solid #60D3E3;
	padding:1em 1em 4em 1em;

}
/*健康*/
.kenKaisetu {
	border-top: 2px solid #B3F36D;
	padding:1em 1em 4em 1em;

}
/*快適*/
.kaiKaisetu {
	border-top: 2px solid #77EB9D;
	padding:1em 1em 4em 1em;

}
