body {
	background-color: #FBC500;
	margin: 0px;
}
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;
}

#main {
	background-image: url(../images/index_06.jpg);
	background-repeat: repeat-y;
}
#main .content {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11pt;
	line-height: 24px;
	color: #796353;
	padding-top: 50px;
	padding-right: 40px;
	padding-bottom: 10px;
	padding-left: 60px;
	background-image: url(../images/index_05.jpg);
	background-repeat: no-repeat;
	background-position: top;
}
#bookRight {
	float: right;
	width: 260px;
	text-align: center;
	vertical-align: top;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 10pt;
	color: #333;
	line-height: 20px;
}

#bookRight a:link {
	color: #FFF;
	text-decoration: none;
}
#bookRight a:hover {
	color: #FFF;
	text-decoration: none;
}
#bookRight a:visited {
	color: #FFF;
	text-decoration: none;
}

/* button 
---------------------------------------------- */

#bookRight .button {
	display: inline-block;
	zoom: 1; /* zoom and *display = ie7 hack for display:inline-block */
	*display: inline;
	vertical-align: baseline;
	margin: 0 2px;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font: 14px/100% Arial, Helvetica, sans-serif;
	padding: .5em 2em .55em;
	text-shadow: 0 1px 1px rgba(0,0,0,.3);
	-webkit-border-radius: .5em; 
	-moz-border-radius: .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);
}
#bookRight .button a {
	text-decoration: none;
	color:#FFF;
}
#bookRight .button a:hover {
	text-decoration: none;
}

#bookRight .bigrounded {
	-webkit-border-radius: 2em;
	-moz-border-radius: 2em;
	border-radius: 2em;
}
#bookRight .medium {
	font-size: 12px;
	padding: .4em 1em .42em;
}
.small  {
	font-size: 10pt;
	color: #960;
}
/* 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');
}
#reading {
	text-align: center;
	font-size: 10pt;
	line-height: 20px;
	color: #442F22;
	margin-top: 30px;
}

#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;
}

.bookname {
	font-size: 11pt;
	font-weight: bold;
	color: #803418;
}

.price {
	color: #D81617;
	font-size: 14pt;
	font-weight: bold;
}


.text01 {
	border:solid 1px #700000;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 7px;
	background-color: #AF2525;
	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;
}
.text02 {
	color: #C55912;
	font-size: 13pt;
}
.text03 {
	font-size: 13pt;
}
.text04 {
	color: #060;
}
.text05 {
	color: #1E5A03;
}
.text06 {
	font-size: 14pt;
	color: #432323;
	line-height: 26px;
}
.text09 {
	text-align: right;
	display: block;
	width: 600px;
}
.text08 {
	color: #900;
}

.footer {
	background-image: url(../images/index_07.jpg);
	background-repeat: no-repeat;
	height: 99px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 10pt;
	color: #9F4C44;
	text-align: center;
	clear: both;
}
#main .content .top{
	font-size: 10pt;
	text-align: right;
	margin: 4px;
	padding: 4px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
}
#main .content .top a {
	color: #C60;
	text-decoration: none;
}


.footer a {
	color: #6B342E;
	text-decoration: none;
}
.footer a:hover {
	color: #BE4949;
}
.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;
}
