@charset "utf-8";
/* CSS Document */

.h3_sub{     
	color: #1A3053;
    text-align: left;	
}

#main_comment h4 {
    color: #71BF44;
	border-bottom-color: #71BF44;
}

#main_comment h5 {
	color: #333333;
	text-align: center;
	margin-top: 0;
}

.img_r250 {
    width: 250px;
}

#main_comment p.cap_txt {
	font-size: 1em;
	padding: 0;
	line-height: 1.2em;
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}

/* リスク評価表組み */
table.tbl {
	border-collapse: collapse;
	margin: 5px auto;
	width: 450px;
	font-size: 0.8em;
	margin-bottom: 20px;	
}

table.tbl td {
    border: solid 1px #666666;
    padding: 5px;
}

.margin_b30 {
    margin-bottom: 30px;
}

/* リンク */
.sitelink {
	clear:both;
　　background: url(site_arrow_small.gif) no-repeat left center;
	padding-left:16px;
	font-size:14px;
	font-weight:bold;
	line-height:14px;
	color:#009;
}

