/* 共通要素の設定 */
body {
	margin: 0px;
	padding: 0px;
	background: url(/newsite/main/common/images/spacer.gif) no-repeat -4px 0px;
	background-color: #FFFFFF;
}

body.wide {
	background: url(/newsite/main/common/images/spacer.gif) no-repeat -4px 0px;
}

body.toppage {
	background: url(/newsite/main/common/images/spacer.gif) no-repeat -4px 0px;
}

#container {
	width: 619px;
	background: none;
}

#pageBody {
	width: 619px;
}



/* HEADERの設定 */
#header {
	position: relative;
	background: url(/newsite/main/common/images/header_undergrad_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_undergrad_print01.gif) no-repeat top left;
	width: 619px;
	height: 78px;
	z-index: 10;
}

#headerNavi {
	display: none;
}

#headerLocal {
	display: none;
}

#globalNavigation {
	display: none;
}

#secNav {
	display: none;
}


/* mainContents [listLink2Col]の設定 */
#mainContents div.listLink2Col {
	position: relative;
	width: 600px;
	overflow: visible;
}


/* mainContents [listLink3Col]の設定 */
#mainContents div.listLink3Col {
	position: relative;
	width: 600px;
	overflow: visible;
}


/* subContentsの設定 */
#contents div.coursesSubContents {
	position: absolute;
	top: 94px;
	left: 432px;
	float: none !important;
}

.toppage #subContents {
	display: none;
}


/* sideNavigationの設定 */
#sideNavigation {
	display: none;
}


/* FOOTERの設定 */
#footer {
	width: 619px;
	background: #FFFFFF;
}
