@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{
width:857px;
padding:45px 0 40px 43px;
background:#fafafa url(../common/common_bg_05.png) repeat-x;
font-size:1em;
}

#content01:after {
content:"";
clear:both;
display:block;
height:0;
visibility:hidden;
}

#aside {
float:left;
}

#main {
margin-left:160px;
width:660px;
}

#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;
}


