@charset "utf-8";
/* Basic */
a:link, a:visited{
	color: #666;
}
a:hover{
	color: #690;	
}
/* Header */
#header h1{
	width: 250px;
	position: absolute;
	margin-top: 30px;
	float: left;
	margin-bottom: 0px;
	font-size: 100%;
	color: #fff;
	margin-right: 0px;
	z-index: 100;
	margin-left: 100px;
}
#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;
	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: #fff;
	display: block;
	float:left;
	margin: 0px;
	background-color: #34446c;
	font-weight: bold;
	cursor: pointer;
	padding-top: 0;
	padding-right: 0;
	padding-left: 4px;
	padding-bottom: 3px;
}
#main ul#nav li a:hover { color:#ff0; }
#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: #34446c;
}
#main ul#menu {
	width: 932px;
	height: 52px;
	font-size: 100%;
	font-weight: bold;
	font-family: "微軟正黑體", Arial, "新細明體";
	list-style-type: none;
	margin: 0px;
	background-color: #0068b1;
	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: #fff;
	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: 1px;
	border-right-style: solid;
	border-right-color: #0068b1;
}
#main ul#menu li a:hover {	color:#ff0;}
#main ul#menu li a.current{
	float:left;
	height: 40px;
	cursor: pointer;
	color: #FFFFFF;
	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: #0ff;}
/* Path */
.breadcrumb{
	padding-top: 5px;
	padding-bottom: 10px;
	font-size: 95%;
	color: #99c;
	font-weight: bold;
	margin-left: 40px;
}

.breadcrumb span{
	color: #69c;
}
.breadcrumb a{
	color: #039;
}
.breadcrumb a:hover{
	color: #36c;
}
/* Main */
#content .content{
	background-color: #fff;
	float: left;
	width: 690px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #b4d1e7;
}
#content .sidebar{
	width: 241px;
	float: left;
	background-color: #d1dae0;	
}
#content p{
	font-size: 97%;
	letter-spacing: 0.1em;
	*font-size: 95%;
	line-height: 190%;
	color: #666;
	margin-bottom: 1.8em;
	text-align: justify;
	margin-right: 3em;
	margin-left: 3em;
}
#content h3{
	font-size: 130%;
	color: #369;
	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-top: 0em;
	margin-bottom: 0.6em;
	padding-top: 0em;
	padding-bottom: 0.2em;
	padding-left: 0.2em;
	font-weight: bold;
	color: #999;
}
#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: #699;
}
#content .iconpic{
	background-image: url(../images/ico_note.gif);
	background-repeat: no-repeat;
	background-position: 0px 4px;
	display: block;
	height: 40px;
	width: 60px;
	position: absolute;
	margin-top: -3px;
	margin-left: 33px;
}
#content .sidebar h4{
	font-size: 130%;
	color: #666;
	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;
	float: left;
	margin-right: 30px;
	margin-left: 40px;_margin-left: 20px;
	}
#content .explain{
	color: #030303;
	text-align: center;
	font-size: 95%;












*font-size: 85%;
	display: block;
	padding-bottom: 5px;
	padding-top: 6px;
}
#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: left;
}
#content ol, #content ul{
	color: #999;
	margin-left: 40px;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}
#content li{
	font-size: 97%;


*font-size: 95%;
	line-height: 2em;
	color: #999;
	padding-left: 15px;
	list-style-type: none;	
}
#content ul li ul li{font-size: 97%;*font-size: 95%;padding-left: 35px;}
#content .word{
	display: block;
	font-size: 1em;





	*font-size: 0.85em;
	padding-top: 0.1em;
	padding-bottom: 0.4em;
	margin-top: 0.4em;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#content .sidebar a img{
	background-color: #eaeef1;
	padding: 2px;
	border: 1px solid #bbb;
}
#content .sidebar a:hover img{
	background-color: #bbb;
	padding: 2px;
	border: 1px solid #fff;
}
#content .sidebar a{
	color: #000;
}
#content .sidebar a:hover{
	color: #369;
}
/* Footer */
#footer ul{
	list-style-type: none;
	margin-left: 150px;
}
#footer li{
	font-size: 100%;
	color: #999;
	line-height: 170%;	
}
#footer a{width:305px; height:80px; float:left;}
#claim .link{
	float: left;
	margin-top: 10px;
	color: #666;
	margin-left: 40px;
	_margin-left: 20px;
	width: 600px;
	
}
#claim ul{
	margin-top: 0px;
	font-size: 95%;
	line-height: 1.2em;
	color: #1f1906;
	
}
#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: #fff;
}
#claim li a:hover{
	color: #ff0;
}
#claim p{
	float: right;
	width: 400px;
	text-align: right;
	color: #999;
	font-size: 95%;
	margin-top: 22px;
	_margin-top: 20px;
	letter-spacing: 0.1px;
	margin-right: 10px;
}
#claim p a{
	color: #ccc;
}
#claim p a:hover{
	color: #6cf;
}
