@charset "utf-8";
/* CSS Document */

/*-------------------------------------------------------------------------------------------------------*/
/*--Design Setting Start--*/
.ap, .lp, .cp, .np, .qp, .forwardForm, .sitemap{
 margin:0 15px 0 10px;
 clear:both;
}
h2 {
	background-image: url(../images/h2rightbg.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	padding: 0px;
	margin:0 0 5px 0;
	font-size: 140%;
	
}
h2 span {
	color: #632f0f;
	background-image: url(../images/h2leftbg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	display:block;
	padding:5px 10px 5px 35px;
	padding:8px 10px 5px 35px\9;
}
.mph2{
	margin:0 0 0 10px;
	padding:10px 0 0 0;
	clear:both;
	width:95%;
	background-image: none;
}
p {
	color: #333;
	margin:0 0 4px 0;
}
/*--------------------------------------------------------btn*/
.btn {
	background-color: #FFFFFF;
	color: #333333;
	padding:3px 5px 3px;
 *padding:5px 3px 1px;
	background-image: url(../images/buttonbg.jpg);
	background-repeat: repeat-x;
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	border-left: 1px solid #CCCCCC;
}
.btn2 {
	background-color: #FFFFFF;
	color: #333333;
	padding:1px 5px 0px;
 *padding:2px 3px 0px;
	height:23px;
	background-image: url(../images/buttonbg.jpg);
	background-repeat: repeat-x;
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	border-left: 1px solid #CCCCCC;
}

/*------------------------------------------------------------star*/
.star {
	color: #FF0000;
	margin: 15px 5px 0 0;
	font-size: 150%;
	font-weight: bold;
	vertical-align: bottom;
}
/*---------------------------------------------------------------from*/

form {
	margin: 0px;
	padding: 0px;
}
input {
	font-size:100%;
	vertical-align: middle;
}
select {
	vertical-align:middle;
	margin:0;
	font-size:100%;
	
}
/*--------------------------------------------------------------------------formBtn--*/
.formBtn {
	text-align: center;
	margin: 10px 0;
}
.surveyTb .formBtn {
	text-align: center;
	margin: 3px 0;
}
/*--------------------------------------------------------------------accesskey star*/
.accesskey {
	font-size:10px;
	padding:0;
	position: absolute;
}
.accesskey a {
	color: #fff;
	text-decoration: none;
}
.accesskey a:hover {
	color: #ff;
	text-decoration: none;
}
.layout .center .accesskey {
	vertical-align: top;
	position: absolute;
	left:230px;
}

/*----------------------------------------------------------------a*/
a {
	color: #333;
	text-decoration: underline;
}
a:hover {
	color: #CC0000;
	text-decoration: underline;
}

/*-----------------------------------------------------------more*/

.more {
	float:right;
	background-image: url(../images/more_line.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding:0 0 0 10px;

}
.rss {
	text-align:right;
	margin:-25px 10px 15px 0;
	margin:-29px 10px 15px 0\9;
}
/*--------------------------------------------------------wordcolor*/
.wordred {
	color:#C00;
}
.wordblue {
	color:#09C;
}
.wordgreen {
	color:#096;
}
.wordorange {
	color:#C60;
}
/*--------------------------------------------------------------------info-*/
.cp .info {
	margin: 5px 0 5px 0;
	display: block;
	padding: 0;
	font-family: "新細明體";
	text-align:left;
}
.cp .info li {
	margin: 0px 10px 0 0;
	padding: 0 0 0 12px;
	color: #930;
	display:inline;
	background-image: url(../images/icon03.gif);
	background-repeat: no-repeat;
	background-position: 0px center;
	line-height: 100%;
}
.info li span {
	color: #930;
}

hr{
	height: 1px;
	margin:0;
	padding:0;
	background-color: #CCC;
	border-top: 1px dotted #999;
}

