@charset "Shift_JIS";


/***************************  法令通達用CSS   ***************************/

*{
	list-style:none;
}

/* --文字サイズ・色指定を消した調整-- */
/*#search{
	float:right;
}*/

/* --法令・通達ページ範囲-- */
#hor_main{
	width:60em;
	text-align: left;
}

/* --見出し-- */
#hor_main li{
	float:left;
}

#hor_main h2{
    clear:both;
	margin:2px 0;
	padding:5px 0 5px 20px;
	background-color:#003399;
	color:#FFFFFF;
}
/*hr設定*/
hr{
	border:1px solid #CCCCCC;
	margin:10px 0px;
	height:1px;
}

hr .clear{
	clear:both;
}
/*赤文字*/
.t_red{
	color:#FF0000;
}

/* --ベリサインとフッター調整-- */
.left_verisign{
	width:99px;
	margin:10px auto;
}

#footer{
	margin-top:10px;
	text-align:center;
}

/* --印刷ボタン-- */

#print_botan{
	text-align:right;
}

/* --印刷時のみタイトル表示-- */

.print_only{
	visibility:hidden;
}

/***************************  法令・通達一覧独自CSS   ***************************/
#hor_fnd{
}

/***************************  法律一覧独自CSS   ***************************/
#hor_houritsu{
}
.right {
	float: right;
}
#hor_main .right a {
	text-decoration: underline;
}

/***************************  調査研究独自CSS   ***************************/
#cho_title a{
	text-decoration: underline;
}

/***   --リンクの色--  ***/
#cho_title a:link {
	color: #0000FF;
}

#cho_title a:visited {
	color: #0000FF;
}

#cho_title a:hover {
	color: #FF0000;
}
/***************************  お知らせ追加CSS   ***************************/
#titleBorder {
	border:1px solid #0CF;
	display:block;
	padding:0.3em 0;
}
/***************************  労働災害発生速報CSS   ***************************/
#detail_comment {
	padding:0.5em;
　　background:#F7F7F7;
	color:#666;
	margin-top:0.5em;
}
