@charset "UTF-8" /*ワイヤーフレーム設定*/
html {
 margin: 0px;
 padding: 0px;
 height: 100%;
 width: 100%;
 position: relative;
}
body {
	margin: 0px;
	padding: 0px;
	position: relative;
	height: 100%;
	width: 100%;
	background:url(img/containerBack.jpg) repeat-y center top;
}
/* For Index Top Header */

#IndexHeader {
	height: 506px;
	width: 100%;
	position: relative;
}
/* For 2ndPage Header */

#Header {
	height: 230px;
	width: 100%;
	position: relative;
	z-index: 600;
}
/* For Contents */

.container {
	height: auto;
	width: 944px;
	position: relative;
	margin: 0 auto;
	padding: 6px 4px;
}
#LeftBlock {
	height: auto;
	width: 240px;
	position: relative;
	padding: 0 0 0 12px;
}
#MainContents {
	height: auto;
	width: 640px;
	position: relative;
	float: right;
	padding: 0 22px 0 0;
}




/* For footer */

#footer {
	height: auto;
	min-height: 60px;
	width: 100%;
	border-top: 4px solid #096;
	position: relative;
	clear: both;
	background:#FFF;
}

