body {
	margin: 0px;
	background-color: #ed1c24;
}
img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
.ddimgtooltip{
box-shadow: 3px 3px 5px #818181; /*shadow for CSS3 capable browsers.*/
-webkit-box-shadow: 3px 3px 5px #818181;
-moz-box-shadow: 3px 3px 5px #818181;
display:none;
position:absolute;
border:1px solid black;
background:white;
color: black;
z-index:2000;
padding: 4px;
}
#main {
	background-color: #fbffd4;
	background-image: url(images/index_03.jpg);
	background-repeat: no-repeat;
	background-position: top;
	padding-right: 30px;
	padding-left: 30px;
	padding-top: 10px;
	padding-bottom: 0px;
}
.contentLeft {
	float: left;
	margin-right: 10px;
	margin-bottom: 15px;
	width: 700px;
	font-size: 11pt;
	color: #5C5A47;
	line-height: 22px;
	font-family: Tahoma, Geneva, sans-serif;
}
.contnetBooks {
	float: right;
	width: 200px;
	text-align: center;
	vertical-align: top;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 10pt;
	line-height: 19px;
	color: #656262;
}
.bookname {
	font-size: 11pt;
	font-weight: bold;
	color: #B0000D;
}
.text01 {
	color: #BB492D;
}
.text01 a {
	color: #E77901;
	text-decoration: none;
}
.price {
	font-size: 14pt;
	font-weight: bold;
	color: #ED1C24;
}
.text02 {
	color: #369;
}
.backtoTop {
	display: block;
	font-size: 10pt;
	text-align: right;
	color: #666;
}
.backtoTop a {
	color: #BBA691;
	text-decoration: none;
}
.content {
	clear: both;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11pt;
	line-height: 22px;
	color: #5C5A47;
}
.name {
	color: #49943F;
}
.nameArea {
	text-align: right;
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #978F68;
}
.subTitle {
	color: #FFF;
	background-color: #093;
	padding-top: 1px;
	padding-right: 4px;
	padding-bottom: 1px;
	padding-left: 4px;
}
.content a {
	color: #069;
	text-decoration: underline;
}
.content a:hover {
	text-decoration: none;
}
.cat {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 10pt;
	color: #666;
	vertical-align: top;
	line-height: 19px;
	background-color: #FDFFE6;
	border: 1px solid #F0EFCA;
}
.catTitle {
	color: #665C40;
	background-color: #F8FD99;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 2px;
	padding-right: 4px;
	padding-bottom: 2px;
	padding-left: 4px;
}
.content ul {
	padding-left: 30px;
}
.content li {
	list-style-type: none;
	float: left;
}
.content li a {
	display: block;
	margin-right: 10px;
	padding-top: 1px;
	padding-right: 5px;
	padding-bottom: 1px;
	padding-left: 5px;
	color: #FFF;
	background-color: #71BF44;
	text-decoration: none;
}
.content li a:hover {
	display: block;
	margin-right: 10px;
	padding-top: 1px;
	padding-right: 5px;
	padding-bottom: 1px;
	padding-left: 5px;
	color: #FFF;
	background-color: #7EA260;
	text-decoration: none;
}
.photo {
	margin-right: 10px;
	margin-left: 10px;
	padding-right: 10px;
	padding-left: 10px;
}
.button {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 10pt;
	color: #FFF;
	font-weight: bold;
	text-align: center;
}
.button a {
	border:1px solid #C40F18;
	-moz-border-radius: 19px;
	-webkit-border-radius: 19px;
	border-radius: 19px;
	color: #FFF;
	background-color: #ED1C24;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	text-decoration: none;
}
.button a:hover {
	border:1px solid #600;
	-moz-border-radius: 19px;
	-webkit-border-radius: 19px;
	border-radius: 19px;
	color: #FFF;
	background-color: #66090D;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	text-decoration: none;
}

.footer {
	background-image: url(images/index_05.jpg);
	text-align: center;
	height: 171px;
	background-repeat: no-repeat;
	background-position: bottom;
}
