@charset "utf-8";
/* CSS Document */

#address {
/* float:left; */
font-size:.8em;
line-height:1.2em;
}

#copyright {
float:right;
font-size:.8em;
line-height:1.2em;
}

#menuPic {
height:270px;
width:200px;
}

#realContent {
width:auto;
background-color:#A2B38F; 
color:#FFFFFF;
padding:20px;
padding-top:20px;
padding-bottom:20px;
margin:40px 20px 0 0;
}
#realContent a {
color:#ffffff;
text-decoration:none;
}
#realContent a:hover {
text-decoration:underline;
color:#FFC82B;
}

#bookToc {
line-height:1.5em;
padding:10px;
font-size:1em;
text-decoration:none;
list-style:none;
}
#bookToc li {
margin:0 0 0 40px;
text-decoration:none;
}
#bookTocPic {
float:right;
width:25%;
margin:20px 0 20px 20px;
}
#bookTocPic img {
margin:0 auto;
}

#readBox {
height:500px;
overflow:auto;
}
#readBox p {
margin:10px 20px;
}
#readBox h3 {
font-weight:normal;
font-size:1.1em;
margin:10px 20px 20px;
line-height:1.2em;
}