/*--------------------------
リセット
---------------------------*/
*{ margin:0; padding:0; font-size:100%; }
ol,ul{ list-style-type:none; }
img{ border:none; }
h1,h2,h3,h4,h5,h6{ font-weight:normal; }
a{text-decoration:none; }

/*--------------------------
コンテンツ
---------------------------*/
body{ font-size:12px; }

#containerTop{ background: url(../img/community1/bgTop.gif) repeat-x top; }
#containerMid{ background:#fbe6ef; }
#containerBot{ background:url(../img/community1/bgBottom.gif) repeat-x top; }

.box{ margin:0 auto; width:848px; height:auto; background:#fff; }

#box1{ border:#f19ec2 solid; border-width:1px 1px 0 1px; }
#box2{ border:#f19ec2 solid; border-width:0 1px; }
#box3{ border:#f19ec2 solid; border-width:0 1px 1px 1px; }

.space{ margin-bottom:15px; }

#copy{ font-size:10px; text-align:center; padding:10px 0; }
