@charset "utf-8";
/* CSS Document */

#index_contents {
}
#aboutus_index  {
	width: 400px;
	height: 250px;
}

#aboutus_header {
	height: 50px;
	width: 234px;
	background-image: url(../images/contentarea_aboutus_header.png);
	background-repeat: no-repeat;
}
#aboutus_matter {
	height: 150px;
	background-color: #F4F4F4;
	margin-left: 52px;
	
	border-radius: 0 15px 15px;
	-moz-border-radius: 0 15px 15px;
	-webkit-border-radius: 0 15px 15px;
	-o-border-radius: 0 15px 15px;
	
	border-color: #000;
	border-style: solid;
	border-width: 0 4px 4px 0;
}
#aboutus_index_contentholder {
	padding: 10px;
}
/*Contact Index*/
#contact_index  {
	width: 300px;
	height: 250px;
	padding-left: 50px;
}

#contact_header {
	height: 50px;
	width: 234px;
	background-image: url(../images/contentarea_contact_header.png);
	background-repeat: no-repeat;
}
#contact_matter {
	height: 300px;
	background-color: #F4F4F4;
	margin-left: 52px;
	
	border-radius: 0 15px 15px;
	-moz-border-radius: 0 15px 15px;
	-webkit-border-radius: 0 15px 15px;
	-o-border-radius: 0 15px 15px;
	
	border-color: #000;
	border-style: solid;
	border-width: 0 4px 4px 0;
}
#contact_index_contentholder {
	padding-top: 40px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}

/*Services Index*/
#services_index  {
	width: 400px;
	height: 250px;
}

#services_header {
	height: 50px;
	width: 234px;
	background-image: url(../images/contentarea_services_header.png);
	background-repeat: no-repeat;
}
#services_matter {
	height: 150px;
	background-color: #F4F4F4;
	margin-left: 52px;
	
	border-radius: 0 15px 15px;
	-moz-border-radius: 0 15px 15px;
	-webkit-border-radius: 0 15px 15px;
	-o-border-radius: 0 15px 15px;
	
	border-color: #000;
	border-style: solid;
	border-width: 0 4px 4px 0;
}
#services_index_contentholder {
	padding: 10px;
}