@charset "UTF-8";

body {
 background-color; #fff;
 font-family: osaka,CI,sans-serif;
}

#top {
 padding: 20px;
}

h1 {
 text-align: center; 
 color: #39c;
 margin-top: 60px;
 margin-bottom: 70px;
}

h2 {
 color: #39c;
 margin-left: 100px;
}

p {
 padding: 20px;
 text-indent: 1em;
 line-height: 1.5em;
}

#footer {
 margin-left: 30px;
 padding: 0px;
 text-align: left;
 line-height: 1.5em;
}

#footer a:hover{
 color: #990;
}

.style1 {
 position: absolute;
 top: 850px;
 bottom: 0px;
 left: 15px;
}
.style2 {
 position: absolute;
 top: 850px;
 bottom: 0px;
 right: 15px;
}

.style3 {
 position: absolute;
 left: 0px;
}

.style4 {
 position: absolute;
 right: 0px;
}
