@charset "UTF-8";

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

#wrapper01{
}

#wrapper02{
background:url("../common/common_bg_02.png") repeat-x 0px 112px;
}

#content01{
width:770px;
margin:0px auto;
background:#fff;
border:solid 10px #F0F0F0;
color:#555555;
/* 
-moz-border-radius:8px 8px 0px;
-webkit-border-radius:8px;
border-radius:8px 8px 0px;
 */
}

a{
color:#888;
text-decoration:none;
}

a:hover{
color:#666;
text-decoration:underline;
}

img{
vertical-align:bottom;
}

img.green{
padding-left:20px;
background:url("../common/green.png") no-repeat 0px 50%;
}

img.pink{
padding-left:20px;
background:url("../common/pink.png") no-repeat 0px 50%;
}

img.gray{
padding-left:20px;
background:url("../common/gray.png") no-repeat 0px 50%;
}
