body{
	margin:0
}
.topsky {
	width: 100%;
	margin: 0 auto 20px;
	font-size: 12px;
	line-height: 20px
}
.topsky .toptxt{
	font-size: 12px;
	color: #598ECE;
	line-height: 20px;
}
.topsky .title1 {
	height: 25px;
	background-color: #dcdcdc;
	font-size: 12px;
	color: #666666;
}
.topsky .title1 td{
	font-size: 12px;
	color: #666666;
}
.topsky .title1 a{
	font-size: 12px;
	color: #598ECE;
	text-decoration: underline;
}
.topsky .title1 a:hover{
	font-size: 12px;
	color: #598ECE;
	text-decoration: underline;
}
.topsky .title1 a:visited{
	font-size: 12px;
	color: #598ECE;
	text-decoration: underline;
}
.topsky .title1 a:active{
	font-size: 12px;
	color: #598ECE;
	text-decoration: underline;
}
.topsky .title1 .sp{
	font-size: 12px;
	color: #F00;
}
.topsky .title1 .sp a{
	font-size: 12px;
	color: #F00;
	text-decoration:none;
}
.topsky .title2 {
	background-color: #e1f1fe;
	height: 45px;
	padding: 20px 10px 20px 20px;
}
.topsky .title3 {
	background-color: #e1f1fe;
	height: 60px;
}
/**/
.topsky2 {
	width: 100%;
	margin: 0 auto;
	font-size: 12px;
	line-height: 20px;
}
.topsky2 .toptxt{
	font-size: 12px;
	color: #598ECE;
	line-height: 20px;
}
.topsky2 .title1 {
	height: 25px;
	background-color: #dcdcdc;
	font-size: 12px;
	color: #666666;
}
.topsky2 .title1 td{
	font-size: 12px;
	color: #666666;
}
.topsky2 .title1 a{
	font-size: 12px;
	color: #598ECE;
	text-decoration: underline;
}
.topsky2 .title1 a:hover{
	font-size: 12px;
	color: #598ECE;
	text-decoration: underline;
}
.topsky2 .title1 a:visited{
	font-size: 12px;
	color: #598ECE;
	text-decoration: underline;
}
.topsky2 .title1 a:active{
	font-size: 12px;
	color: #598ECE;
	text-decoration: underline;
}
.topsky2 .title1 .sp{
	font-size: 12px;
	color: #F00;
}
.topsky2 .title1 .sp a{
	font-size: 12px;
	color: #F00;
	text-decoration:none;
}
/* 下拉選單 */
.nav, .nav ul { 
	list-style: none;
	margin: 0;
	padding: 0;
}

.nav {
	z-index: 100;
	position: relative;
}
.nav li {
	margin: 0;
	position: relative;
	font-size: 12px;
	float: left;
}
.nav li a, .nav li a:link, .nav li a:active, .nav li a:visited {
	display: block;
	padding: 0;
	text-transform: lowercase;
	text-decoration: none;
	font-size: 12px;
	line-height: 20px;
}
#nav-one li:hover ul a, 
#nav-one li.sfHover ul a {
	background: #e8f2ff;
	color: #3681c9;
}
#nav-one li:hover ul a:hover, 
#nav-one li.sfHover ul a:hover {
	background: #3681c9;
	color: #FFF;
}

.nav ul {
	background: #f9fdff;
	border-bottom: 1px solid #99c6ef;
	list-style: none;
	margin: 0;
	width: 100px;
	position: absolute;
	top: -999em;
	right: 0px;
}
.nav li:hover ul,
.nav li.sfHover ul {
  top: 20px;
}
.nav ul li {
	border: 0;
	float: none;
	text-align: center;
}
.nav ul a {
	border: 1px solid #99c6ef;
	border-bottom: 0;
	white-space: nowrap;
	width: 100px;
	padding: -10 10px;
}
.nav ul a:hover {
	background: #3681c9;
	color: #000;
}
