﻿#unitIndexInfoZone{
	background:#FFF url(/utility/webpageCustomize/images/background.png) repeat-x top;
	margin-bottom:.5em;
	border:2px solid #CCC;
	padding:5em 1em .5em;
	position:relative;
}

#unitIndexInfoBanner{
	/* 基本底色 */
	background-color:#A59689;
	/* 定位 */
	position:absolute;
	top:10px;
	left:-8px;
	/* 長度 */
	width:100%;
	padding-right:16px;
	/* 外框 */
	border-left:1px solid #857465;
	border-top:1px solid #857465;
	border-right:1px solid #857465;
	border-bottom:1px solid #534940;
}

#unitIndexBannerContent{
	padding:.5em 1em;
}

#unitIndexBannerContent h2{
	background:url(/utility/webpageCustomize/images/important.png) no-repeat 0 0;
	margin:0;
	padding:.2em 0 .4em 1.8em;
	*padding:.4em 0 .4em 1.8em;
	padding:.4em 0 .4em 1.8em \9;
	color:#FFF;
}

#unitIndexInfoBanner .bottomShadow{
	background:url(/utility/webpageCustomize/images/shadow02.png) repeat-x bottom;
	position:absolute;
	bottom:-10px;
	left:7px;
	width:100%;
	height:10px;
}
#unitIndexInfoBanner .leftSideBar{
	background:url(/utility/webpageCustomize/images/shadow03.png) no-repeat 0 0;
	display:inline-block;
	position:absolute;
	bottom:-11px;
	left:-1px;
	width:8px;
	height:11px;
}

#unitIndexInfoBanner .rightSideBar{
	background:url(/utility/webpageCustomize/images/shadow04.png) no-repeat 0 0;
	display:inline-block;
	position:absolute;
	bottom:-11px;
	right:-16px;
	width:8px;
	height:11px;
}