@charset "utf-8";
/* CSS Document */

@import "reset.css";
@import "style.css";
body {
	text-align: center;
	font-family: Arial, "文泉驛正黑", "WenQuanYi Zen Hei", "儷黑 Pro", "LiHei Pro", Meiryo, "微軟正黑體", "Microsoft JhengHei", "標楷體", DFKai-SB, sans-serif;
	font: 16px/24px;
	color: #42210b;
	background: url(../img/bg.png) top center repeat-y #4988cb;/*	background: url(../img/bg.png) top center repeat-y #cfe3fd;*/
}
a {
	color: #fff;
	text-decoration: none;
}
a:hover {
	color: #F90;
	text-decoration: underline;
}
#header {
	width: 1000px;
	margin: 0 auto;
}
.hdRight {
	float: right;
}
.hdLeft {
	float: left;
}
.description {
	width: 900px;
	margin: 0px 50px 40px 50px;
	text-align: left;
	color: #1160bd;
	line-height: 1.5em;
	padding: 40px 0 20px 0;
}
.descriptionUC {
	width: 500px;
	margin: 0 auto;
	text-align: left;
	color: #1160bd;
	line-height: 1.5em;
	padding: 40px 0 20px 0;
}
.mobileP{
	width:700px;
	word-wrap:break-word;
	}

h2 {
	font-size: 1.8em;
	line-height: 1.8em;
	color: #890151;
	margin-bottom: 10px;
/*	background: -webkit-linear-gradient(top, #c10072 0, #770247 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
*/	display: inline-block;
}
.titleBg {
	background: url(../img/waveline.gif) bottom repeat-x;
	text-indent: -1px;
}
/*-----nav------*/
#nav {
	margin: 0;
	padding: 0;
	width: 1000px;
	height: 50px;
	background: url(../img/nav-b.jpg) no-repeat top left #f776ae;
}
#nav ul {
	width: 914px;
	padding: 0 42px 0 44px;
	float: right;
}
#nav li {
	float: left;
	padding: 0;
	height: 50px;
	text-indent: -5000px;
}
#nav a {
	overflow: hidden;
	text-indent: -5000px;
	display: block;
	text-decoration: none;
	height: 50px;
}
.m0 {
	width: 114px;
	background: url(../img/nav-b.jpg) no-repeat -44px top;
}
.m1 {
	width: 114px;
	background: url(../img/nav-b.jpg) no-repeat -158px top;
}
.m2 {
	width: 132px;
	background: url(../img/nav-b.jpg) no-repeat -272px top;
}
.m3 {
	width: 114px;
	background: url(../img/nav-b.jpg) no-repeat -404px top;
}
.m4 {
	width: 114px;
	background: url(../img/nav-b.jpg) no-repeat -518px top;
}
.m5 {
	width: 114px;
	background: url(../img/nav-b.jpg) no-repeat -632px top;
}
.m6 {
	width: 98px;
	background: url(../img/nav-b.jpg) no-repeat -746px top;
}
.m7 {
	width: 114px;
	background: url(../img/nav-b.jpg) no-repeat -844px top;
}
.m0 a {
	background: url(../img/nav-a.jpg) no-repeat -44px top;
}
.m1 a {
	background: url(../img/nav-a.jpg) no-repeat -158px top;
}
.m2 a {
	background: url(../img/nav-a.jpg) no-repeat -272px top;
}
.m3 a {
	background: url(../img/nav-a.jpg) no-repeat -404px top;
}
.m4 a {
	background: url(../img/nav-a.jpg) no-repeat -518px top;
}
.m5 a {
	background: url(../img/nav-a.jpg) no-repeat -632px top;
}
.m6 a {
	background: url(../img/nav-a.jpg) no-repeat -746px top;
}
.m7 a {
	background: url(../img/nav-a.jpg) no-repeat -844px top;
}
.m0 a:hover {
	background: url(../img/nav-b.jpg) no-repeat -44px top;
}
.m1 a:hover {
	background: url(../img/nav-b.jpg) no-repeat -158px top;
}
.m2 a:hover {
	background: url(../img/nav-b.jpg) no-repeat -272px top;
}
.m3 a:hover {
	background: url(../img/nav-b.jpg) no-repeat -404px top;
}
.m4 a:hover {
	background: url(../img/nav-b.jpg) no-repeat -518px top;
}
.m5 a:hover {
	background: url(../img/nav-b.jpg) no-repeat -632px top;
}
.m6 a:hover {
	background: url(../img/nav-b.jpg) no-repeat -746px top;
}
.m7 a:hover {
	background: url(../img/nav-b.jpg) no-repeat -844px top;
}
/*-----main------for page center*/
#mainContent {
	width: 1000px;
	margin: 0px auto;
	padding: 0px 0px;
	position: relative;
	background: #d1e3fd;
}
#wrap {
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(248,234,255,1) 150px, rgba(233,231,254,1) 50%, rgba(211,227,253,0) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(248,234,255,1) 150px, rgba(233,231,254,1) 50%, rgba(211,227,253,0) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(248,234,255,1) 150px, rgba(233,231,254,1) 50%, rgba(211,227,253,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00d3e3fd', GradientType=0 ); /* IE6-9 */
}
.moreList {
	color: #1f45a7;
	background: none;
	float: right;
	position: absolute;
	top: 40px;
	right: 80px;
}
.moreList li a {
	display: block;
	width: 120px;
	height: 85px;
	padding-top: 35px;
	border: 3px solid #1f45a7;
	color: #1f45a7;
	border-radius: 99em;
	line-height: 21px;
}
.moreList li a:hover {
	color: #7da3ef;
	background: #FFF;
	text-decoration: none;
	border: 3px solid #7da3ef;
}
/*-----list-Layout------*/
.frame01 {
	width: 100%;
	padding-bottom: 20px;
}
.frame01 li {
	width: 100%;
	margin: 0 0 50px 0;
	text-align: center;
	line-height: 0em;
}
.picLeft{
	width:1000px;
	margin:0 auto;
	padding:0 0 80px 70px;
		}
.picLeft img{
	float:left;
		}
/*-----Author table------*/
.timeTable {
	width: 874px;
	margin: 0px 50px 0 70px;
	text-align: left;
	color: #1160bd;
	line-height: 1.5em;
	padding: 0px 0 100px 0;
}
.auDate li {
	float: left;
	margin: 0 4px;
}
.auTime li {
	float: left;
	margin: 0 3px;
	padding-left: 1px;
}
.auTime li a{
	display:block;
	width:100%;
	height:100%;
}

.auTime li a:hover{
	display:block;
	width:90%;
	height:90%;
	opacity: 0.8;	
	background:#FFF;
	}
/*-----highlight------*/
.highlight a {
	color: #ff7444;
	text-decoration: underline;
}
.highlight a:hover {
	color: #fc0;
}
.codeTxt {
	font-weight: bold;
	color: #ffd41c;
	font-size: 14px;
}
.topBtn {
	margin: 40px 0px 20px 0px;
}
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.clear {
	clear: both;
}
.clearfix {
	display: inline-block;
}
html[xmlns] .clearfix {
	display: block;
}
* html .clearfix {
	height: 1%;
}
.protectText {
	color: #C8C8C8;
	font: 6px Verdana, Arial, Helvetica, sans-serif;
}
#footer {
	color: #c0c0c0;
	display: block;
	text-align: center;
	letter-spacing: 0.2em;
	font-size: 12px;
	line-height: 24px;
	height: 75px;
	overflow: hidden;
	background: #FFF;
	border-top: 1px solid #ccccff;
}
#footer p {
	margin: 20px auto;
}
