@charset "utf-8";
/* CSS Document */

body {
	font-size: 12px;
	color: #000000;
}
a:link {
	color: #000;
}
a:visited {
	color: #333333;
}
a:hover {
	color: #1F7E1B;
}
.clearfix:after {
	display: block;
	content:".";
	clear: both;
	visibility: hidden;
	height: 0;
}

.structure {
	width: 960px;
	margin: 0px auto;
	background-color: #FFF;
}
#header {
	height: 130px;
	position: relative;
	border-bottom: solid 1px #000000;
}
#header h1 {
	width: 284px;
	height: 66px;
	position: absolute;
	top: 20px;
}
#container {
	width: 960px;
	height: 600px;
	padding-top: 20px;
	padding-bottom: 30px;
	position: relative;
}
#global-nav {
	position: absolute;
	width: 501px;
	height: 16px;
	top: 101px;
	right: 0px;
}
#global-nav li {
	float: left;
}
#search {
	position: absolute;
	width: 320px;
	height: 30px;
	right: 0px;
	top: 20px;
}


#header li.tw {
	position: absolute;
	top: 37px;
	right: 323px;
}

#header li.fb {
	position: absolute;
	top: 37px;
	right: 364px;
}
#book-nav {
	width: 120px;
	height: 338px;
	float: left;
}
#book-nav li.book {
	padding-top: 11px;
}
#infolist {
	width: 810px;
	height: 650px;
	float: right;
	border-left: 1px solid #000;
	margin-bottom: 20px;
}
#infolist h2 {
	float: right;
}

.info {
	width: 783px;
	height: 480px;
	float: right;
	padding-top: 25px;
}


.info-con {
	width: 520px;
	height: 550px;
	float: right;
	border-left: 1px dotted #000000;
	padding-left: 20px;
}

.info h3 {
	font-size: 150%;
}


.info-con p.text{
	padding-top:18px;
	line-height: 1.7em;
}

.info-con p.other1 {
	font-size: 11px;
	padding-top:18px;
	line-height: 2em;
	padding-bottom: 18px;
}

.info-con p.other2 {
	padding-bottom: 10px;
}

.infoimage {
	width: 240px;
	height: 310px;
	float: left;
}

.infoimage p.bookcover {
	padding-left:10px;
	padding-bottom: 10px;
}

.infoimage a.sample {
	padding-left: 10px;
}



.info2 {
	width: 783px;
	height: 480px;
	float: right;
	padding-top: 25px;
	border-bottom: 1px dotted #000;
}


.info2-con {
	width: 520px;
	height: 455px;
	float: right;
	border-left: 1px dotted #000000;
	padding-left: 20px;
}

.info2 h3 {
	font-size: 150%;
}


.info2-con p.text{
	padding-top:18px;
	line-height: 1.7em;
}

.info2-con p.other1 {
	padding-top:18px;
	line-height: 2em;
	padding-bottom: 18px;
}

.info2-con p.other2 {
	padding-bottom: 30px;
}

.info2image {
	width: 240px;
	height: 310px;
	float: left;
}

.info2image p.bookcover {
	padding-left:30px;
	padding-bottom: 10px;
}

.info2image a.sample {
	padding-left: 30px;
}






#footer {
		width: 960px;
	height: 65px;
			padding-top: 10px;
	margin: 0px auto;
	border-top: 1px solid #313131;
	clear: both;
}

#footer div.section1 {

}

#footer p.border {
	width: 960px;
	border-top: solid 1px #333;
	padding-bottom: 15px;
}
#footer li {
	font-size: 90%;
	float: right;
	padding-left: 10px;
	border-left: solid 1px #000000;
}
#footer li.pd {
	padding-right: 10px;
}
#footer ul li a {
	text-decoration: none;
}
#footer li.pd1 {
	padding-right: 10px;
	border-right: solid 1px #000;
}