@charset "utf-8";
/*　お役立ち情報　表 ------------------　*/

#oyakudachit_title {
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.3;
	color: #333333;
	border-left-color: #1d3f04; /* 左枠の色 */
	padding: 4px 0px 0px 8px; /* 余白の幅 */
	border-style: solid; /* 枠の種類 */
	border-width: 0px 0px 0px 15px; /* 枠の幅 */
	margin: 30px 0px 0px 100px;
}
#oyakudachi {
	height: 196px;
	overflow:auto;
	width: 525px;
	margin-bottom: 20px;
	margin-left: 90px;
	margin-top: 10px;
}
#oyakudachi table {
	border: 1px solid #999999;
	width: 490px;
	margin: 5px 0px 10px 10px;
}
#oyakudachi th {
	border: 1px solid #999999;
	padding:3px;
	color: #666666;
	text-align: center;
	background: #E7DBEC;
	font-size: 85%;
}
#oyakudachi td {
	border: 1px solid #999999;
	padding: 3px 5px 3px;
	color: #666666;
	text-align: left;
	font-size: 11px;
}
#oyakudachi table h3 {
	font-size: 92%;
}
#oyakudachi img{
	vertical-align: text-top;
}
