/* Library用の設定 [main01.cssへの追記]*/

#header h2.library {
	background: url(/newsite/main/common/images/header_library01.gif) no-repeat top left;
}

#header h2.library span {
	position: absolute;
	top: 16px;
	left: 16px;
	width: 170px;
	height: 53px;
	display: block;
	overflow: hidden;
}

#header h2.library a {
	padding-top: 53px;
	width: 170px;
	height: 0px !important;
	height /**/: 53px;
	font-size: 12px;
	display: block;
	overflow: hidden;
}


/* CONTENTSの設定 */
body.library #pageBody {
	background: url(/newsite/main/library/images/pht_library_main.jpg) no-repeat top left;
	min-height: 161px;
}

body.library #mainContents {
	padding-top: 170px;
}

body.library #mainContents img.in_pack {
	border: none;
}


/* subContents [Box]の設定 */
body.library #subContents {
	margin-top: 160px;
}

/* subContents [画像(Full)]の設定 */
#subContents img.full {
	margin-top: 15px;
}


/* sideNavigationの設定 */
body.library #sideNavigation {
	margin-top: 161px;
	padding-top: 10px;
}
