* {
margin : 0; 
padding : 0; 
font-weight : normal; 
} 
* html div#page{
height:100%;
}
body > #page {
height: auto;
}
html { 
height:100%;
} 
body {
height:100%;
line-height : 150%; 
color : #666666; 
text-align : center;
background :#ffffff url("http://www.claymore-online.net/claymore/image/novels/wall_500.gif") repeat-y center center; 
} 
img {
border : 0; 
}
br {
letter-spacing : normal; 
} 
a {
color : #666666; 
text-decoration : none; 
} 
a:hover {
color : #000000; 
} 
h1 {
font-size : 160%; 
letter-spacing : 3px;
padding : 100px 20px 20px 20px;
}
h2 {
font-size : 150%; 
color : #000000; 
padding: 10px 0 0 0;
} 
h3 {
font-size : 100%; 
padding: 10px 0 0 0;
}
h5 {
font-size : 100%; 
padding: 10px 0 0 0;
} 
h6 {
font-size : 150%; 
color : #000000; 
padding: 10px 0 20px 0;
}
p {
padding: 10px 0;
} 
ul {
list-style: none;
}

#page {
margin:0px auto;
position:relative;
width : 500px; 
min-height: 100%;
text-align : left;
background :#ececde url("http://www.claymore-online.net/claymore/image/novels/page_wall.gif") repeat-x ;
} 
/* メニュー */
#menu{
padding: 0 20px;
background-color: #d7e19e;
text-align: center;
font-size: 80%;
}
#menu li {
display: inline;
margin : 0 3px ;
}
/* メイン */
#main {
height : auto; 
padding: 20px 30px;
font-size: 100%;
}
#main ul{
padding: 10px 0;
}
/* テキストページ*/
.text {
margin : 0 0 20px 0;
}
/* ナビ*/
ul.navi {
text-align : center;
margin: 10px 0;
}
ul.navi li{
display: inline;
padding: 0 5px 0 0;
}
/* ページトップ */
.pagetop{
text-align : right;
margin:0 0 20px 0;
}
/* フッター */
#foot {
position:absolute;
width : 100%; 
bottom:0px;
height:20px;
text-align : center;
background-color: #adc7c8;
font-size: 80%;
}
#foot li{
display: inline;
padding: 0 5px;
}