.item_title {
	font-size: 16px;
	font-weight: bold;
	color: #C06;
	font-family: "微軟正黑體";
	margin-bottom: 10px;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	background-color: #E6E6FF;
	padding: 1px;
}
.item_title_02 {
	font-size: 16px;
	font-weight: bold;
	color: #C06;
	font-family: "微軟正黑體";
	width: 50%;
	margin-right: auto;
	margin-left: auto;
	float: right;
	background-color: #E6E6FF;
	padding: 1px;
	margin-top: 180px;
}

#item_box {
	width: 95%;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
}

.item_01 {
	font-family: "微軟正黑體";
	font-size: 14px;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	border-bottom-color: #CCC;
	background-image: url(../images/item_02.png);
	height: 500px;
	background-repeat: no-repeat;
	background-position: top;
	text-align: center;
}
.item_01 a {
	display: block;
	height: 650px;
	width: 100%;
}
.item_02 {
	font-family: "微軟正黑體";
	font-size: 14px;
	margin-right: auto;
	margin-left: auto;
	line-height: 22px;
	border-top-style: none;
	border-top-color: #FFF;
	background-image: url(../images/item_bg.jpg);
	height: 550px;
	background-position: left top;
	background-repeat: no-repeat;
	padding-top: 150px;
	float: right;
	width: 100%;
}
.item_02 a {
	color: #333;
	text-decoration: none;
}
.item_02 table tr td {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #C5C5C5;
	padding-top: 9px;
	padding-bottom: 9px;
}
.item_02 table tr th {
	border-bottom-color: #C5C5C5;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #C5C5C5;
	border-right-color: #C5C5C5;
	border-left-color: #C5C5C5;
}
