@charset "utf-8";
/* CSS Document */

*{
	padding:0;
	margin:0;
}


body {
	background: url(../img/bg.jpg) fixed no-repeat;
}

a:link {
	color: #000;
	text-decoration: none;
}
a:hover {
	color: #BE8917;
	text-decoration: underline;
}
a:visited {
	text-decoration: none;
	color: #000;
}
a:active {
	text-decoration: none;
}

.mosttx {
	font-size: 75%;
	color: #000;
	line-height: 150%;
	letter-spacing: 0.1em;
}

img{
  vertical-align:0;
  display:block;
}
#header {
	width: 100%;
	height: 3.6em;
	padding-top: 0.5em;
}

.wrapper{
	height: 4779px;
    background-color: #F0F0E1;
}

.wrapper,footer{
	margin-top: 0;
    margin-right: auto;
    margin-bottom: 0;
    margin-left: auto;
    width: 1020px;
}

.text0{
	background-color: #F0F0E1;
	overflow: auto;
	width: 914px;
	height: 482px;
	
}

.text{
	background-color: #F0F0E1;
	overflow: auto;
	width: 914px;
	height: 515px;
	
}

.text2{
	background-color: #F0F0E1;
	overflow: auto;
	width: 914px;
	height: 584px;
	
}

.mosttx132 {	
	font-size: 110%;
	color: #000;
	letter-spacing:0.02em;
	line-height: 160%;
	margin-bottom: 1.3em;
}

.mosttx133 {
	font-size: 130%;
	font-weight:bold;
	letter-spacing:1px;
	line-height: 250%;
	margin:20;
}

.book img:hover{
-webkit-filter:contrast(1.4);
}

.top {
    position: fixed;
    bottom: 5em;
    margin-left: 1020px;
}

footer{
	background: #E960A4;
	margin-top: em;
	padding-top: 1.2em;
	height: 70px;
	text-align: center;
}