body {
	background-color: #d8f2fd;
	margin: 0px;
	background-image: url(images/background.png);
	background-repeat: repeat-x;
}
img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
a   {
	color: #099;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
#wrapper {
	background-image: url(images/back_footer.png);
	background-repeat: repeat-x;
	background-position: bottom;
	padding-bottom: 15px;
}
.small  {
	font-size: 10pt;
	font-weight: normal;
}
.gift {
	background-color: #F2E0DC;
	padding: 10px;
	border: 1px dashed #FFF;
	font-size: 11pt;
	line-height: 24px;
	color: #55302F;
}
.topbar {
	background-color: #333;
}
.name {
	display: block;
	text-align: right;
	color: #960;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFF;
}

.bookname {
	font-size: 11pt;
	font-weight: bold;
	color: #ef3f30;
}

.price {
	color: #D81617;
	font-size: 14pt;
	font-weight: bold;
}

/* red */
.red {
	color: #9a4232;
	border: solid 1px #9a4232;
	background: #9a4232;
	background: -webkit-gradient(linear, left top, left bottom, from(#ed1c24), to(#aa1317));
	background: -moz-linear-gradient(top,  #ed1c24,  #aa1317);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ed1c24', endColorstr='#aa1317');
}
.red:hover {
	background: #b61318;
	background: -webkit-gradient(linear, left top, left bottom, from(#c9151b), to(#a11115));
	background: -moz-linear-gradient(top,  #c9151b,  #a11115);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#c9151b', endColorstr='#a11115');
}
.red:active {
	color: #de898c;
	background: -webkit-gradient(linear, left top, left bottom, from(#aa1317), to(#ed1c24));
	background: -moz-linear-gradient(top,  #aa1317,  #ed1c24);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#aa1317', endColorstr='#ed1c24');
}
/* green */
.green {
	color: #329a49;
	border: solid 1px #329a49;
	background: #329a49;
	background: -webkit-gradient(linear, left top, left bottom, from(#7db72f), to(#4e7d0e));
	background: -moz-linear-gradient(top,  #7db72f,  #4e7d0e);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#7db72f', endColorstr='#4e7d0e');
}
.green:hover {
	background: #538018;
	background: -webkit-gradient(linear, left top, left bottom, from(#6b9d28), to(#436b0c));
	background: -moz-linear-gradient(top,  #6b9d28,  #436b0c);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#6b9d28', endColorstr='#436b0c');
}
.green:active {
	color: #a9c08c;
	background: -webkit-gradient(linear, left top, left bottom, from(#4e7d0e), to(#7db72f));
	background: -moz-linear-gradient(top,  #4e7d0e,  #7db72f);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#4e7d0e', endColorstr='#7db72f');
}

.footer {
	background-image: url(images/index_13.png);
	background-repeat: no-repeat;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 10pt;
	color: #9F4C44;
	text-align: right;
	clear: both;
	padding-right: 70px;
	padding-left: 70px;
}


.footer a {
	color: #6B342E;
	text-decoration: none;
}
.footer a:hover {
	color: #BE4949;
}

#reading {
	font-size: 10pt;
	line-height: 20px;
	color: #442F22;
}
#reading .cover {
	text-align: center;
	vertical-align: top;
	padding: 5px;
	width: 150px;
}
#reading .bookDec {
	text-align: left;
	vertical-align: top;
}


#reading a:link {
	color: #FFF;
	text-decoration: none;
}

#reading a:hover {
	color: #FFF;
	text-decoration: none;
}

#reading a:visited {
	color: #FFF;
	text-decoration: none;
}

/* button 
---------------------------------------------- */

#reading .button {
	display: inline-block;
	zoom: 1; /* zoom and *display = ie7 hack for display:inline-block */


	*display: inline;
	vertical-align: baseline;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font: 14px/100% Arial, Helvetica, sans-serif;
	text-shadow: 0 1px 1px rgba(0,0,0,.3);
	-webkit-border-radius: .5em;
	-moz-border-radius: 0.5em;
	border-radius: .5em;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
	margin-top: 1;
	margin-right: 2px;
	margin-bottom: 0;
	margin-left: 2px;
	padding-top: 1em;
	padding-right: 1em;
	padding-bottom: 0.55em;
	padding-left: 1em;
}
#reading .button a {
	text-decoration: none;
	color:#FFF;
}
#reading .button a:hover {
	text-decoration: none;
}

#reading .bigrounded {
	-webkit-border-radius: 2em;
	-moz-border-radius: 2em;
	border-radius: 2em;
}
#reading .medium {
	font-size: 12px;
	padding: .4em 1em .42em;
}
#reading .small {
	font-size: 11px;
	padding-top: 0.2em;
	padding-right: 0.5em;
	padding-bottom: 0.275em;
	padding-left: 0.7em;
}
#reading .bookText {
	font-family: Tahoma, Geneva, sans-serif, "新細明體";
	font-size: 10pt;
	color: #999;
	vertical-align: top;
	padding-top: 0px;
	padding-right: 6px;
	padding-bottom: 8px;
	padding-left: 6px;
}
.name1 {
	font-size: 12pt;
	color: #22b24c;
}
.name2 {
	font-size: 12pt;
	color: #f36f21;
}
.name3 {
	font-size: 12pt;
	color: #ef59a1;
}
.name4 {
	font-size: 12pt;
	color: #49afe0;
}



.headerBook {
	font-family: Tahoma, Geneva, sans-serif, "新細明體";
	font-size: 10pt;
	color: #888888;
	background-image: url(images/index_09.png);
	background-repeat: no-repeat;
	line-height: 18px;
	padding-top: 15px;
	padding-left: 20px;
	letter-spacing: 0.1em;
}
.book {
	text-align: center;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 10pt;
	line-height: 20px;
	color: #5C363C;
	margin: 0px;
	padding-top: 0px;
	padding-right: 8px;
	padding-bottom: 8px;
	padding-left: 8px;
}



.text01 {
	border:solid 1px #700000;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 7px;
	background-color: #999;
	padding-top: 3px;
	padding-right: 8px;
	padding-bottom: 3px;
	padding-left: 8px;
	color: #FFF;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11pt;
	font-weight: bold;
	margin-bottom: 4px;
}

.text02 {
	color: #C55912;
	font-size: 13pt;
}
.text03 {
	font-size: 13pt;
}
.text04 {
	color: #EF3F30;
}
.text05 {
	color: #019876;
}
.text06 {
	font-size: 14pt;
	color: #432323;
	line-height: 26px;
}
.text08 {
	color: #900;
}
.text09 {
	text-align: right;
	display: block;
	width: 600px;
}
#main {
	background-image: url(images/index_12.png);
	background-repeat: repeat-y;
	padding-top: 10px;
	padding-right: 80px;
	padding-left: 80px;
}
#main .content {
	font-family: Tahoma, Geneva, sans-serif, "新細明體";
	font-size: 11pt;
	line-height: 22px;
	color: #4b4b4b;
}
