/* 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: 1.5em 0px 10px 0px;
	clear: both;
}

h4 {
	color: #333333;
    font-size: 120%;
	font-weight: bold; 
}
 
p {
    font-size: 100%;   
	line-height: 150%;
}

