@import url("basic.css");

p.mmhide_mainimage {
	margin-top:5px;
	margin-left:12px;
}

div#main p.banner {
	padding-top:10px;
	float:right;
	margin-right:20px;
}

div#main p.lead {
	padding-top:10px;
	width:450px;
	margin-left:23px;
	margin-bottom:1em;
}

div#main p.lead img {
	float:right;
	margin-left:10px;
}

div#main div.service{
	width:705px;
	margin-left:auto;
	margin-right:auto;
	padding-bottom:10px;
	background-color: #fcfae9;
	border-right: 1px solid #ccc;
	border-left: 1px solid #ccc;
	background-image: url(img/bg_service_bottom.gif);
	background-repeat: no-repeat;
	background-position: 0 bottom;
}
div#main div.service h2{
	margin-bottom:20px;	
}

div#main div.service div.servicelist{
	float:left;
	width:310px;
	padding-left:20px;
	padding-right:20px;
}


div#main div.service dl{

}

div#main div.service dt{
	font-size: 120%;
	width:175px;
	padding-left:8px;
	margin-right:5px;
	background-image: url(img/icon_01.gif);
	background-repeat: no-repeat;
	background-position: 0 3px;
	float:left;
}

div#main div.service dt span{
	font-size: 80%;
	display:block;
	margin-top:5px;
}

div#main div.service dd{
	margin-bottom:20px;
}

