@charset "utf-8";

/* ===================================================================
 style info : Default (irrevocably)
=================================================================== */

/* reset */
html {
	overflow-y: scroll;
}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	margin: 0;
	padding: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption,th {
	text-align: left;
}
q:before,q:after {
	content: '';
}
object,embed {
	vertical-align: top;
}
hr,legend {
	display: none;
}
h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
}
img,abbr,acronym,fieldset {
	border: 0;
}
ul,li {
	list-style-type: none;
}


/* clearfix */
.clearfix {display: inline-block;}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
/* --Hides from IE-mac */
* html .clearfix {height: 1%;}
.clearfix {display: block;}



/* ===================================================================
 style info : Contents
=================================================================== */

html,body {margin: 0px;padding: 0px;background:#ffffff url(images/bg.png) top center no-repeat;}

/* link style */
a:link,a:visited {text-decoration: underline;color: #ffffff;}
a:active {text-decoration: underline;color: #cccccc;}
a:hover {text-decoration: underline;color: #cccccc;}
#wrap {
	margin: 0px auto;
	padding: 0px;
	width: 1000px;
	background:#ffffff url(images/bg.png) top center no-repeat;
	
	
}
#header {float:left;margin-top: -11px;padding: 0px;}
#main {
	position: relative;
	width: 1000px;
	height: 670px;
	margin: 0px auto;
	padding: 0px;
	background: url(images/main.png) top center no-repeat;
	text-indent: -9999px;
}
#main > img{position: absolute; top: 509px; right: 134px;}
a.booklink{position: absolute; top: 32px; left: 296px; width: 409px; height: 593px;}
a.amazonlink{position: absolute; top: 631px; left: 335px; width: 107px; height: 25px;}
#lead {
	position: relative;
	width: 1000px;
	height: 190px;
	margin: 0px auto;
	padding: 0px;
	background: url(images/main2.png) top center no-repeat;
	text-indent: -9999px;
}
#content {
	position: relative;
	width: 1000px;
	height: 300px;
	margin: 0px auto;
	padding-bottom: 100px;
	background: url(images/main3.png) top center no-repeat;
	text-indent: -9999px;
}
.footer {margin: 0px;padding: 9px 0 10px;width: 100%;background-color: #e82425;}
.copyright {margin: 0px auto;width: 1000px;height: 11px;text-align: center;}

