@charset "utf-8";
/* css for cp */

/* 文章, 詳細內容 */
#Article {

}
#Article .Head {
	font-size: 95%;
	color: #C60;
	font-family: "新細明體";
	font-style: normal;
	line-height: 140%;
	font-weight: bold;
	font-variant: normal;
	border-top: 1px solid #CACD8D;
	border-bottom: 1px dotted #969A43;
	padding: 6px 30px 2px 30px;
	background: #F5F6C9 url(../images/icom_a02.gif) no-repeat 10px 7px;
}
#Article .Body {
	background: #FFFCDF url(../images/article_bg.gif) repeat-x left bottom;
	font-size: 80%;
	padding-top: 10px 30px 10px 30px;
	line-height: 1.8em;
	letter-spacing:0.05em;
}

#Article .Foot {
	background: #E8EEAD url(../images/articlefootr_bg.gif) no-repeat right bottom;
}

h1 {
	margin: 0px;
	padding: 0px;
	font-size: 115%;
	line-height: 130%;
	color: #069;
}
h2 {
	margin: 0px;
	padding: 0px;
	font-size: 125%;
	line-height: 130%;
	color: #900;
}
h3 {
	margin: 0px;
	padding: 0px;
	font-size: 140%;
	line-height: 130%;
	color: #006600;
}
h4 {
	margin: 0px;
	padding: 0px;
	font-size: 155%;
	line-height: 130%;
	color: #CC6699;
}
h5 {
	margin: 0px;
	padding: 0px;
	font-size: 175%;
	line-height: 120%;
	color: #996699;
}
h6 {
	margin: 0px;
	padding: 0px;
	font-size: 195%;
	line-height: 120%;
	color: #339999;
}
p {
	font-size: 100%;
	line-height: 140%;
	font-family: "新細明體";
	font-weight: normal;
	color: #333333;
	margin: 0px;
	padding: 0px;
}
ol {
}
ol li {
}
ul {
}
ul li {
}

/* 資料表格 */
#Article table,
#Article th,
#Article td{}


table {
	font-size: 100%;
	line-height:130%;
	border-collapse:collapse;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}
table caption {
	font-size: 125%;
	color: #003366;
	font-weight: bold;
}


/* 友善列印, 回上一頁 */
#Function {
	font-size: 75%;
	text-align: right;
	margin-bottom: 1px;
	margin-right: 5px;
	font-family: "新細明體";
	margin-left: 1px;
	margin-top: 30px;
}
#Function a {
	margin-left: 12px;
	color: #07B0DD;
	text-decoration: none;
}
#Function a:hover {
	color: #CC6666;
	text-decoration: underline;
}
#Function a img {
	vertical-align: middle;
	border: none;
	margin-right: 5px;
}

/*--spTb--*/
.spTb {
        margin: 15px 0;
        clear: both;
}
.spTb caption {
        text-align: left;
        margin: 0px 0px 10px;
}
.spTb table {
        border-collapse: collapse;
        padding: 0;
        width: 100%;
}
.spTb table th {
        text-align: right;
        vertical-align: top;
        padding: 4px 5px;
        border-top: 1px dotted #D9D9D9;
        border-right: 1px dotted #D9D9D9;
        border-bottom: 1px dotted #D9D9D9;
}
.spTb table td {
        text-align: left;
        vertical-align: top;
        padding: 4px 5px;
        border-top: 1px dotted #D9D9D9;
        border-bottom: 1px dotted #D9D9D9;
        border-left: 1px dotted #D9D9D9;
}
.spTb table td p {
        color: #999;
        line-height: normal;
        margin: 2px 0px;
        padding: 0px;
}
.spTb img {
        vertical-align: middle;
}

.spTb .inputgray{
        width: 90%;
        padding:3px 5px;
}
.spTb .inputgray2{
        width: 30%;
}
.spTb .text {
        height: 100px;
        width: 90%;
        padding:3px 5px;
}
.btn_center{
        text-align:center;
}
.btn_right {
        text-align: right;
}
.btn_submit{
        padding: 5px 15px;
        border: none;
        line-height: normal;
        margin: 0 3px;
        color: #FFF;
        cursor: hand;
        background: #990000;
        border-radius: 3px;
}
.btn_reset {
        padding: 5px 15px;
        border: none;
        line-height: normal;
        margin:0 3px;
        color: #FFF;
        cursor: hand;
        background: #666666;
        border-radius: 3px;
}
.btn01{ padding: 5px 15px; border: none; line-height: normal; margin: 0 3px; color: #FFF; cursor: hand; background: #990000; border-radius: 3px; }

/*--download,related--*/
.download h3{
	color: #666;
	border-bottom: 3px solid #E6E6E6;
	background: url(../images/icon_download.gif) no-repeat 2px 10px;
	_display: inline-block;
	margin: 15px 0px 0px;
	padding: 3px 20px 3px 20px;
}
.download ul, .related ul{
	margin:5px 0 5px 0px;
	padding:0px;
	text-align:left;
	list-style: none none inside !important;
}
.download li, .related li{
	text-align:left;
	border-bottom: 1px dotted #ccc;
	list-style: none none inside !important;
	background: url(../images/icon01.gif) no-repeat 6px 11px;
	margin: 0;
	padding: 5px 0 5px 20px;
}
.download li img, .related li img{
	vertical-align:middle;
	border:0 none;
	padding:0 2px;
	height: auto;
	width: auto;
}
.download li .date, .related li .date{
	text-align:left;
	color: #F90;
	padding: 0;
	margin: 0 5px;
}
.download li em {font-style: normal; color: #666; margin:0 8px;}

ul.info, ul.info2 {list-style: none; margin: 0; padding: 0; font-size: .813em; color: #999;}
ul.info { text-align:right; }
ul.info2 { text-align: left; font-size: 1em; }
ul.info li { display: inline-block; margin: .1em 0 .1em 1.5em; padding: 0; line-height: 150%; }
ul.info2 li { display: inline-block; margin: .1em 1.5em .1em 0; padding: 0; line-height: 150%; }
ul.info li span, ul.info2 li span { font-style: normal; font-weight: normal; margin: 0 5px; font-size: 1.063em; color: #969; font-family: Arial, Helvetica, sans-serif; }

