/* 共通要素の設定 */
body {
	margin: 0px;
	padding: 0px;
	background: url(/newsite/main/common/images/spacer.gif) no-repeat -4px 0px;
	background-color: #FFFFFF;
}

body.courses {
	background: url(/newsite/main/common/images/spacer.gif) no-repeat -4px 0px;
}

#pageBody {
	width: 619px;
}

#container {
	width: 619px;
	background: #FFFFFF;
}

#mainContents {
	overflow: hidden;
}

#pageBody {
	position: static;
}

/* HEADERの設定 */
#header {
	position: relative;
	background: url(/newsite/main/common/images/header_cep_border.gif) no-repeat bottom left;
	width: 619px;
	height: 87px;
}

#header h2 {
	position:	absolute;
	top: 0px;
	left: 0px;
	background: url(/newsite/main/common/images/header_cep_print01.gif) no-repeat top left;
	width: 619px;
	height: 78px;
	z-index: 10;
}

#headerNavi {
	display: none;
}

#headerLocal {
	display: none;
}


/* subContentsの設定 */
#contents div.coursesSubContents {
	position: absolute;
	top: 87px;
	left: 432px;
	float: none !important;
}


/* sideNavigationの設定 */
#sideNavigation {
	display: none;
}


/* FOOTERの設定 */
#footer {
	width: 619px;
	background: #FFFFFF;
}
