body {
margin: 20px auto;
padding: 0;
text-align: left;
background-color: #000;
color: #fff;
}

h3 {
margin: 0;
padding: 0;
text-align: center;
color: #00ffff;
}

#haikei{
width: 800px;
height: 600px;
background-image: url("bg.jpg");
background-repeat: no-repeat;
}

#header {
width: 800px;
height: 30px;
font-size: 1em;
text-align: left;
text-indent:30%;
line-height: 120%;
background-color: transparent;
color: #fff;
}

#header210 {
width: 800px;
height: 210px;
font-size: 1em;
text-align: center;
line-height: 120%;
background-color: transparent;
color: #fff;
}

#container {
width: 800px; 
background-color: transparent; 
}

#menu {
width: 30%;
height: 380px;
float: left;
background-color: transparent;
color: #FFF;
margin: 10px 0px 0px 0px;
}

#yohaku {
width: 70%;
float: right;
background-color: transparent;
color: #FFF;
font-size: 0.9em;
line-height: 120%;
}


#moyoosi {
width: 70%;
float: right;
background-image:url("moyoosi.jpg");
background-repeat:no-repeat;
font-size: 1em;
color: #FFF;
line-height: 140%;
}

#main {
width: 100%;
clear: both;
background-color: transparent;
color: #fff;
margin:20pt;
font-size: 0.9em;
line-height: 150%;
}

#footer {
width: 100%;
clear: both;
text-align: right;
margin:10pt;
background-color: transparent;
color: #fff;
margin: 10px 0px 0px 0px;
}

/* リンク未訪問 */
a:link {background-color=#fff; color: #fff; }
/* リンク訪問済 */
a:visited {background-color=#fff; color: #eea; }
/* リンクカーソル上 */
a:hover {background-color=#fff; color: #c00; font-weight: bold; }
/* リンクカーソル押 */
a:active {background-color=#fff; color: #aee; }