/* ---------- for 01serv ---------- */
#style01{
	margin: 20px;
	font-size: 85%;
}

#style01 h3,#style01 p{
	border-left: 5px solid #00f;
	padding: 0 5px;
}
#style01 p{
	padding: 5px 20px 0 5px;
	line-height: 150%;
}
#style01 p{
	margin-bottom: 30px;
}

#style01 td{
	width: 25%;
	text-align: left;
}
#style01 td ul{
	padding-left: 15px;
	list-style-type: circle;
	margin: 3px 5px 10px;
}
#style01 td li{
	line-height: 150%;
}

#style01 td a:link,#style01 td a:visited{
	text-decoration: none;
}
#style01 td a:hover,#style01 td a:active{
	text-decoration: underline;
	color: #f00;
}