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

