@charset "Shift_JIS";

body {
margin: 0;
padding: 0;
background: #f9f9f9 url(line01.gif) center top repeat-y;
color: #000000;
font-size: 100%;
}

a:link { color: #0066ff; text-decoration : none ;}
a:visited { color: #0066ff; text-decoration : none ;}
a:hover { color: red; text-decoration : none ;}
a:active { color: red; text-decoration : none ;}


h1 {
font-size: 175%; 
line-height: 1.1em; }
h2 {
font-size: 150%; 
line-height: 0.8em; }
h3 {
font-size: 125%; 
line-height: 0.2em; }


#container {
width: 780px;
margin: 0 auto;
}


#header {
background-color: #ffe080;
}


#content {
background-color: #ffffff;
}


#footer {
background-color: #e8e8e8;
}
