@charset "utf-8";
/*CSS Document*/

body {
font-family:Verdana,Osaka;
background-color: #ffffff;
margin: 0px;
padding: 0px;
}

a:link {text-decoration: none; color:#000000;}
a:visited {text-decoration: none; color:#000000;}
a:active {text-decoration: none; color:#000000;}
a:hover {text-decoration: none; color:#eeeeee;}

div#wrap {
width: 800px;
height: auto;
margin-right: auto;
margin-left: auto;
margin-top: 0px;
margin-bottom: 0px;
}

h1 {
color: #888888;
font-size: 2em;
text-shadow: 3px 3px 3px #333333;
}

h2 {
color: #888888;
font-size: 1em;
text-decoration: underline;
}

p {
font-size: 0.9em;
text-align:left; margin:10px 10px;
line-height: 1.5;
}

img.f_left {
  float: left;
  margin: 0 5px 5px 0;
}
img.f_right {
  float: right;
  margin: 0 0 5px 5px;
}

section:after {
  content: ".";
  display: block;
  clear: both;
}

header {
width: 800px;
height: 80px;
margin: 0px;
padding: 10px;
background-color: #ffffff;
background-image: url(../513080.jpg);
background-attachment:fixed;
border:solid 0px black;
border-radius: 0px 0px 25px 25px / 0px 0px 25px 25px;
}

div#contents {
width: 480px;
height: auto;
float: left;
margin: 10px;
padding: 0px;
background-color: #ffffff;
}

aside {
width: 300px;
height: auto;
float: right;
margin-top: 10px;
padding: 0px;
}

footer {
width: 800px;
height: 60px;
clear: both;
margin-bottom: 0px;
text-align: center;
background-image: url(../513080.jpg);
background-attachment:fixed;
border:solid 0px black;
border-radius: 25px 25px 0px 0px / 25px 25px 0px 0px;
}