@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;
	
}
a {
	outline: 0;
	color: #ccc;
	text-decoration: none;
}
a:hover {
	color: #fff;
}

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

/*その他の項目*/

#footer{
	position: absolute;
	left: 0;
	bottom: 0;
	height: 100px;
	width: 100%;
}
#footer ul {
	padding: 20px;
	text-align: center;
	background-color: #000;
	width: 800px;
	margin: 0 auto;
    border-radius: 40px;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
}
#footer ul li {
	display: inline;
	color: #ccc;
	font-family: Georgia, Century, serif;
	margin: 0 10px;
	font-size: 108%;
}
#footer ul li.sitename {
	margin-right: 40px;
}
#footer ul li.sitename a {
	color: #fff;
	font-size: 120%;
}

p{text-align:center;
}

h5{
	text-align:right;
	font-size:0.8em;
	font-color:#ccc;
	padding-top:10px;
	}
