@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: 16px "ヒラギノ角ゴ Pro W3",'メイリオ', Meiryo,"ＭＳ Ｐゴシック", helvetica, arial, sans-serif;


    *font-size:small;
    *font:x-small;
    -webkit-text-size-adjust: none;
    background-repeat: repeat;
    background-image: url(../images/bg.jpg);
}
a {
	outline: 0;
	color: #AAAAAA;
	text-decoration: none;
}
a:hover {
	color: #fff;
	font-size: 100%;
}

/*ギャラリー用CSS*/
div.galleryBook {
	position: relative;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
ul.galleryContent {
	position: absolute;
	left: 100px;
	top: 0px;
	padding-bottom: 30px;
	background: url(../images/book.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: 280%;
    font-family: "ＭＳ Ｐゴシック", "ＭＳ ゴシック";
    font-weight: normal;
    margin-top: 6px;
    color: #fff;
    text-align: center;
    text-shadow: -1px -1px 0px #000;
    padding-top: 25px;
    padding-right: 0;
    padding-bottom: 25px;
    padding-left: 0;
    margin-bottom: 5px;
}

#footer{
    position: static;
    left: 0;
    bottom: 2px;
    height: 100px;
    width: 100%;
    font-family: Osaka-mono, "MS Gothic", monospace;
    font-size: 19px;
    font-weight: 400;
    background-color: hsla(60,95%,86%,1.00);
    margin-top: 116px;
}
#footer ul {
	padding: 20px;
	text-align: center;
	background-color: #000;
	width: 820px;
	border-radius: 40px;
	-webkit-border-radius: 40px;
	-moz-border-radius: 40px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#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;
    font-family: "ＤＦＰ中太丸ゴシック体";
}
#footer ul li.sitename a {
    color: #fff;
    font-size: 90%;
    font-family: "ＭＳ ゴシック";
}
