@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;
}

/*全体の調整*/
body {
    font:13px "ヒラギノ角ゴ Pro W3",'メイリオ', Meiryo,"ＭＳ Ｐゴシック", helvetica, arial, sans-serif;
    *font-size:small;
    *font:x-small;
	-webkit-text-size-adjust: none;
	background: #e4e4e4;
}
a {
	outline: 0;
	color: #ccc;
	text-decoration: none;
}
a:hover {
	color: #fff;
}

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

/*その他の項目*/
h1 {
	font-size: 200%;
	font-family: ヒラギノ角ゴ Pro W3;
	font-weight: normal;
	padding: 10px 0;
　　margin-top: 10px;
	color: #fff;
	text-align: center;
}

#header{
	margin-top: 20px;
	left: 0;
	bottom: 0;
	height: 100px;
	width: 100%;
}
#header ul {
	padding: 10px;
	text-align: center;
	background-color: #000;
	width: 900px;
	margin: 0 auto;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
}
#header ul li {
	display: inline;
	color: #ccc;
	font-family: ヒラギノ角ゴ Pro W3;
	margin: 0 30px;
	font-size: 108%;
}
#header ul li.sitename {
	margin-right: 40px;
}
#header ul li.sitename a {
	color: #fff;
	font-size: 120%;
}

.text {
	text-align: center;
	margin-top: 10px;
}