/* 共通要素の設定 */
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;
}

#pageBody {
	width: 619px;
}

#container {
	width: 619px;
	background: none;
}

#mainContents {
	margin-top: 12px;
}

#pageBody {
	position: static;
}


/* 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: 87px;
	z-index: 10;
}

#headerNavi {
	display: none;
}

#headerLocal {
	display: none;
}

#secNav {
	display: none;
}

#globalNavigation {
	display: none;
}


/* subContentsの設定 */
#subContents div.subContentBox div.pack {
	padding: 12px 11px 1px 11px;
	width: 141px !important;
	width /**/: 163px;
}


/* sideNavigationの設定 */
#sideNavigation {
	display: none;
}


/* FOOTERの設定 */
#footer {
	width: 619px;
	background: #FFFFFF;
}
