@charset "utf-8";

/*
-------------------------------------------
###########################################
クチコミ掲示板用デザイン
###########################################
-------------------------------------------
*/
.red{
color:#FF0000;
}
.green{
color:#5B9B00;
}
/* 掲示板----------------- */
#bbs{
width:671px;
background: url(../img/bbs/bbs_bg.gif) repeat-y;
}
#bbs h2{
width:671px;
height:61px;
text-indent:-5000px;
background: url(../img/bbs/bbs_h2.gif) no-repeat left;
}
#bbs p#subtitle{
text-indent:-5000px;
}
#bbsbody{
margin: 0 0 0 20px;
}
#bbsbody p{
width:630px;
padding: 0 0 10px 0;
background: url(../img/bbs/bbs_subtextbottom.gif) repeat-x bottom;
}
#bbsbottom{
width:671px;
height:12px;
background: url(../img/bbs/bbs_bottom.gif) no-repeat left;
}
