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

@import "reset.css";
@import url(http://fonts.googleapis.com/earlyaccess/notosanstc.css);

body {
	text-align: center;
	font-family: 'Noto Sans TC',Arial,"文泉驛正黑", "WenQuanYi Zen Hei", "儷黑 Pro", "LiHei Pro", Meiryo, "微軟正黑體", "Microsoft JhengHei", "標楷體", DFKai-SB, sans-serif;
	font-size:16px;
	line-height:24px;
	color:#42210b;
	background:#f7f7f7;
}

a {
	color:#fff;
	text-decoration:none;
}
a:hover {
	color:#F90;
	text-decoration:underline;
}
#header {
	width:1000px;
	margin:0 auto;
}

/*-----main------for page center*/
#mainContent {
	width:1000px;
	margin:0px auto;
    padding:0px 0px;
	position: relative;
	text-align:center;
	height:100%;
	background:#fff;
}
.highlight{
	display:marker;
	background:#d0ff01;
	padding:2px 4px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	}
#content{
	width:950px;
	margin:20px auto;
	padding:10px 10px;
	background:#FFF;
	height:90%;
}
.mainDesc{
	margin:50px auto;
	padding-left:15px;
	width:750px;
	border-left:dotted 3px #a00c08;
	text-align:left;
	color:#e27111;}
	
#content h2{
	font-size:30px;
	line-height:36px;
	color:#783e17;	}
	
#content h3{
	font-size:24px;
	line-height:24px;
	color:#db2400;	}

.ulRight {
 position:relative;
	float:right;
	width:280px;
	text-align:center;
	right:0;
	top:-80px;
	display: inline-block;
	}
.ulRight h5{
	font-size:12px;
	padding-bottom:50px;
	color:#ef7d67;
	}
#content ul{
	width:750px;
	margin:50px auto;
	text-align:left;
	}
#content li{
	width:700px;
	margin:20px auto;
	padding:0 30px;
	text-align:left;
	}
.notice{
	color:#e27111;}
.list1{
	background:url(../img/list_1.gif) top left no-repeat;
	}
.list2{
	background:url(../img/list_2.gif) top left no-repeat;
	}
.list3{
	background:url(../img/list_3.gif) top left no-repeat;
	}
.list4{
	background:url(../img/list_4.gif) top left no-repeat;
	}
.listStar{
	background:url(../img/list_star.gif) top left no-repeat;
	}
.story_block{
	padding:0px 0px;
	}
.author_block{
	background:url(../img/author_bg.jpg) repeat-x top left;
	}
.auLeft{
	float:left;
	}
.auRight{
	 width:570px;
	 float:right;}
	 
.read_block{
		background: url(../img/img_07.jpg)no-repeat top center;
		padding: 115px 100px 75px 100px;
}
.scroll-pane {
	width: 100% ;
	height: 440px;
	padding: 10px 0px;
	overflow: auto;
}

.more_block1 ul,.more_block2 ul{
	width:150px;
	float:left;
	text-align:center;
	color:#336;
	}
/*.more_block li img{
	margin-bottom:0px;
	}*/
.LBook{
	padding-left:110px;
/*	margin-top:20px;
*/	margin:0 auto;
	}
.RBook{
	padding-left:110px;
	}
/*-----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 {
	width:100%;
	color: #c0c0c0;
	display: block;
	text-align: center;
	letter-spacing: 0.2em;
	font-size: 12px;
	line-height: 24px;
	height: 60px;
	overflow: hidden;
	background: #FFF;
	border-top: 1px solid #efd7cc;
}
#footer p {
	margin: 20px auto;
}
