/* CSS Document */
body {width: 100%;
	height:100%;
	margin: 0px;
	background-image:url(img/wall.jpg);
        background-repeat:repeat
	padding: 0px;
         
        }

a {
	text-decoration: none;
	}


a:link {
	color: #000000;
	}

a:visited {
	color: #5C6978;
	}

a:active {
	color: #61B4B1;
	}

a:hover {
	color: #61B4B1;
	}
h1, h2, h3 {
	margin: 0px;
	padding: 0px;
	font-weight: bold;
text-decoration: underline;
	}
	
	img { border: 0px; }

p {margin: 5px;
   padding: 0px;
   font-size: small;
    line-height: 130%;
    }

.dot { padding: 5px;
       font-weight: bold;
       background-image: url("img/dot.gif");
        background-repeat: repeat;
        background-attachment: fixed;
	}

#container {width: 100%;
	height:100%;
        padding: 0px;
        margin: 0px; 
        background-image: url("img/tree.png");
        background-repeat: no-repeat;
        background-attachment: fixed;
        background-position: right top;
       
        } 

#top {width: 100%;
      height: 200px;
      margin: 0px;
      padding: 0px;
      }

#record {float: left;
         width: auto;
         height: 200px;
        }

.record {margin-top: 80px;
          margin-left: 100px;
         }

#illust {width: auto;
         height:auto;
         margin: 20px 0px 0px 40%; 
        
          }

.smnl {width: auto;
       margin-top: 10px;
       margin-left: 5px;
       }

.smnl img {margin: 2px;
          }

#middle {width: 100%;
         height: 196px;
         padding: 0px;
        margin: 0px;
        clear: left;
        background-image: url("img/titleline.gif");
        background-repeat: no-repeat;
        background-attachment: fixed;
        background-position: left 200px;
        
        } 

#bottom {width: 100%;
         height: 300px;
          margin: 0px;
          padding: 0px;
      }


#about {width: 380px;
        height: auto;
        margin-left: 30px;
        margin-top: 0px;
        padding: 0px;
        float:left;
        }

#bkm {width: 400px;
      height: auto;
      padding: 0px;
      margin-top: 0px;
      margin-left:450px;
     
      
      }
