@charset "utf-8";

@import url("reset.css");
@import url("header.css");
@import url("gnavi.css");
@import url("bread.css");
@import url("footer.css");
@import url("sidebar.css");

/* global */
body {
background-color:#F4F4F4;
color:#666;
}
a {
color:#369;
text-decoration:none;
}
a:hover {
color:#06c;
text-decoration:underline;
}
noscript p {
padding:0.25em;
border-bottom:1px solid #fff;
background-color:#D3234C;
color:#fff;
font-size:1.2em;
text-align:center;
}
#content01 h1 {
margin-bottom:14px;
}
#content01 a.external {
padding-right:17px;
background:url(../common/common_bg_08.png) right center no-repeat;
}

/* container */
#wrapper01 {
width:780px;
margin:0 auto;
padding:0 7px;
background:url(../common/common_bg_03.png) repeat-y;
}
#content01 {
float:left;
width:545px;
padding-left:15px;
}
#sidebar01 {
float:right;
width:190px;
padding-right:15px;
}
#footer02{
clear:both;
}
