@charset "utf-8";
/* CSS Document */

* {
 margin:0;
 padding:0;
 font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
 font-size:100%;
 }
 
body {
 background-image:url(../img/body_books.gif);
 background-repeat:repeat-x;

 }

#wrapper {
 width:800px;
 height:auto;
 margin:0px auto;
 background-image:url(../img/wrapper_bg_books.gif);
 background-repeat:repeat-y;
 }
 
/*----->ヘッダー-----*/
 
#header {
 position:relative;
 width:800px;
 height:350px;
 margin:0px auto;
 background-image:url(../img/header_books.gif);
 background-repeat:repeat-x;
 }
 
.navi {
 position:relative;
 margin-top:-5px;
 margin-left:620px;
 }
 
h1 {
 font-size:80%;
 padding-left:5px;
 font-weight:normal;
 }
 
#header p {
 margin-left:10px;
 }

/*----->メイン-----*/

#main {
 width:780px;
 height:auto;
 margin:10px;
 }
 
#main h2 {
 padding-left:5px;
 }
 
#main p {
 font-size:85%;
 line-height:25px;
 padding:10px 25px;
 }
 
.f1 {
 text-decoration:underline; color:#FF0000;
 }
 
.f2 {
 font-size:120%;
 color:#FF0000;
 font-weight:bold;
 }
 
#main img {
 margin-top:10px;
 margin-bottom:10px;
 }
 
.episode {
 width:760px;
 height:auto;
 margin:10px auto;
 border:1px solid #FF6600;
 background-color:#FFFFCC;
 }
 
/*------>フッター-----*/
 
#footer {
 position:relative;
 width:100%;
 height:100px;
 background-image:url(../img/footer_books_bg.gif);
 background-repeat:repeat-x;
 }
 
.footer_content {
 width:780px;
 height:100px;
 margin:0px auto;
 }
 
.footer_content p {
 font-size:80%;
 text-align:center;
 padding-top:10px;
 }
 
.footer_content p a:link {
 color:#000000;
 }

.footer_content p a:visited {
 color:#666666;
 }
 
.footer_content p a:hover {
 color:#FF6600;
 text-decoration:none;
 }
 
#footer address {
 font-size:80%;
 font-style:normal;
 text-align:center;
 margin-top:5px;
 }
 
#footer address a:link {
 color:#000000;
 }

#footer address a:visited {
 color:#666666;
 }
 
#footer address a:hover {
 color:#FF6600;
 text-decoration:none;
 }
