@charset "UTF-8";
/* CSS Document */

html,body {
padding:0;
height:100%;
color:#000;
width:1000px;
margin:0;
text-align:left;
}


#wrap {
width:1000px;
height:680px;
margin:auto;
padding:0;
background-image:url(../images/bg_top.jpg);
background-repeat:no-repeat;

}



.clear {clear:left;}



a {
color:#666633;
text-decoration:none;
outline:none;
}

a:hover {
color:#999933;
}



/* ----------------------------------------------
　content
---------------------------------------------- */

#content {
height:475px;
padding-top:20px;
text-align:left;
}



