@charset "UTF-8";
/*CSSをリセットする*/
xbody,div,ul,li,h1,h2,h3,h4,h5,h6,p {
	padding: 0;
	margin: 0;
}
xul {
	list-style: none;
}
xh1,h2,h3,h4,h5,h6 {
	font-weight: normal;
	font-size: 100%;
}
xa img {
	border: 0;
}

/*全体の調整*/
body {
     background: url(../../images/bodybase.jpg) repeat;
}
a {
	outline: 0;
	color: #F00;
	text-decoration: none;
}
a:hover {
	color: #F00;
}

/*ギャラリー用CSS*/
div.galleryBook {
    margin: 0 auto;
    position: relative;
}
ul.galleryContent {
	position: absolute;
	left: 0px;
	top: 33px;
	padding-bottom: 0px;
    font-size: 14px;
}
div.galleryBook div.nextButton {
	position: absolute;
	top: -50px;
	left: 0px;
	margin-top: 0px;
}
div.galleryBook div.prevButton {
	position: absolute;
	top: -50px;
	left: 1120px;
	margin-top: 0px;
}

/*その他の項目*/

