/* CSS Document */

h3, h4{
    line-height:1.5;
}

h3 { 
	background-image: url(http://www.takecare.jp/img/img-h3.gif);
	border-bottom: 1px dotted #5FBF59;
    color: #3A8D36;
	font-size:120%;
	font-style: bold; 
	padding: 0px 0px 0px 15px;
	margin: 0.5em 0px;
	clear: both;
}

h4 {
	color:#009901;
    font-size: 120%;
	font-weight: bold; 
	float:center; 
	margin: 0px;
    margin-top: 20px;
	margin-bottom: -10px;
}

h5 {
	color: #F333333;
    font-size: 120%;
	font-weight: bold; 
	float:center; 
	margin: 0px;
    margin-top: 20px;
	margin-bottom: -10px;
}
 
p {
    font-size: 100%;   
	line-height: 150%;
	padding-bottom: 15px;
}

th {
	font-size: 100%;
	font-weight: normal;
	line-height: 150%;
	padding: 5px 5px 5px 5px;
}

td {
	font-size: 100%;
	font-weight: normal;
	line-height: 150%;
	padding: 5px 5px 5px 5px;
}	
