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

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

#wrapper01{
width:804px;
height:100%;
background:url(../common/common_bg_02.png) repeat-y;
margin:20px auto 2px;
}

#wrapper02{
width:804px;
height:100%;
background:url(../common/common_bg_01.png) no-repeat top;
}

#wrapper03{
width:804px;
height:100%;
padding:0px 0px 3px;
background:url(../common/common_bg_03.png) no-repeat bottom;
}

.pagetop{
width:790px;
margin:0px auto 5px;
text-align:right;
}

#content01{
width:780px;
margin:0px auto;
}

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

a:hover{
color:#000;
text-decoration:underline;
}