@charset "utf-8";
@import url("reset.css");
body {
	text-align: center;
	background-color: #E6E0D5;
}
#CONTAINER {
	text-align: center;
	margin: auto;
	padding: 0px;
	width: 1000px;
	position: relative;
	background-color: #FFF;
}
#HEADE {
	margin: 0px;
	padding: 0px;
	height: 450px;
	width: 1000px;
	position: relative;
	background-image: url(images/img_01.png);
	background-repeat: no-repeat;
}
#HEADE h1 a {
	background-image: url(images/logo.png);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	position: absolute;
	height: 50px;
	width: 160px;
	text-indent: -9999px;
	left: 10px;
	top: 5px;
}

#NAV {
	height: 105px;
	width: 1000px;
	position: relative;
	top: -15px;
	overflow: hidden;
}
#CONTENT {
	position: relative;
	width: 920px;
	padding-right: 40px;
	padding-left: 40px;
	padding-top: 15px;
	padding-bottom: 30px;
	text-align: left;
	background-color: #FFF;
	overflow: hidden;
}
#CONTENT .TITLE {
	padding-bottom: 20px;
}
#CONTENT .BOOK ul {
	position: relative;
	width: 940px;
	margin: 0px;
	overflow: hidden;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 30px;
	padding-left: 0px;
}
#CONTENT .BOOK li {
	float: left;
	padding-right: 10px;
}
#CONTENT .BOOK_BOX {
	border: 1px solid #cdcdcd;
	height: 205px;
	width: 160px;
	padding: 7px;
}
#CONTENT .BOOK_NAME , #CONTENT .BOOK_NAME  a{
	font-size: 15px;
	line-height: 2.5;
	font-weight: bold;
	color: #785f32;
	text-align: center;
	text-decoration: none;
}
#CONTENT .BOOK_NAME a:hover{
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #785F32;
}
#CONTENT .BOOK_WRITER {
	font-size: 15px;
	line-height: 1.5;
	color: #333333;
	text-align: center;
        padding-bottom:15px;
}
#CONTENT  .PS ul{
	padding-left: 22px;
}
#CONTENT  .PS li{
	list-style-type: decimal;
}
.font_15{
	font-size: 15px;
	color: #333;
	line-height:1.8;
}
.color_01{
	color: #785f32;
}
.TITLE_02{
	padding-top: 10px;
	padding-bottom: 10px;
}
img.text{
	margin-left:25px;}

#top {
    display: block;
    position: absolute;
    top: 20px;
    right: 5px;

}
