/*　基本構造　*/

body {
	background: url(../images_new/bg.jpg) no-repeat center bottom fixed;
	background-color: #ffffff;
	margin: 0 auto;
	padding: 0;
	text-align: center;
	font-size: 14px;
	line-height: 1.7;
	color: #000000;
}

#wrapper{
	width: 650px;
	margin: 0 auto;
	padding: 0;
	}
	
/*　ヘッダ　*/

h1{
	margin: 0 auto 20px auto;
	padding: 0;
	}
	
/*　リンク　*/

a:link{
	color: #14a7dc;
	text-decoration: none;
	}
	
a:visited{
	color: #999999;
	text-decoration: none;
	}
	
a:hover{
	color: #fda701;
	text-decoration: none;
	}
	
/*　目次　*/

.date{
	background: url(../images_new/date_bg.jpg) no-repeat center;
	font-size: 12px;
	}
	
/*　本紹介　*/

div#books{
	width: 550px;
	margin: 0 auto;
	text-align: left;
	}
	
/*　フォント　*/

.text12px{
	font-size: 12px;
	}
	
/*　フッタ　*/
	
div#foot ul{
	list-style-type: none;
	margin: 30px auto;
	}
	
div#foot li{
	display: inline;
	}
	
#copyright{
	font-size: 10px;
	color: #a19d9d;
	margin: 20px 0 0 100px;
	}	