@charset "utf-8";
@import url("layout.css");
@import url("cp.css");
@import url("mp.css");
@import url("page.css");

/*--menu--*/
.menu {
	position: absolute;
	top: 31px;
	right: 30px;
}
.menu ul {
	margin: 0;
	padding: 0;
}
.menu ul li {
	display: inline;
	margin: 0 0 0 -5px;
	padding: 0;
}
.menu ul li.a01 a {
	background: url(../images/menu_a_01.gif) no-repeat left top;
	height: 56px;
	width: 130px;
	display: inline-block;
}
.menu ul li.a02 a {
	background: url(../images/menu_a_02.gif) no-repeat left top;
	height: 56px;
	width: 129px;
	display: inline-block;
}
.menu ul li.a03 a {
	background: url(../images/menu_a_03.gif) no-repeat left top;
	height: 56px;
	width: 124px;
	display: inline-block;
}
.menu ul li.a04 a {
	background: url(../images/menu_a_04.gif) no-repeat left top;
	height: 56px;
	width: 124px;
	display: inline-block;
}
.menu ul li.a05 a {
	background: url(../images/menu_a_05.gif) no-repeat left top;
	height: 56px;
	width: 127px;
	display: inline-block;
}
.menu ul li.a01 a:hover {
	background: url(../images/menu_hover_01.gif) no-repeat left top;
	height: 56px;
	width: 130px;
}
.menu ul li.a02 a:hover {
	background: url(../images/menu_hover_02.gif) no-repeat left top;
	height: 56px;
	width: 129px;
}
.menu ul li.a03 a:hover {
	background: url(../images/menu_hover_03.gif) no-repeat left top;
	height: 56px;
	width: 124px;
}
.menu ul li.a04 a:hover {
	background: url(../images/menu_hover_04.gif) no-repeat left top;
	height: 56px;
	width: 124px;
}
.menu ul li.a05 a:hover {
	background: url(../images/menu_hover_05.gif) no-repeat left top;
	height: 56px;
	width: 127px;
}

.menu ul li.here01 {
	background: url(../images/menu_hover_01.gif) no-repeat left top;
	height: 56px;
	width: 127px;
	display: inline-block;
	*display: inline;
	_display: inline;
}
.menu ul li.here02 {
	background: url(../images/menu_hover_02.gif) no-repeat left top;
	height: 56px;
	width: 129px;
	display: inline-block;
	*display: inline;
	_display: inline;
}
.menu ul li.here03 {
	background: url(../images/menu_hover_03.gif) no-repeat left top;
	height: 56px;
	width: 124px;
	display: inline-block;
	*display: inline;
	_display: inline;
}
.menu ul li.here04 {
	background: url(../images/menu_hover_04.gif) no-repeat left top;
	height: 56px;
	width: 124px;
	display: inline-block;
	*display: inline;
	_display: inline;
}
.menu ul li.here05 {
	background: url(../images/menu_hover_05.gif) no-repeat left top;
	height: 56px;
	width: 127px;
	display: inline-block;
	*display: inline;
	_display: inline;
}
.menu ul li a img {
	margin: 0;
	padding: 0;
}
.wrap .flash {
	position: absolute;
	left: 20px;
	top: 50px;
}
/*--inputgray--*/
.inputgray {
	color: #666;
	vertical-align: middle;
	padding-right: 4px;
	padding-left: 4px;
	padding-top: 3px;
	border: 1px solid #e5e5e5;
	margin-right: 4px;
	margin-left: 4px;
	width: 200px;
}
.inputgray2 {
	color: #666;
	vertical-align: middle;
	padding-right: 4px;
	padding-left: 4px;
	padding-top: 3px;
	border: 1px solid #e5e5e5;
	margin-right: 4px;
	margin-left: 4px;
	width: 350px;
}

hr{
	color: #F5F5F5;
	height: 1px;
}
strong {
	color: #630;
}

/*--select--*/
.select {
	vertical-align: middle;
	padding-right: 4px;
	padding-left: 4px;
	padding-top: 3px;
	border: 1px solid #e5e5e5;
	margin-right: 3px;
	margin-left: 3px;
}

/*--button01--*/
.button01 {
	text-align: left;
	clear: left;
	float: none;
	margin-top: 40px;
	margin-left: 40px;
}
.button02 {
	text-align: center;
	clear: left;
	float: none;
	margin-top: 20px;
	vertical-align: middle;
}
.button02 img, input {
	vertical-align: middle;
}
.red {
	color: #630;
	font-weight: bold;
	font-size: 16px;
}
h2 {
	background: url(../images/h2.gif) no-repeat 0 8px;
	color: #006699;
	line-height: 160%;
	font-size: 155%;
	font-family: "微軟正黑體";
	margin: 0 0 5px;
	padding: 0 0 0 20px;
}
h3 {
	font-size: 120%;
	color: #630;
	padding-top: 1px;
	margin: 8px 40px;
}

.right {
	text-align: right;
}
.orange {
	color: #F90;	
}

/*font*/
.font1 {
	font-weight: normal;
	font-size: 1.2em;
	line-height: 1.5em;
}

/*color*/
.color1 {
	color: #C60;
	font-weight: normal;
}

/*more*/
.more {
	text-align: right;
	font-size: 13px;
	letter-spacing: normal;
	color: #FFF;
	line-height: normal;
}
.more a {
	color: #FFF;
	background: #F90;
	padding: 5px 10px 2px 12px;
}
.more a:hover {
	color: #FFF;
	background: #9C0;
}

/*Link*/
a{
	color:#237074;
	text-decoration: none;
}
a:hover {
	color: #990000;
	text-decoration:underline;
}
textarea {
	color: #666;
	padding: 4px 5px;
	border: 1px solid #DADADA;
}

/*--footer design--*/
.footer {
	color: #6d4622;
	font-size: 12px;
	text-align: right;
	padding-top: 15px;
	padding-right: 20px;
	padding-bottom: 15px;
}
.footer01 {
	color: #6d4622;
	font-size: 12px;
	text-align: right;
	position: absolute;
	bottom: 15px;
	right: 50px;
}

.footer .update {
	right: 15px;
	bottom: 10px;
}


/*--member--*/
.member {
	position: absolute;
	top: 385px;
	left: 10px;
}
.member .inputgray {
	width: 173px;
	vertical-align: middle;
	margin: 0 0 5px;
}
.member .button a {
	background: url(../images/button_a.gif) no-repeat left top;
	display: inline-block;
}
.member .button a:hover {
	background: url(../images/button_hover.gif) no-repeat left top;
}

.matter  {
	overflow: auto;
	SCROLLBAR-FACE-COLOR: #e0dddd;
	SCROLLBAR-HIGHLIGHT-COLOR: #e0dddd;
	SCROLLBAR-SHADOW-COLOR: ##ffffff;
	SCROLLBAR-3DLIGHT-COLOR: #ffffff;
	SCROLLBAR-ARROW-COLOR: #343333;
	SCROLLBAR-TRACK-COLOR: #ffffff;
	SCROLLBAR-DARKSHADOW-COLOR: #e0dddd;
	margin-top: 5px;
	height: 155px;
	width: 300px;
	padding-right: 5px;
}
.matter .table {
	border-collapse: collapse;
	border: 1px dotted #CCC;
	margin-top: 5px;
	margin-bottom: 5px;
	width: 270px;
}
.matter .table th {
	font-weight: normal;
	text-align: right;
	vertical-align: top;
	padding: 3px 5px;
	border: 1px dotted #CCC;
}
.matter .table td {
	padding: 3px 5px;
	text-align: left;
	vertical-align: top;
	border: 1px dotted #CCC;

}

.imgall {
	position: absolute;
	top: 83px;
	right: 0px;
}

/*--path--*/
.path {
	color: #fc821c;
	margin-left: 40px;
	text-align: left;
	vertical-align: top;
}
.path .before {
	margin-right: 7px;
	color: #7CAC08;
	background: url(../images/icon03.gif) no-repeat 2px 7px;
	padding-left: 10px;
}
.path img {
	margin-right: 5px;
	margin-left: 5px;
}

.path a {
	color: #60553b;
}

.number {
	font-size: 16px;
	font-weight: bold;
	position: absolute;
	left: 550px;
	top: 195px;
	color: #6d6d6d;
}
.number em {
	font-style: normal;
	margin-right: 8px;
	color: #900;
}
.number span {
	margin-left: 8px;
}

.title_quiz {
	position: absolute;
	left: 30px;
	top: 235px;
}
.title_personal {
	margin-top: 15px;
	margin-left: 40px;
}
.content {
	position: absolute;
	left: 280px;
	top: 260px;
	width: 630px;
	text-align: left;
	vertical-align: top;
}
.content table {
	width: 630px;
	font-size: 100%;
}
.content table td {
	text-align: left;
	vertical-align: top;
	color: #b75b16;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	padding-right: 2px;
	padding-left: 2px;
	font-weight: bold;
}
.content table td h2 {
	font-size: 100%;
	line-height: 150%;
	background: url(none);
	margin: 0px;
	padding: 0px;
	border-style: none;
	color: #FFF;
}
.content .img img {
	float: left;
	width: 129px;
	margin-right: 15px;
	margin-left: 40px;
	border: 1px solid #a25e2b;
}
.content input, label {
	vertical-align: middle;
	font-size: 120%;
}
.content ul li {
	margin-bottom: 8px;
	line-height: normal;
}
.content ul li a {
	color: #FFF;
	text-decoration: underline;
}
.content ul li a:hover {
	color: #900;
	text-decoration: underline;
}
.content .tips {
	text-align: right;
	color: #FFF;
}
.content .tips a {
	font-size: 15px;
	font-weight: bold;
	text-decoration: underline;
	color: #562908;
	margin-right: 10px;
}
.content .tips a:hover {
	color: #900;
	text-decoration: underline;
}
.content .tips2 {
	position: absolute;
	left: 190px;
	top: 75px;
	width: 430px;
	color: #402000;
	font-size: 15px;
	line-height: 160%;
	overflow: auto;
	SCROLLBAR-FACE-COLOR: #ffffff;
	SCROLLBAR-HIGHLIGHT-COLOR: #ffffff;
	SCROLLBAR-SHADOW-COLOR: #F48F41;
	SCROLLBAR-3DLIGHT-COLOR: #F48F41;
	SCROLLBAR-ARROW-COLOR: #F48F41;
	SCROLLBAR-TRACK-COLOR: #F48F41;
	SCROLLBAR-DARKSHADOW-COLOR: #F48F41;
	height: 120px;
	text-align: left;
	vertical-align: top;
}
.content .tips2 .img img {
	margin-left: 0;
	margin-right: 5px;
}
.content .tips2 em, .content .tips3 em {
	font-size: 16px;
	font-style: normal;
	color: #900;
	margin-right: 2px;
	margin-left: 2px;
}
.content .tips3 {
	position: absolute;
	left: 200px;
	top: 125px;
	width: 400px;
	color: #FFF;
	font-size: 15px;
	line-height: 160%;
}

.typetable01 {
	margin: 10px 0;
	padding: 0;
	width: 550px;
	border-top: 1px dotted #B74E00;
	border-collapse: collapse;
	font-size: 100%;
}
.typetable01 th {
	width: 20%;
	border-bottom: 1px dotted #B74E00;
	padding: 5px 8px;
	text-align: right;
	font-weight: normal;
	margin: 0;
	vertical-align: top;
	color: #630;
}
.typetable01 th label, .typetable04 th label, .typetable04 td label {
	font-size: 13px;
	line-height: normal;
}
.typetable01 td {
	border-bottom: 1px dotted #B74E00;
	padding: 2px 8px;
	text-align: left;
	font-weight: normal;
	margin: 0;
	vertical-align: top;
	border-left: 1px dotted #B74E00;
}
.login {
	position: absolute;
	left: 280px;
	top: 300px;
	margin-right: 40px;
	margin-left: 40px;
	text-align: left;
	vertical-align: top;
}

.typetable04 {
	margin: 10px 0 0 40px;
	padding: 0;
	width: 907px;
	border-top: 1px dotted #CDC4A5;
	border-collapse: collapse;
	clear: both;
	font-size: 100%;
}
.typetable04 th {
	width: 15%;
	border-bottom: 1px dotted #CDC4A5;
	padding: 4px 5px;
	text-align: right;
	font-weight: normal;
	margin: 0;
	border-right: 1px dotted #CDC4A5;
	white-space: nowrap;
	color: #666666;
}
.typetable04 td {
	border-bottom: 1px dotted #CDC4A5;
	padding: 4px 5px;
	text-align: left;
	font-weight: normal;
	margin: 0;
	vertical-align: top;
	color: #666666;
}
.typetable04 td img {
	vertical-align: middle;
}

/*- category--------------------------- */
.category {
	float:left;
	width:100%;
	font-size:100%;
	line-height:normal;
	margin-top: 10px;
	margin-bottom: 8px;
}
.category ul {}
.category ul li {
	display: inline;
	margin-right: 4px;
	margin-bottom: 2px;
}
.category ul .here {}
.category ul li a {
	padding: 2px 10px 2px;
	*padding: 4px 10px 2px;
	_padding: 4px 10px 2px;
	white-space: nowrap;
	display: inline-block;
	margin-bottom: 8px;
	color: #473814;
	background: #DED8C4;
	border: 3px double #9D946E;
}
.category ul li a:hover {
	color: #FFFFFF;
	background: #473814;
}

.search {
	vertical-align: middle;
	text-align: right;
	margin-bottom: 3px;
}
.search label, input {
	vertical-align: middle;
	margin: 0;
	padding: 0;
	color: #60553B;
}
.search .input {
	color: #666;
	width: 170px;
	border: 1px solid #473814;
	padding: 2px 5px;
}
.red3 {
	margin: 0px 0px -10px 190px;
	padding: 15px 0px 0px;
	line-height: normal;
	font-size: 15px;
	color: #036;
	font-weight: bold;
	height: auto;
}
.red3 em {
	font-style: normal;
	color: #630;
}

