@charset "Shift_JIS";

body{
background-image:url(img/bg.gif);
font-size:12px;
font-family:Arial, Helvetica, sans-serif, Osaka;
line-height:1.8;
}

#container {
background-color:#FFFFFF;
border-left: #CCCCCC solid 1px;
border-right: #CCCCCC solid 1px;
margin:auto;
width:850px;
height:auto;

}

#header{
background:url(img/logo.jpg);
background-repeat:no-repeat;
height:122px;
width:850px;
margin-bottom:20px;
}

#flash{
margin:auto;
width:800px;
height:500px;
padding:10px 0px;
display:block;
background-color:#cccccc;
margin-bottom:20px;
}


#footer{
width:850px;
height:auto;
background-color:#000000;
font-size:11px;
color:#ffff00;
text-align:center;
font-family:arial,Osaka;
word-spacing:3px;
line-height:1.8;
}


a{
color:#ffff00;
text-decoration:underline;
}

a:hover{
text-decoration:none;
}

