@charset "utf-8";
/* CSS Document */


.cp h3 {
	color: #a40000;
	font-size:120%;
	margin:8px 0 8px 0px;
}
.cp h3 a {
	color: #a40000;
}
.cp h4, .cp h5 {
	margin:0 0 10px 23px;
	color:#09C;
	font-size:120%;
}
/*--------------------------------------------------------------------info-*/
.cp .info {
	margin: 5px 10px 5px 0;
	display: block;
	padding: 0;
	font-family: "新細明體";
	text-align:right;
	
}
.cp .info li {
	margin: 0px 10px 0 0;
	padding: 0 0 0 12px;
	color: #40728C;
	display:inline;
	background-image: url(../images/link_icon.gif);
	background-repeat: no-repeat;
	background-position: 0px center;
	line-height: 100%;
}
.cp .info li span {
	color: #40728C;
}
/*--------------------------------------------------------------------image -*/
.cp .image {
	float:left;
	padding: 0px;
	margin: 0px 10px 8px 0px;
	text-align: center;
	width: 270px;
}
.cp .image img {
	width: 197px;
	height: 250px;
	border: 1px solid #fff;
}
.cp .image span {
	display: block;
	margin-top: 10px;
	color: #930;
	line-height: 120%;
	margin-bottom: 5px;
}
/*--------------------------------------------------------------------p-*/
.cp p {
	padding: 0px;
	margin:0 10px 15px;
	color: #333333;
	line-height: 170%;
}
.cp ul {
	margin:0 10px 25px 30px;
}
.cp ul li {
	margin:0 0 5px 0;
	list-style-type: disc;
}
.cp ol {
	margin:0 0 0 40px;
}
.cp ol li {
	margin:0 0 5px 0;
	padding:0;
	list-style-type: circle;
}
/*--------------------------------------------------------------------table-*/
.cp table {
	border-collapse:collapse;
	border:1px solid #a0a0a0;
	width: 100%;
	margin:10px 0;
	color: #333333;
	clear:both;
}
.cp table caption {
	display:none;
}
.cp table th {
	font-weight: normal;
	background-color: #EBEBEB;
	padding: 4px 10px 3px 5px;
	border: 1px solid #a0a0a0;
	text-align: center;
	vertical-align: top;
	white-space: nowrap;
}
.cp table th.aRight {
	text-align: right;
}
.cp table th.aLeft {
	text-align: left;
}
.cp table td {
	font-weight: normal;
	padding: 4px 10px 3px 5px;
	border: 1px solid #a0a0a0;
	line-height: 150%;
	text-align: left;
}
.cp table td.aCenter {
	text-align: center;
}
.cp table td.aRight {
	text-align: right;
}
/*---------------------------------------------------------------------附件下載------*/
.cp .download {
	margin:20px 0px;
	padding: 0 0 10px;
	clear: both;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #333333;
}
.cp .download ul {
	margin:0 20px;
	padding: 0px;
	color: #333333;
}
.cp .download li {
	list-style-type: none;
	background-image: url(../images/link_icon.gif);
	background-repeat: no-repeat;
	background-position: 0px center;
	margin:0 0 5px 0;
	padding:0 0 0 15px;
}
.cp .download .date {
	color: #333333;
	margin-left: 10px;
}
.cp .download .image {
	clear:both;
	float: none;
	margin:0 0 0 8px;
	vertical-align: middle;
}
/*-------------------------------------------------------------------------相關照片--*/

.cp .related {
	margin:20px 0px;
	padding: 0 0 10px;
	clear: both;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #333333;
}
.cp .related ul {
	margin:0 20px;
	padding: 0px;
	color: #333333;
}
.cp .related li {
	list-style-type: none;
	background-image: url(../images/link_icon.gif);
	background-repeat: no-repeat;
	background-position: 0px center;
	margin:0 0 5px 0;
	padding:0 0 0 15px;
}
.cp .related .date {
	color: #333333;
	margin-left: 10px;
}
.cp .related img {
	clear:both;
	float: none;
	margin:0 0 0 8px;
	vertical-align: middle;
	border: none;
}
.cp .related img.image {
	width:auto;
}
