@charset "utf-8";

/* Basic */
a:link, a:visited{
	color: #336699;
	font-size:12px;
	text-decoration:none;
	line-height: 2;
}
a:hover{
	color: #333333;	
	font-size:12px;
	text-decoration:none;
}

.b:visited, b:link{
	color: #339933;
	text-decoration:none;	
}
.b:hover{
	color: #CC6666;	
	text-decoration:none;
}
.b:link{
	color: #339933;
	text-decoration:none;
}

.c:visited, c:link{
	color: #eb7d06;
	text-decoration:none;
}
.c:hover{
	color: #6D4225;	
	text-decoration:none;
}
.c:link{
	color: #eb7d06;
	text-decoration:none;
}

.d:visited, d:link{
	font-size: 14px;
	font-weight: blod;
	color: #8C8888;
	line-height: 1.4;
	width:100%;
	text-decoration:none;
}
.d:hover{
	font-size: 14px;
	font-weight: blod;
	color: #CC6666;	
	line-height: 1.4;
	width:100%;
	text-decoration:none;
}
.d:link{
	font-size: 14px;
	font-weight: blod;
	color: #8C8888;
	line-height: 1.4;
	width:100%;
	text-decoration:none;
}

.e:visited, e:link{
	font-size: 15px;
	color: #000000;
	width:100%;
	text-decoration:none;
}
.e:hover{
	font-size: 15px;
	color: #666666;	
	width:100%;
	text-decoration:none;
}
.e:link{
	font-size: 15px;
	color: #000000;
	width:100%;
	text-decoration:none;
}
.f:link, f:visited{
	color: #FFFFFF;
	text-decoration:underline;
}

.f:hover{
	color: #FFFF99;	
	text-decoration:underline;
}

#tb td a {
    display: block;
    height: 35px;
    line-height: 35px;
    background: ;
}
#tb td a:hover {
    background: #FBF4CE;
}

/* Header */
#header h1{
	width: 150px;
	position: absolute;
	margin-top: 170px;
	float: left;
	margin-bottom: 0px;
	font-size: 100%;
	color: #663366;
	margin-right: 0px;
	z-index: 100;
	margin-left: 10px;
	text-align:left;
}

#header h2{
	float: right;
	width: 300px;
	height: 49px;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	
}

#header h2 a{
	position: absolute;
	float: left;
	color: #fff;
	font-size: 100%;
	font-weight: bold;
	height: 49px;
	width: 300px;
	overflow: hidden;
}

#header h2 a span{
	background-image: url(../images/logo.gif);
	background-repeat: no-repeat;
	background-position: left;
	display: block;
	height: 49px;
	width: 300px;
	position: absolute;
	cursor: pointer;
	top: 0px;
	left: 0px;
}

/* Adv */
ul#portfolio {
	list-style-type: none;
	
}

ul#portfolio li.none{visibility: hidden;}

ul#portfolio li img{
	padding: 0px;
	margin: 0px;
}

/* Menu */
#main .linebox{
	background-image: url(../images/bg_line.gif);
	background-repeat: repeat-x;
	background-color:#;
	height: 26px;
	width: 100%;
}

#main ul#nav{
	float: right;
	width: 45px;
}

#main ul#nav li {
	display: block;
	float: left;
	font-size: 97%;
	margin-top: 3px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0px;	
}

#main ul#nav li a{
	height: 15px;
	color: #efe79b;
	display: block;
	float:left;
	margin: 0px;
	background-color: #a68601;
	font-weight: bold;
	cursor: pointer;
	padding-top: 0;
	padding-right: 0;
	padding-left: 4px;
	padding-bottom: 3px;
}

#main ul#nav li a:hover { color: #2f2f2f; }

#main ul#nav li a span{
	float:left;
	display:block;
	padding-top: 2px;
	padding-right: 4px;
	padding-bottom: 0px;
	padding-left: 0px;
	height: 13px;
	background-color: #a68601;
}

#main ul#menu {
	width: 932px;
	height: 52px;
	font-size: 100%;
	font-weight: bold;
	font-family: "微軟正黑體", Arial, "新細明體";
	list-style-type: none;
	margin: 0px;
	background-color: #4c92f1;
	padding: 0px;
	background-image: url(../images/bg_menu.gif);
	background-repeat: repeat-x;
}

#main ul#menu li {
	display: block;
	float: left;
	margin-top: 0;
	margin-right: 1px;
	margin-bottom: 0;
	margin-left: 0;	
}

#main ul#menu li a {
	height: 40px;
	color: #df0286;
	display: block;
	float: left;
	line-height: 200%;
	padding-top: 12px;
	padding-bottom: 0px;
	width: 153px;
	text-align: center;
	background-image: url(../images/bg_menu.gif);
	background-repeat: repeat-x;
	margin: 0px;
	border-right-width: 0px;
	border-right-style: solid;
}

#main ul#menu li a:hover {	color: #CF2C34;}

#main ul#menu li a.current{
	float:left;
	height: 40px;
	cursor: pointer;
	color: #cf2c34;
	background-image: url(../images/bg_menu_current.gif);
	background-repeat: repeat-x;
	text-align: center;
	width: 155px;
	margin: 0px;
	padding-top: 12px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#main ul#menu li a:hover.current span{color: #df0286;}

/* Path */
.breadcrumb{
	padding-top: 5px;
	padding-bottom: 10px;
	font-size: 95%;
	color: #063;
	font-weight: bold;
	margin-left: 40px;
}

.breadcrumb span{
	color: #999900;
}

.breadcrumb a{
	color: #360;
}

.breadcrumb a:hover{
	color: #c30;
}
/* Main */
#content .content{
	background-color: #f2fcf5;
	float: left;
	width: 690px;
	background-image: url(../images/bg_left.gif);
	background-repeat: repeat-x;
	background-position: 0 0;
	border-right: 1px solid #d7eca6;
}

#content .sidebar{
	width: 241px;
	float: left;
	background-color: #f4ffdb;
	background-image: url(../images/bg_right.gif);
	background-repeat: repeat-x;
	background-position: 0 0;
}

#content p{
	font-size: 97%;
	letter-spacing: 0.1em;
	*font-size: 95%;
	line-height: 190%;
	color: #333;
	margin-bottom: 1.8em;
	text-align: justify;
	margin-right: 3em;
	margin-left: 3em;
}

#content h3{
	font-size: 130%;
	color: #063;
	font-weight: bold;
	padding-left: 100px;
	background-image: url(../images/bg_title.gif);
	background-repeat: repeat-x;
	background-position: left;
	height: 38px;
	padding-top: 13px;
	margin-bottom: 1.5em;_margin-bottom: 1em;
	padding-bottom: 0px;
}

#content h4{
	font-size: 95%;
	margin: 0em 30px 0.6em 30px;
	padding-top: 0em;
	padding-bottom: 0.2em;
	padding-left: 0.2em;
	font-weight: bold;
	color: #1f1f1f;
}

#content h5{
	font-size: 97%;


	*font-size: 95%;
	margin-top: 0em;
	margin-bottom: 0.2em;
	padding-top: 0em;
	padding-bottom: 0.1em;
	padding-left: 0.2em;
	font-weight: bold;
	color: #c30;
}

#content .iconpic{
	background-image: url(../images/ico_note.gif);
	background-repeat: no-repeat;
	background-position: 0;
	display: block;
	height: 40px;
	width: 60px;
	position: absolute;
	margin-top: 0px;
	margin-left: 33px;
}

#content .sidebar h4{
	font-size: 130%;
	color: #360;
	font-weight: bold;
	padding-left: 80px;
	background-image: url(../images/bg_right_title.gif);
	background-repeat: repeat-x;
	background-position: left;
	height: 38px;
	padding-top: 13px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 1.5em;
	margin-left: 0px;
	padding-bottom: 0px;
}

#content .icon{
	background-image: url(../images/ico_hot.gif);
	background-repeat: no-repeat;
	display: block;
	height: 40px;
	width: 60px;
	position: absolute;
	margin-top: 0px;
	margin-left: 10px;
}

#content .picbox{
	text-align: center;
	margin: 30px;
}

#content .tablebox{
	text-align: center;
	margin: 0px 30px;
}

#content .explain{
	color: #666;
	text-align: center;
	font-size: 95%;
*font-size: 85%;
	display: block;
	padding-bottom: 5px;
	padding-top: 3px;
}

#content .picbox ul{list-style-type: none;margin: 0px;
	padding: 0px;
}

#content .sidebar ul{
	list-style-type: none;
	margin-left: 40px;

}
#content .sidebar li{
	display: inline;
	float: left;
	width: 150px;
	font-size: 99%;
	*font-size: 97%;
	text-align: center;
}

#content ol, #content ul{
	color: #fdeedd;
	margin-left: 40px;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}

#content li{
	font-size: 97%;
	line-height: 2em;
	color: #fcedda;
	padding-left: 15px;
	list-style-type: none;	
}

#content ul li ul li{font-size: 97%;*font-size: 95%;padding-left: 35px;}

#content .leftlist{
	font-size: 12px;
	color: #FFFFFF;
	line-height: 1.8;
	padding: 10px;
}

#content .query{
	font-size: 12px;
	color: #666666;
	line-height: 1.8;
}

#content .text1{
	font-size: 13px;
	font-weight:bold;
	color: #eb7d06;
	background-color:#FFFFFF;
	line-height: 1.4;
	padding: 5px;
	float:left;
	width:50%;
}
#content .text2{
	font-size: 13px;
	font-weight:bold;
	color: #eb7d06;
	background-color:#FFFFFF;
	line-height: 1.4;
	padding: 5px;
	float:right;
	width:50%;
	clear : right;
}
#content .text3{
	font-size: 13px;
	font-weight:bold;
	color: #eb7d06;
	line-height: 1.4;
	padding: 5px;
	float:right;
	width:95%;
	clear : right;
}
#content .sidebar a img{
	background-color: #cccccc;
	padding: 2px;
	border: 1px solid #cccccc;
}

#content .sidebar a:hover img{
	background-color: #666666;
	padding: 2px;
	border: 1px solid #666666;
}

#content .sidebar a{
	color: #666666;
}

#content .sidebar a:hover{
	color: #690;
}

/* Footer */
#footer ul{
	list-style-type: none;
	margin-left: 150px;
}

#footer li{
	font-size: 100%;
	color: #887500;
	line-height: 170%;
}

#claim .link{
	float: left;
	margin-top: 10px;
	color: #b99c7e;
	margin-left: 40px;_margin-left: 20px;
	width: 500px;
}

#claim ul{
	margin-top: 0px;
	font-size: 95%;
	line-height: 1.2em;
	color: #060;
}

#claim li {
	display: inline;
	padding-right: 3px;
	padding-left: 14px;
	background-image: url(../images/ico_arrow.gif);
	background-repeat: no-repeat;
	background-position: left;
	margin-right: 8px;
}

#claim li a{
	color: #060;
}

#claim li a:hover{
	color: #099;
}

#claim p{
	float: right;
	width: 400px;
	text-align: right;
	color: #060;
	font-size: 95%;
	margin-top: 22px;
	_margin-top: 20px;
	letter-spacing: 0.1px;
	margin-right: 10px;
}

#claim p a{
	color: #ff0;
}

#claim p a:hover{
	color: #f00;
}

.item{
	font-size: 12px;
	color: #555555;
	line-height: 1.4;
	padding: 2px;
	width:100%;
}
.item1{
	font-size: 12px;
	color: #666666;
	line-height: 1.8;
	padding: 2px;
	width:100%;
}
.item2{
    COLOR: #333333;
	font-size: 12px;
}
.item3{
	font-size: 14px;
	font-weight: blod;
	color: #4C4C4C;
	line-height: 1.4;
	width:100%;
}
.item4{
	font-size: 12px;
	color: #555555;
	line-height: 1.8;
	width:100%;
}
.item5{
	font-size: 13px;
	font-weight: bold;
	color: #663399;
	line-height: 1.8;
	width:100%;
}
.item6{
	font-size: 13px;
	font-weight: bold;
	color: #FF3366;
	line-height: 1.8;
	width:100%;
}
.item7{
	font-size: 13px;
	font-weight: bold;
	color: #336699;
	line-height: 1.8;
}
.item8{
	font-size: 13px;
	font-weight: bold;
	color: #0099FF;
	line-height: 1.8;
}
.schooltxt{
	font-size: 16px;
	font-weight: bold;
	color: #8C0000;
	line-height: 2;
	width:120%;
}
.m1{
	font-size: 12px;
	font-weight: normal;
	color: #a88c5a;
	line-height: 1.4;
	padding: 2px;
	width:100%;
}
.m2{
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 1.4;
	padding: 2px;
	width:100%;
}
.n3{
	font-size: 14px;
	font-weight: bold;
	color: #669999;
	line-height: 1.4;
	padding: 2px;
	width:100%;
}
.n4{
	font-size: 14px;
	font-weight: bold;
	color: #87b854;
	line-height: 1.4;
	padding: 2px;
	width:100%;
}
.n5{
	font-size: 120%;
	font-weight: bold;
	color: #5A99BA;
	line-height: 1.4;
	padding: 2px;
	width:100%;
}

/* search */
.search1:visited, search1:link{
	font-size: 12px;
	color: #000000;
	width:100%;
}
.search1:hover{
	font-size: 12px;
	color: #996600;	
	width:100%;
}
.search1:link{
	font-size: 12px;
	color: #000000;
	width:100%;
}

.search2:visited, search2:link{
	font-size: 12px;
	color: #000000;
	width:100%;
}
.search2:hover{
	font-size: 12px;
	color: #FF9900;	
	width:100%;
}
.search2:link{
	font-size: 12px;
	color: #000000;
	width:100%;
}

.search3:visited, search3:link{
	font-size: 12px;
	color: #000000;
	width:100%;
}
.search3:hover{
	font-size: 12px;
	color: #669933;	
	width:100%;
}
.search3:link{
	font-size: 12px;
	color: #000000;
	width:100%;
}

