@charset "utf-8";
/* Copyright (c) 2008, Microwave.,Co ltd. */

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

body{
background:url(../common/common_bg_03.png) repeat-y center #F4F4F4;
zoom:1;
color:#666;
}

#wrapper01{
width:780px;
margin:auto;
background:#fff;
}

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

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

#sidebar01{
width:195px;
float:right;
padding-right:15px;
}

#content01{
width:540px;
float:left;
padding-left:15px;
}

#footer02{
clear:both;
}
