@charset "utf-8";
/* CSS Document */

h2 {
	font-size: 11px;
	line-height: 1.5;
}

#logoHeader {
	padding: 15px 0px 15px 30px;
	height: 47px;
}


#mainContent {
	background-color: #FFF;
	background-image: url(../images/mainContentHalfBG.png);
	background-repeat: repeat-x;
	width: 100%;
	height: 100%;
	overflow: hidden;
	padding-bottom: 30px;
}

#philosophy_detail {
	float: left;
	width: 379px;
	padding: 30px 0px 0px 50px;
}

#rightImage {
	float: right;
	padding: 30px 50px 0px 0px;
	width: 400px;
}

#leftImage {
	float: left;
	width: 405px;
	padding: 5px 0px 0px 50px;
}

#technology_detail {
	float: right;
	padding: 0px 70px 0px 0px;
	width: 374px;
}

#footer {
	background-color: #fff;
}
