* {
    scrollbar-face-color: white;
    scrollbar-highlight-color: white;
    scrollbar-shadow-color: cadetblue;
    scrollbar-arrow-color: cadetblue;
    scrollbar-track-color: white;
    scrollbar-darkshadow-color: white;
    scrollbar-base-color: white;
}
BODY {
    font-size: 80%;
    font-family: "Verdana","‚l‚r ƒSƒVƒbƒN";
    color: #545442;
    margin: 0px;
    letter-spacing: 2px;
}
rt {
    font-family: "‚l‚r ƒSƒVƒbƒN";
    font-size: 7pt;
}
img { border: none }
input,
textarea { border: solid 1px gray }
a {
    text-decoration: none;
    color: #a67e4e;
}
a:hover {
    color: #e89898;
    text-decoration: none;
}
#top {
    background-color: white;
    font-size:80%;
    background-image: url("img/bg.jpg");
    background-repeat: no-repeat;
    background-position: 0% 100px;
    background-attachment: no-fixed;
    padding-top:60px;
}
.menu {
    margin-left: 100px;
    padding-bottom: 0px;
    padding-top: 0px;
	line-height:25px;
}
.menu_m {
	margin-left:400px;
	margin-bottom:300px;
}

.cont {
	margin-top:650px;
	padding-top:50px;
    padding-left: 200px;
    padding-bottom: 500px;
    line-height: 22px;
}

h1 {
    border: none;
    font-size: 110%;
    letter-spacing: 5px;
    font-family: "Verdana","‚l‚r ƒSƒVƒbƒN";
    background-image:url("../img/tmark.gif");
    background-repeat:no-repeat;
    background-position:30px 2px;
    padding-left:65px;
    text-align:left;
    margin-right:20%;
    margin-top:140px;
    margin-bottom:130px;
    color:white;
    font-weight:normal;
}
h2 {
    margin-top: 100px;
    margin-left: 50px;
    margin-right: 50px;
    font-size: 100%;
    letter-spacing: 10px;
    font-family: "Verdana","‚l‚r ƒSƒVƒbƒN";
    color: white;
    text-align: right;
}
#text {
    background-color: #f2e8d5;
    font-size:100%;
    background-image: url("../img/text3.gif");
    background-repeat: repeat-x;
}
.novel {
    margin-top: 0px;
    margin-left: 300px;
    width: 800;
    letter-spacing: 1px;
    padding-bottom: 100px;
}
#text div.novel p {
    margin-left: 20px;
    line-height: 25px;
    letter-spacing: 1px;
    padding-bottom: 150px;
}
#text div.novel p.n {
    margin-bottom: 35px;
    line-height: 30px;
}
#text div.novel p.post {
	margin-bottom:35px;
	margin-top:50px;
	font-size:70%;
	text-align:right;
	color:brown;
}
.le {
    text-align: left;
    padding-bottom: 10px;
}

*.float
      {
    float: left;
    margin-right: 1em;
	padding-left:130px;
      }
*.floatclear
      {
    clear: both;
      }
