@charset "UTF-8";

/*CSSをリセットする*/
body,div,ul,li,h1,h2,h3,h4,h5,h6,p {
	padding: 0;
	margin: 0;
}
ul {
	list-style: none;
}
h1,h2,h3,h4,h5,h6 {
	font-weight: normal;
	font-size: 100%;
}
a img {
	border: 0;
}


/*ギャラリー用CSS*/
div.galleryBook {
	margin: 0 auto;
	position: relative;
}
ul.galleryContent {
	position: absolute;
	left: 80px;
	top: 0px;
	padding-bottom: 30px;
	background: url(../p_book/book.png) no-repeat bottom center;
}
div.galleryBook div.nextButton {
	position: absolute;
	top: 50%;
	right: 30px;
	margin-top: -50px;
}
div.galleryBook div.prevButton {
	position: absolute;
	top: 50%;
	left: -10px;
	margin-top: -50px;
}

/*その他の項目*/
h1 {
	font-size: 280%;
	font-family: Georgia, Century, serif;
	font-weight: normal;
	padding: 25px 0;
	margin-top: 30px;
	color: #fff;
	text-align: center;
    text-shadow: -1px -1px 0px #000;
}
