@charset "utf-8";
@import url("reset.css");
body {
	text-align: center;
	background-color: #E6E0D5;
}
#CONTAINER {
	text-align: center;
	margin: auto;
	padding: 0px;
	width: 1000px;
	position: relative;
	background-color: #FFF;
}
#HEADE {
	margin: 0px;
	padding: 0px;
	height: 450px;
	width: 1000px;
	position: relative;
	//background-image: url(images/img_01.png);
	background-repeat: no-repeat;
}


#NAV {
	height: 67px;
	width: 1000px;
	position: relative;
	overflow: hidden;
}
#CONTENT {
	position: relative;
	width: 920px;
	padding-right: 40px;
	padding-left: 40px;
	padding-top: 15px;
	padding-bottom: 30px;
	text-align: left;
	background-color: #FFF;
	overflow: hidden;
}


h1.intro {
    color: #5389D6;
    font: bold 36px "微軟正黑體",Arial,Helvetica,sans-serif;
    text-shadow: 1px 1px 1px #999999;
}

h2.intro {
    color: #DE5E27;
    font: bold 36px "微軟正黑體",Arial,Helvetica,sans-serif;
    text-shadow: 1px 1px 1px #999999;
    margin-left: 15px;
}

.dotline {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: -moz-use-text-color -moz-use-text-color #C2C2C2;
    border-image: none;
    border-style: none none dashed;
    border-width: medium medium 1px;
    display: block;
} 

#CONTENT p.intro {
    color: #785F32;
    font-family: 微軟正黑體,新細明體,Arial,Helvetica,sans-serif;
    font-size: 16px;
    letter-spacing: 3px;
    line-height: 24px;
    margin: 15px;
}

#CONTENT .BOOK ul {
	position: relative;
	width: 940px;
	margin: 0px;
	overflow: hidden;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 30px;
	padding-left: 0px;
}
#CONTENT .BOOK li {
	float: left;
	padding: 10px;
    width: 430px;
}
#CONTENT .serire_book_cover {
    float: left;
    height: 220px;
    margin-right: 10px;
    padding-top: 5px;
    width: 185px;
}
#CONTENT .serire_book_content {
    float: left;
    height: 220px;
    width: 220px;
    margin-right: 10px;
    padding-top: 5px;
}

.author_cover {
    float: left;
    height: 220px;
    margin-right: 10px;
    padding-top: 5px;
    width: 185px;
}
.author_content {
    float: left;
    height: 220px;
    width: 220px;
    margin-right: 10px;
    padding-top: 5px;
}

.serire_book_content h5{
    margin-right: 10px;
    padding-top: 10px;
    padding-bottom: 5px;
    color: #161616;
    font-size: 15px;
}
.serire_book_content span{
    color: #666666;
    display: block;
    font-size: 13px;
    letter-spacing: 1px;
    line-height: 1.5;
    text-align: justify;
    width: 225px;
}

h4.intro{
    color: #785F32;
    font-size: 18px;
    font-family: 新細明體,Arial,Helvetica,sans-serif;
    margin-left: 15px;
}

#CONTENT .serire_book_content a {
    color: #5389D6;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.5;
    text-align: center;
    text-decoration: none;
    padding-bottom: 10px;
}

#CONTENT .BOOK_BOX {
	border: 1px solid #cdcdcd;
	height: 205px;
	width: 160px;
	padding: 7px;
}
#CONTENT .BOOK_NAME , #CONTENT .BOOK_NAME  a{
	font-size: 15px;
	line-height: 2.5;
	font-weight: bold;
	color: #785f32;
	text-align: center;
	text-decoration: none;
}
#CONTENT .BOOK_NAME a:hover{
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #785F32;
}
#CONTENT .BOOK_WRITER {
	font-size: 15px;
	line-height: 1.5;
	color: #333333;
	text-align: center;
        padding-bottom:15px;
}
#CONTENT  .PS ul{
	padding-left: 22px;
}
#CONTENT  .PS li{
	list-style-type: decimal;
}
.font_15{
	font-size: 15px;
	color: #333;
	line-height:1.8;
}
.color_01{
	color: #785f32;
}
.TITLE_02{
	padding-top: 10px;
	padding-bottom: 10px;
}
img.text{
	margin-left:25px;}

#top {
    display: block;
    position: absolute;
    top: 20px;
    right: 5px;

}

blockquote {
font-family: Georgia, serif;
font-size: 18px;
margin: 0.25em 0;
padding: 0.25em 40px;
line-height: 1.45;
position: relative;
color: #383838;
border-left: 2px dashed #999;
}

blockquote:before {
display: block;
content: "\201C";
font-size: 80px;
position: absolute;
left: -37px;
top: -20px;
color: #7a7a7a;
}

#notice ol {
    background: none repeat scroll 0 0 #F6F6F6;
    padding: 15px 30px;
}

#notice ol li{
    color: #666666;
    font-size: 12px;
    line-height: 1.5;
}

h5.rule{
    color: #5389D6;
    font-family: 微軟正黑體,新細明體,Arial,Helvetica,sans-serif;
    font-size: 16px;
    letter-spacing: 3px;
    line-height: 24px;
    margin: 5px;
    border-bottom: 2px solid #00A0E9;
}

span.color{
    color: #9966FF;
    font-weight: bold;
}

a.author{
font-weight: bold;
	color: #5389D6;
	text-decoration: none;
}

a.fans{
	color: #9966FF;
	text-decoration: none;
}

p.memo {
    font-family: 微軟正黑體,新細明體,Arial,Helvetica,sans-serif;
    font-size: 14px;
    letter-spacing: 3px;
    line-height: 24px;
    margin: 5px;
    padding: 10px;
}

span.intro {
    color: #5389D6;
    font-family: 微軟正黑體,新細明體,Arial,Helvetica,sans-serif;
    font-size: 16px;
    letter-spacing: 3px;
    line-height: 24px;
    margin: 5px;
    padding: 80px;
}
