@charset "utf-8";
/* CSS Document */




/*------------------------------------------------------cp*/
.cp {
	/*position: relative;*/
	padding-right: 10px;
	padding-left: 10px;
}
.cp img{
	width:auto;
	margin:10px auto;
	clear:both;
	display:block;
	}
.cp a {
	color: #09C;
}
table caption{
	text-align:center;
}
.cp a:hover {
	color: #F30;
}
.cp .image {
	float: left;
	text-align: center;
	margin: 0 10px 10px 0;
	padding: 5px;
	background: #DDD;
	width: 350px;
	min-height: 300px;
	display: table-cell;
	text-align: center;
	vertical-align: top;
}
.cp .image img {
	width: auto;
	height: auto;
	max-width: 350px;
	max-height: 300px;
	margin: 0 auto;
	padding: 0px;
	border: 1px solid #fff;
}
.cp .image span {
	color: #333;
	margin: 5px 0;
	text-align: center;
	clear: both;
	display: block;
	margin-bottom: 10px;
}
.cp .image ul {
	margin: 0px;
	text-align: center;
	padding: 0px;
}
.cp .image li {
	padding: 0px;
	display: inline;
	background-image: none;
	font-size: 80%;
	list-style-type: none;
}
.cp .image li a {
	color: #999999;
}
.cp p {
	font-size: 1.25em;
	line-height: 1.75em;
}
.cp .image li a.previous {
	background-image: url(../images/icon_previous.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding-left: 10px;
}
.cp .image li a.next {
	background-image: url(../images/icon_next.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding-left: 15px;
}
.cp .image li a.zoom {
	background-image: url(../images/icon_zoom.gif);
	background-repeat: no-repeat;
	background-position: 5px 0px;
	padding-left: 18px;
}
.cp .update {
	text-align: right;
	clear: both;
	color: #999;
}
/*-----------------info*/

.cp .info {
	margin: 5px 0 10px 0px;
	padding: 0px;
}
.cp .info li {
	padding: 0 0 0 0px;
	line-height: 1.45em;
	font-size: 1em;
	margin-right:15px;
	color: #999;
	display:inline;
font-size: 1.25em;
}

.cp .info li span {
	color: #690;
	padding: 0 5px 0 5px;
}
.cp .info li img {
	vertical-align: middle;
}
/*---------------------------------------related/download*/
.cp .related, .cp .download, .cp .gallery {
	clear: both;
	width: 98%;
	margin: 20px 0 20px 0px;
}
.cp .download h3 {
	color: #333;
	font-size: 1.35em;
	font-weight: bold;
	line-height: 34px;
	padding: 0px 0 6px 34px;
	border-bottom: 4px solid #ddd;
	background: url(../images/download.png) no-repeat 0 0px;
}
.cp .related h3 {
	color: #333;
	font-size: 1.35em;
	font-weight: bold;
	line-height: 34px;
	padding: 0px 0 6px 34px;
	border-bottom: 4px solid #ddd;
	background: url(../images/link.png) no-repeat left top;
}
.cp .gallery h3 {
	color: #333;
	font-size: 1.35em;
	font-weight: bold;
	line-height: 34px;
	padding: 0px 0 6px 34px;
	border-bottom: 4px solid #ddd;
	background: url(../images/link.png) no-repeat left top;
}
.cp .related ul, .cp .download ul {
	margin: 5px 0 5px -15px;
	padding: 0px;
	text-align: left;
}
.cp .related li, .cp .download li {
	text-align: left;
	background-image: url(../images/paperclip.png);
	background-repeat: no-repeat;
	background-position: 0px 9px;
	padding: 7px 0px 7px 23px;
	line-height: 22px;
	display: block;
	border-bottom: 1px dashed #dddddd;
	list-style-type: none;
	margin-left: 20px;
	font-size: 1.25em;
}
.cp .related li {
	background: url(../images/paperclip.png) no-repeat 0px 9px;
}
.cp .related li img, .cp .download li img {
	vertical-align: middle;
	border: 0 none;
	padding: 0 2px;
	margin: 0px 10px;
	display:inline;
	float:none;
	clear:none;
	
}
.cp .related li .date, .cp .download li .date {
	text-align: left;
	padding: 0 2px;
}
.cp .related li span, .cp .download li span {
	font-size: .85em;
	margin: 0px 10px;
	color: #666;
}
/*-------------------------------------------列表樣式*/
.cp ul, .cp ol {
	margin: 15px auto 15px 20px;
}
.cp ul li, .cp ol li {
	line-height: 35px;
	font-size: 1.25em;
	
}
.cp ul li {
/*background: url(../images/li_dot.gif) no-repeat left 14px;
	padding-left: 10px;*/
}
.cp ol li {
	list-style: none;
	margin-left: 25px;
}
/*-------------------------------------------cp table */
.cp table {
	clear: both;
	margin: 5px 10px 10px;
	padding: 0;
	border-collapse: collapse;
	border: 1px solid #BBBBBB;
	width: 98%;
	line-height: 165%;
}
.cp table p {
	font-size:1em;
	}
.cp table caption {
	text-align: center;
}
.cp table th {
	padding: 10px;
	background: #CCC;
	font-weight: normal;
	color: #000;
	border: 1px solid #fff;
	white-space: nowrap;
	border:1px solid #666;
	font-size:1.25em;
}
.cp table td {
	vertical-align: top;
	padding: 10px 0 10px 5px;
	border: 1px solid #fff;
	background: #EBEBEB;
	border:1px solid #666;
	font-size:1.25em;
}
.cp table td img {
	max-width: 300px;
	margin: 1px;
}
.cp table td ol, .cp table td ul {
	margin: 0 0 0 10px;
}
/*-------------------------------------------cp table.txt */
.cp table.txt {
	clear: both;
	margin: 5px 10px 10px;
	padding: 0;
	border-collapse: collapse;
	width: 98%;
	line-height: 165%;
	border:none;
	background:none;
}
.cp table.txt p {
	font-size:1em;
	}
.cp table.txt caption {
	text-align: center;
}
.cp table.txt th {
	padding: 10px;
	font-weight: normal;
	color: #000;
	border: 1px solid #fff;
	white-space: nowrap;
	font-size:1.25em;
	border:none;
	background:none;
	text-align:center;
}
.cp table.txt td {
	vertical-align: top;
	padding: 10px 0 10px 5px;
	border: 1px solid #fff;
	background: #EBEBEB;
	text-align:center;
	font-size:1.25em;
	border:none;
	background:none;
	text-align:center;
	vertical-align:top;
}
.cp table.txt td img {
	width:auto;
	height:auto;
	max-width: 300px;
	max-height:200px;
	margin: 1px auto;
}
.cp table.txt td ol, .cp table td ul {
	margin: 0 0 0 10px;
}
.cp table.txt td li {
	margin: 0 0 3px;
	background:url(../images/paperclip.png) no-repeat left 6px;
	padding-left:18px;
}
.cp .webFun {
	margin: 5px 10px 5px 0;
	text-align: left;
	padding: 0px;
	clear: both;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	display:none;
}
.cp .webFun ul {
	display: inline;
	margin: 0 5px 0;
}
.cp .webFun li {
	display: inline;
	color: #888;
	padding: 0 0 2px 0;
	margin: 0 0px 0 0;
	font-size: 12px;
}
.cp .webFun li img {
	width: auto;
	height: auto;
	border: 0px;
	margin: 0PX;
	padding: 0 1px 0;
	vertical-align: middle;
}
.cp .webFun li em {
	font-style: normal;
	color: #c00;
}
.cp .webFun li.forwardFun {
	padding-left: 18px;
	background: url(../images/icon-fw.gif) no-repeat left 0px;
}
.cp .webFun li.print {
	padding-left: 18px;
	background: url(../images/icon-print.gif) no-repeat left 0px;
}
.cp .webFun li.export {
	padding-left: 18px;
	background: url(../images/icon-export.gif) no-repeat left 0px;
}
.cp .webFun li.collect {
	padding-left: 18px;
	background: url(../images/icon-collect.gif) no-repeat left 0px;
}
.cp .webFun li.backFun {
	padding-left: 18px;
	background: url(../images/icon-backFun.gif) no-repeat left 0px;
}
/*----------------------------------.cp .cpPh*/
.cp .cpPh {
	text-align: center;
	width:auto;
}
.cp .cpPh h3 {
	font-weight: bold;
	text-align: center;
}
.cp .cpPh h3 a {
	text-decoration: underline;
}
.cp .cpPh p {
	clear: both;
	margin: 5px 0;
	text-align: center;
}
.cp .cpPh .rss {
	float: right;
	margin: -23px 0 0;
}
.cp .cpPh .image {
	margin:0px auto;
	clear: both;
	float: none;
	background-color: #FFF;
	display:table-cell;
	width:800px;
	*width:490px;
	height:400px;
	text-align:center;
}
.cp .cpPh .image img {
	width:auto;
	height:auto;
	max-width:800px;
	max-height:400px;
	text-align:center;
	margin:0 auto;
	vertical-align:top;
	border: 1px solid #333;
	padding: 1px;
}
.cp .cpPh ul.info {
	clear: both;
	text-align: center;
	margin: 0px;
}
.cp .cpPh ul.info li {
	line-height: 160%;
	display: inline;
	list-style-type: none;
	border-right: 1px solid #CCC;
}
.cp .cpPh ul.info li .dept {
	border: 0px;
}
