/*---------- banner ----------*/
#banner
{
	position: relative;
	margin: 0 auto;
	width: 1000px;
	height: 253px;
	overflow: hidden;
	z-index: -1;
}
#banner img
{
	width: 1000px;
	height: 239px;
	overflow: hidden;
}
#banner:after,
 #sub_navi_head_bg,
 #sub_navi_tail_bg
{
	background: url("../images/MingChing_icon.png") no-repeat;
}
#banner:after
{
	content: '';
	display: block;
	position: absolute;
	top: 239px;
	left: 12px;
	background-position:  0 -54px;
	width: 976px;
	height: 12px;
}
/*---------- content_area ----------*/
#content_area
{
	width: 1000px;
	margin: 0 auto;
	position: relative;
	/*height: 100%;*/
}
#content_area > div
{
	position: relative;
	display: inline-block;
	vertical-align: top;
}
#content.about
{
	margin: 0 11px 50px 12px;
	padding-top: 25px;
}
#content.contact
{
	margin: 23px 0 58px 11px;
	overflow: hidden;
}
/*---------- left_area ----------*/
#left_area
{
	font-size: 18px;
	left: -3px;
}
#left_area a
{
	text-decoration: none;
}
#left_area,
 #left_area div
{
	width: 202px;
}
#right_area
{
	margin-left: 30px;
	width: 760px;
	overflow: hidden;
	min-height: 500px;
}
/*---------- sub_navi_title ----------*/
#sub_navi_title
{
	height: 46px;
	overflow: hidden;
}
#sub_navi_title span
{
	position: relative;
	top: 14px;
	left: 32px;
	font-weight: bold;
	color: #c90101;
}
/*---------- sub_navi_content > items ----------*/
#items
{
	overflow: hidden;
	position: relative;
}
#items:before,
 #items:after
{
	content: '';
	display: block;
	position: absolute;
	top: 0px;
	width: 5px;
	height: 100%;
}
#items:before
{
	left: 0;
	background: url('../images/MingChing_sub_navi_left_shadow.png') repeat-y;
}
#items:after
{
	right: 0;
	background: url('../images/MingChing_sub_navi_right_shadow.png') repeat-y;
}
#sub_navi_head_bg,
 #sub_navi_tail_bg
{
	width: 202px; 
}
#sub_navi_head_bg
{
	background-position: -463px -137px;
	height: 14px;
}
#sub_navi_tail_bg
{
	background-position: -261px -137px;
	height: 57px;
}
#items ul
{
	margin: 3px 5px 0 5px;
	background-color: #fafafa;
}
#items li
{
	min-height: 38px;
	position: relative;
	border-bottom: 1px solid #dbdbdb;
	margin: 0 12px 0 9px;
}
#items a
{
	display: block;
	font-size: 16px;
	padding: 12px 0px 9px 18px;
	color: #3c3c3c;
	font-family: Arial,"微軟正黑體";
}
#items li:hover a,
 #items li.this a
{
	color: #6d2ac0;
}
/*---------- bread_crumbs ----------*/
#bread_crumbs
{
	text-align: right;
	margin-top: 15px;
}
#bread_crumbs a
{
	margin: 0 9px;
	color: #272727;
	text-decoration: none;
}
#bread_crumbs a:hover
{
	color: #5600c1;
}
#bread_crumbs span
{
	margin: 0 9px;
	color: #5600c1;
}
/*---------- title ----------*/
#title
{
	position: relative;
	font-weight: bold;
	font-size: 22px;
	padding-top: 20px;
	overflow: hidden;
	word-wrap:break-word;
	border：transparent;
}
#title span
{
	display: inline-block;
	padding: 0 11px 2px 11px;
	border-bottom: 2px solid #272727;
	line-height: 1.5em;
}
#title:after
{
	content: '';
	display: inline-block;
	position: absolute;
	width: 760px;
	height: 1px;
	background-color: #d2d2d2;
	bottom: 0;
	left: 0;
	z-index: -1;
}
/*---------- footer ----------*/
#footer
{
	margin: 0 auto;
	width: 1000px;
	text-align: right;
	border-top: 1px solid #e5e5e5;
	color: #4800a2;
	padding-top: 10px;
	margin-bottom: 65px;
	font-size: 12px;
}