@charset "UTF-8";

/*=====================================================================
//  初期設定
//=====================================================================*/
*{
	margin:0;
	padding:0;
}
body{
	font-size:12px;
	line-height:140%;
	font-family:"ヒラギノ角ゴ Pro W3","verdana","Hiragino Kaku Gothic Pro W3","メイリオ", Meiryo, Osaka,"ＭＳ Ｐゴシック","MS P Gothic", sans-serif;
	background:url(../img/bg.gif) repeat-x #000;
	color:#fff;
	text-align:center;
}

#page{
	width:920px;
	margin:0 auto;
	text-align: left;
	padding:0 15px;
}
a{
	color:#d19c39;
	text-decoration:underline;
	/*\*/
	overflow: hidden;
	/**/
}
a:hover{
	color:#fc0;
	text-decoration:underline;
}
.left{
	float:left;
}
.right{
	float:right;
}
a img{
	border : 0;
	text-decoration: none;
}
ul,ol{
	list-style:none;
}
.clr{
	clear:both;
/* macIE対策\*/
	overflow:hidden;
	width:1px;
	height:1px;
	margin:0 -1px -1px 0;
	border:0;
	padding:0;
	font-size:0;
	line-height:0;
/* macIE対策*/
}
.test{
	border:1px solid #f00;
}



h1{
	width:645px;
	height:65px;
	text-indent:-9999px;
	background:url(../img/logo.gif) no-repeat;
	margin-top:10px;
}
#contents{
	width:920px;
	height:210px;
	background:url(../img/img_symbol.jpg) no-repeat;
}
#contents h2{
	height:135px;
	text-indent:-9999px;
}
#contents img{
	margin-left:430px;
}
#book ul{
	width:920px;
	height:350px;
	background:url(../img/img_books.jpg) no-repeat 0 -350px;
}
#book ul li{
	float:left;
	width:180px;
	height:260px;
	text-indent:-9999px;
	margin-right:10px;
}
#book ul li a{
	width:180px;
	height:260px;
	display:block;
}
#book ul li.b_01 a{
	background:url(../img/img_books.jpg) no-repeat 0 0;
}
#book ul li.b_02 a{
	background:url(../img/img_books.jpg) no-repeat -190px 0;
}
#book ul li.b_03 a{
	background:url(../img/img_books.jpg) no-repeat -380px 0;
}
#book ul li.b_04 a{
	background:url(../img/img_books.jpg) no-repeat -570px 0;
}
#book ul li a:hover{
	background:none;
}
.copy{
	font-size:10px;
	font-family:"Helvetica";
	color:#ccc;
}