a{/*リンクされた文字*/
    color:#fff;
    font-style:normal;
    text-decoration:none;
}
a:link {/*未訪問のリンク*/
    color:#fff;
    font-style:normal;
    text-decoration: none;
}
a:visited {/*訪問後のリンク*/
    color:#fff;
    text-decoration:none;
}
a:hover {/*マウスをのせたとき*/
    color:#ff0000;
    font-style:normal;
    text-decoration:none;
}
a:active {/*クリック中*/
    text-decoration:none;
}




/*------------------------------------------------------------------*/
body{
	background-color: #FFFDE6;
	background-image: url(../../img/topline.gif);
	background-repeat: repeat-x;
	background-position: left top;
	}
	
#whole {
	background-color: #FFFDE6;
	background-image: url(../../img/topline.gif);
	background-image: url(../../img/topline.gif);
	background-repeat: repeat-x;
	background-position: left top;
	width:800px;
	margin: 0 auto;
	color: #663300;
	}

/*-------------------------------------------------------------------*/
#header {
	height: 80px;
	
	}
	
h1{
	display: inline;
	float: left;
	margin-top: 20px;
	margin-left: 20px;
	}
	
#header ul{
	float:right;
	/*width: 209px;*/
	margin-top: 20px;
	margin-right: 20px;
	}
/*-------------------------------------------------------------------*/		
#gNavi {
	clear: both;
	margin-left: 20px;
	margin-bottom: 15px;
	}
	
#gNavi li {
	line-height: 0;
	float: left;
	}

a:hover img.over {
opacity: 0.8;
filter: alpha(opacity=80);
-ms-filter: "alpha( opacity=80 )";
}

/*-------------------------------------------------------------------*/	
#bookBody{
	width: 651px;
	margin-top:19px;	
	margin-right: auto;
	margin-left: auto;
	text-align: center; 	
	}

#bookBody  li{
	float: left;
	margin-right:8px;
	margin-left:8px;
	margin-bottom:16px;
	}
	
#bookBody  ul,li .last{
	float: left;
	margin-bottom:16px;
	}

/*-------------------------------------------------------------------*/	
#footer{
	clear:both;
	background: url(../../img/foot.gif) repeat-x left top;
	width: 100%;
	}
	
#footer-inner p{
	/*width: 800px;*/
	position: relative;
	top: 30px;
	
	min-height: 65px;
	text-align:center;
	}
	text-align:center;
	}
