@charset "UTF-8";

@import url("reset.css");

@import url("header.css");
@import url("gnavi.css");
@import url("footer.css");


body{
color:#333;
/*background:#262f58 url("../common/common_bg_02.png");*/
}

#content01{
font-size:1.0em;
}

#wrapper01{
height:100%;
/*background:url("../common/common_bg_03.png") repeat-y 900px 0px;*/
}

#wrapper02{
width:900px;
height:100%;
margin:0 auto;
/*background:#333;*/
}

#footer01{
clear:both;
}

a{
color:#000066;
text-decoration:none;
}

a:hover{
color:#4af;
text-decoration:none;
}

