

html {
	
	width: 100%;
	overflow-x: hidden;
}

body {
	margin: 0;
	padding: 0 30px;
	min-width: 1000px;
	text-align: left;
	background: #616161 url(../img/c2style_bg.gif) repeat-y 10px 0;
	position: relative;
	bottom: 0;
}

#header:after,
#utilities:after,
#mainNavi ul:after,
#targetNavi ul:after,
#contents:after,
#c2style:after {
	content: "."; 
	display: block; 
	clear: both; 
	height: 0; 
	visibility: hidden; 
}
#header,
#utilities,
#mainNavi ul,
#targetNavi ul,
#contents,
#c2style {
	min-height: 1px;
}
* html #header,
* html #utilities,
* html #mainNavi ul,
* html #targetNavi ul,
* html #contents,
* html #c2style {
	/height: 1px;
}



#documentBody {
	margin: 0;
	padding: 0;
	position: relative;
	min-height: 100vh;
	background: #fff;
}

#header {
	height: 170px;
	min-width: 1000px;
	position: fixed;
	left: 30px;
	right: 30px;
	z-index: 100;
}

#navigation {
	min-width: 1000px;
	box-sizing: border-box;
	position: fixed;
	top: 92px;
	z-index: 100;
}
#crombsNavi {
	min-width: 1000px;
	box-sizing: border-box;
	position: fixed;
	top: 170px;
	left: 30px;
	right: 30px;
	z-index: 100;
}
#contents {
	position: relative;
	top: 197px;
}
#c2style #leftNavi {
	width: 350px;
	height: 100%;
	/*float: left;*/
	position: fixed;
	top: 197px;
	z-index: 100;
	overflow-y: auto;
	
}

#container {
	margin: 0;
	margin-bottom: -20px;
}

#c2style #container {
	/*float: right;
	width: 620px;*/
	margin-left: 363px;
}

body#c1style,
body.c1style {
	background: #616161 url(../img/c1style_bg.gif) repeat-y 10px 0;
}




