@charset "utf-8";
/* CSS Document */

/*-------------------------------------------------------------------------------------------------------*/
/*--Design Setting Start--*/
.ap, .qp, .lp, .cp, .np, .forwardForm, .sitemap {
	margin:5px 20px 15px 15px;
	clear:both;
}
h2 {
	background-image:url(../images/h2bgright.jpg);
	margin:0;
	padding:0;
	background-repeat: no-repeat;
	background-position: right top;
	font-size:125%;
}
h2 span {
	background-image: url(../images/h2bgleft01.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	color: #035173;
	padding:6px 10px 7px 15px;
}
p {
	color: #333;
	margin:0 0 4px 0;
}
/*--------------------------------------------------------btn*/
.btn {
	background-color: #FFFFFF;
	color: #333333;
	padding:3px 5px 3px;
 *padding:5px 3px 1px\9;
	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*/
.must {
	color: #FF0000;
	margin:0px 5px 0 0;
	font-size: 150%;
	font-weight: bold;
	vertical-align: bottom;
	line-height: 50%;
}
/*---------------------------------------------------------------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;
}
.formBtn img {
	vertical-align:middle;
	margin:0 5px;
}
/*--------------------------------------------------------------------accesskey star*/
.accesskey {
	font-size:10px;
	padding:0;
	position: absolute;
	z-index:97;
}
.accesskey a {
	color: #dddddd;
	text-decoration: none;
}
.accesskey a:hover {
	color: #ff;
	text-decoration: none;
}
.leftbg .accesskey {
	position: absolute;
	z-index:99;
}
.leftbg .accesskey a {
	
	text-decoration: none;
}
.leftbg .accesskey a:hover {
	color: #1388bc;
	text-decoration: none;
}
/*----------------------------------------------------------------a*/
a {
	color: black;
	font-size:112%;
	text-decoration: none;
}
a:hover {
	color: #c00;
	font-size:112%;
	text-decoration: none;
	outline:none;
}
/*--------------------------------------------------------wordcolor*/
.wordred {
	color:#C00;
}
.wordblue {
	color:#09C;
}
.wordgreen {
	color:#096;
}
.wordorange {
	color:#C60;
}
/*-------------------------------------------------*/
hr {
	height: 2px;
	margin:5px;
	padding:0;
	background-color: #fff;
	border-top-width: 2px;
	border-top-style: dotted;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #999;
}
.date {
	color: #333;
	margin:0 0 0 5px;
}
.rss {
	float:right;
	margin:-25px 10px 0 0;
}
.rightside {
	text-align:right;
	margin: 0 15px;
}
/*------------------------------------------------button*/
.button {
	margin:0 10px 0px 0;
	clear:both;
	overflow:hidden;
}
.button ul {
	margin:0;
	float:right;
}
.button ul li {
	margin:0 0 0 5px;
	float:left;
}
.button ul li a {
	background-color: #FFFFFF;
	color: #333333;
	padding:3px 8px 2px;
	padding:5px 8px 2px\9;
 *padding:2px 8px 5px;
	_padding:5px 8px 2px;
	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;
	text-decoration: none;
	display:block;
}
.button ul li a:hover {
	color: #c00;
	text-decoration: none;
}
.noscripttitle {
	color: #333;
	font-size:120%;
	margin:10px 0 0 5px;
	font-weight: bold;
}
/*----------------------------------------說明*/
.explain{
	margin:5px 10px;
	border-top: 1px dashed #666;
	padding:10px 0 0 0;
}
.explain .title{
	margin:0 0 10px 0;
	padding:0px;
	color: #900;
	font-weight: bold;
}
.explain ul{}
.explain ul li{
	margin:0 0 3px 0;}