@charset "UTF-8";
/* CSS Document */
@import "https://fonts.googleapis.com/css?family=Italiana";
body {
    background: none repeat scroll 0 0 #FFFFFF;
    color: #000000;
    font-family: 'Hiragino Kaku Gothic Pro',Meiryo,san-serif;
    font-size: 13px;
    line-height: 24px;
}


p {
	font-size:14px;
	line-height:1.5em;
	padding:0;
	margin:0;
}

a, a:hover, a:active, a:visited {
    color: #666666;
    text-decoration: none;
}

body > #wrapper {
    height: 100%;
}

div#wrapper {
    height: auto !important;
    min-height: 100%;
    position: relative;
    width: 100%;
    margin: 0 auto;
    padding-bottom: 80px;
    width: 800px;
}

div#headerWrap {
    border-bottom: 3px solid #FF0000;
    height: 35px;
    padding: 7px 0 0 10px;
    position: relative;
}

#headerWrap h1 {
    display: inline;
    font-family: 'Italiana',serif;
    font-size: 30px;
    font-style: normal;
    font-weight: bold;
    color: #666;
}


.main{
	margin-top:10px;
	width:800px;
	height:530px;
	background:url(../images/bg_books.jpg) no-repeat;
	position:relative;
	}
	
.introduction{
	position:absolute;
	top:60px;
	left:35px;
	line-height:1.8em;
}

.introduction p{
	font-size:14px;
}

.kakugen{
	clear:both;	
	position:absolute;
	top:220px;
	left:510px;
	color:#FFF;
}

.kakugen h2 {
	font-size:15px;
	padding:0;
	margin:0;
	font-weight:normal;
}

.kakugen p{
	margin:5px;
	font-size:14px;
	line-height:1.8em;
}


.mailemagazine{
	position:absolute;
	top:360px;
	left:15px;
	z-index:0;
}

.mailemagazine .link{
	display:block; 
	width:165px;
	height:165px;
	background:url(../images/btn_mailmagazine.png)  no-repeat;
}

.mailemagazine a:hover{
	background:url(../images/btn_mailmagazine_on.png)  no-repeat;
}

.book{
	color:#555;
	height:290px;
}

.book p{
	margin:15px 0 10px 0;
}



.book ul{  
  list-style-type: none;  
  margin: 0;  
  padding: 0; 
}  
  
.book ul li{  
  float: left;  
  width: 100px;  
  margin: 0;  
  padding: 0;
  width:160px;
}  

#footer {
	clear:both;
    text-align: center;
    border-top: 2px solid #CCCCCC;
}

#footer p{
	padding-top:5px;
	font-size:12px;
    color: #666;
}