/** css reset **/

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/** end reset **/

body{
	background:#9ce5d7 url('images/bg.jpg') center top repeat-x fixed;
}

strong{
	font-weight:bold;
}
h4{
	font-size:1.3em;
	font-weight: bold;
	color:#8a1e2e;
	text-align: center;
	margin-bottom:1em;
}

#top_button a{
	display: block;
	width:60px;
	height:80px;
	background: url('images/top.png');
	text-indent: -99em;
	position: fixed;
	right:30px;
	bottom: 20px;
}

#wrapper{
	width:1000px;
	height:100%;
	margin:auto;
	padding-left:20px;
	background: url('images/wrapper_bg.png') repeat-y;
	position: relative;
	z-index: 2;
}

#wrapper_border{
	width:149px;
	height: 276px;
	position: absolute;
	top:0px;
	left:-133px;
}

#header{
	position: relative;
	width:960px;
	height:550px;
	left:0px;
	top:0px;
}

#header #title_sub{
	position: absolute;
	width:620px;
	height:70px;
	overflow: hidden;
	top:280px;
	right:50px;
}

#header img{
	display:block;
}

#container{
	width:960px;
	padding:0px;
	margin:auto;
	background: #FFFFFF url('images/container_bg.jpg');
	font-size: 13pt;
	line-height:1.8em;
	color:#222222;
}

#container .great{
	color:#804000;
	font-weight:bold;
}

#container p{
	margin-bottom: 1em;
}

#container .hr{
	text-align: center;
	padding:0em 0 1.5em 0;
}

#container .hr2{
	display:block;
	margin:auto;
	padding-bottom:0.5em;
}

#container div.title_bar{
	/*width:100%;*/
	height:25px;
	margin-bottom:1em;
	border-bottom:1px solid #c7485a;
}

#container .col460{
	width:520px;
	float:left;
	margin-left:10px;
}

#container .col220{
	width:220px;
	margin:0 10px 0 10px;
	float:left;
}

#container .col60{
	margin-left:60px;
	float:left;
}

#container .col380_l{
	width:360px;
	margin:1em 20px 0 90px;
	float:left;	
}

#container .col380_r{
	width:370px;
	margin:1em 90px 0 20px;
	float:left;	
}

#container .col60{
	content: " ";
	text-indent: : -999em;
	width:60px;
	margin:0 10px 0 10px;
}

#container .col300{
	width:300px;
	margin:0 10px 0 10px;
	float:left;	
}


#container .col820{
	width:780px;
	height:520px;
	overflow:auto;
	padding-right:1em;
	margin:0 90px 1em 90px;
}

#container .col820s{
	width:780px;
	padding-right:1em;
	margin:0 90px 0 90px;
}

#container .container_foot{
	width:960px;
	height:80px;
	margin:auto;
	background: url('images/container_foot.jpg');
}

#container .container_foot a.top_button{
	display: block;
	width:120px;
	height:40px;
	margin-left:800px;
	text-indent: -99em;
	background: url(images/top_button.jpg);
}


/***/

#menu{
	position:relative;
	width:960px;
	height:100px;
	left:0px;
	top:0px;
	background: url('images/menu_bg.jpg');
}

#menu ul{
	display: block;
	width:780px;
	height:40px;
	margin:auto;
}

#menu ul li a{
	display: block;
	float:left;
	background: url('images/menu.png');
	width:130px;
	height:40px;
	text-indent: -99em;
}

#menu ul li a#m1{
	background-position: 0px 0px;
}
#menu ul li a#m2{
	background-position: -130px 0px;
}
#menu ul li a#m3{
	background-position: -260px 0px;
}
#menu ul li a#m4{
	background-position: -390px 0px;
}
#menu ul li a#m5{
	background-position: -520px 0px;
}
#menu ul li a#m6{
	background-position: -650px 0px;
}

#menu ul li a#m1:hover{
	background-position: 0px -40px;
}
#menu ul li a#m2:hover{
	background-position: -130px -40px;
}
#menu ul li a#m3:hover{
	background-position: -260px -40px;
}
#menu ul li a#m4:hover{
	background-position: -390px -40px;
}
#menu ul li a#m5:hover{
	background-position: -520px -40px;
}
#menu ul li a#m6:hover{
	background-position: -650px -40px;
}

#intro h3{
	font-size:1.3em;
	font-weight: bold;
	color:#8a1e2e;
	text-align: center;
}

#intro h4{
	font-size:1.1em;
	font-weight: bold;
	margin:0.5em 0 0.5em 0;
}

#shop{
	margin-top:1em;
	font-size:12pt;
	line-height:1.5em;
}

#shop h4{
	font-weight: bold;
}

#shop img{
	margin-bottom:0.5em;
}

#shop p{
	display: block;
	padding-left:1em;
}

#shop a{
	display: block;
	height:36px;
	width:130px;
	background: url('images/shopcart.png') no-repeat;
	text-indent: -99em;
	margin-top:0.5em;
}

#shop span.sp{
	color:red;
}

.gift_txt{
	color:#8a1e2e;
}

.cart_txt{
	font-size:11pt;
	line-height:1.1em;
}

#shop .bookstroe_txt{
	font-weight: bold;
	color:#a40000;
}

#author h3{
	font-size:1.5em;
	font-weight:bold;
	margin-top:1em;
	margin-bottom:1em;
	text-align: center;
}

#author h4{
	font-size:1.3em;
	font-weight: bold;
	color:#8a1e2e;
	text-align: center;
}

#author p{
	text-indent: 2em;
}

#author img.author_photo{
	float:left;
	margin-right:2em;
	margin-bottom:2em;
}

.book_great{
	font-size:11pt;
	line-height:1.4em;
}
.book_great ul{
	list-style: circle;
}
.book_great ul li{
	margin-bottom:0.5em;
}
.book_great span.sub{
	font-size:8pt;
	color:#70440c;
}

.book_great h4{
	font-weight:bold;
	text-align: left;
}


/** **/

#praise{
	background:url('images/praise_bg.jpg');
}
#praise h3{
	width:200px;
	font-size:1.3em;
	font-weight: bold;
	color:#8a1e2e;
	padding-left:32px;
	margin-bottom:1em;
	background: url('images/h4.png') no-repeat;
}
#praise p{
	margin-botton:1.5em;
}
#praise span.name{
	font-weight:bold;
}

/** **/
#talk p.a1{
	color:#004080;
}

#talk h5.title{
	font-size: 1.1em;
	margin-bottom:1.2em;
	font-weight: bold;
	text-align: center;
}

#talk h5{
	font-size: 1.1em;
	margin-bottom:0.5em;
	font-weight: bold;
}

/** **/

#preview{
	background: url('images/preview_bg.jpg') no-repeat;
}
#preview p{
	text-indent: 2em;
	margin-bottom:1.3em;
}
#preview h3{
	font-size:1.5em;
	font-weight:bold;
	margin-bottom:1em;
}
#preview h4{
	font-size:1.3em;
	font-weight: bold;
	color:#8a1e2e;
	text-align: center;
	margin-bottom:1em;
}
#preview span.point{
	color:#b71075;
}

/** **/

#extend h4{
	font-size:1.3em;
	font-weight: bold;
	color:#8a1e2e;
	text-align: center;
	margin-bottom:1em;
	margin-top:1em;
}

#extend h5{
	font-size:1.1em;
	font-weight: bold;
	margin-bottom:1em;
}

#extend .bookstroe_txt{
	font-weight: bold;
	color:#a40000;
}

#extend span.sp{
	color:red;
}

#extend a{
	display: block;
	height:36px;
	width:130px;
	background: url('images/shopcart.png') no-repeat;
	text-indent: -99em;
	margin-top:0.5em;
}

/** **/

#container_foot{
	height:30px;
}

#footer{
	padding-left:180px;
	padding-top:10px;
	padding-bottom:10px;
	position: relative;
	top:-5px;
	background: url('images/foot01.png') no-repeat;
	margin-bottom:1em;
	color:#cccccc;
	font-weight: bold;
}
#footer img{
	float:left;
	margin-right:1em;
}

/*** clearfix ***/
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}