@charset "utf-8";

body{background-color:#336600;
			padding:0;margin:0;
	}



/*title*/
#titleArea{background:url(../img/06book-title.gif) no-repeat;}

/*メニュー横イメージ画像*/
.midasi{
	background:url(../img/06bookIMG.gif) no-repeat;

}



/*本文*/
		#contentsArea{
			background:url(../img/06book-contents.gif) no-repeat;
			padding:100px 20px 0 20px;
	}
		

#contentsArea div.book{margin-top:30px;padding:10px;
	border-right:1px solid silver;
	border-bottom:1px solid silver;}

#contentsArea div.book img{float:left;margin:0 20px 20px 0}

/*booktitle*/
	.book h2{color:#ccffcc;font-size:100%;
		font-weight:bold;
		font-family:sans-serif;
		border-top:2px solid silver;
 		border-bottom:2px solid silver;
		border-right:20px solid limegreen;
		margin-top:0;
		margin-left:120px;
		padding:3px 0 3px 0;
	}
	h2　span{color:ccffcc;font-size:90%;}


	.book h3{color:#ccccff;
		font-size:80%;
		font-family:sans-serif;
		text-align:right;
		margin-bottom:0}

	.book h4{color:#ccccff;
		font-size:80%;
		font-family:sans-serif;
		text-align:right;
		margin-top:5px}
	
/*本の説明*/
div.comment p{color:silver;font-size:80%;
		text-indent:1em;
		border-bottom:10px 10px}

.comment p span{line-height:300%}

.intro{font-size:80%;
	color:#7fffd4;
	padding:0 20px 0 20px}