



body {
	margin: 0;
	padding: 0 auto;
	text-align: center;
}

#header:after,
#contents:after,
#c2style:after {
	content: "."; 
	display: block; 
	clear: both; 
	height: 0; 
	visibility: hidden; 
}
#header,
#contents,
#c2style {
	min-height: 1px;
}
* html #header,
* html #contents,
* html #c2style {
	/height: 1px;
}
#documentBody {
	margin: 0 auto;
	padding: 0 0px 0 0px;
	width: 1000px;
	text-align: left;
	position: relative;
	background: #fff;
	/*overflow: hidden;*/
	border-left: 1px solid #fff;
}

#header {
	position: relative;
	height: 95px !important;
}

#navigation {
	position: absolute;
	top: 52px;
}

#c2style #leftNavi {
	width: 350px;
	float: left;
}
#c2style #container {
	float: right;
	width: 630px;
}

#c1style {
	position: relative;
}
#c1style #leftNavi {
	width: 350px;
}
#c1style #container {
	padding: 35px 0 0;
}




