@charset "UTF-8";

/*
**********************************************************************

* user.css

* site name   : http://www.bitcampus.net/
* description : User Comment Page styles
* since       : 2008-12-03
* editor      : Tooru Ehara 
* modified    : 
* editor      :

*********************************************************************
*/



/*
===== CONTENTS ===========================================

  1: Main Body styles

==========================================================
*/

/*
*********************************************************************

* 1:Main Body styles

*********************************************************************
*/
#Contents h2{
color:#304D7B;
margin-bottom:1.5em;
}
div.comment{
background:url("../img/user/bg_user_comment.gif") 0 0 no-repeat;
padding:10px 39px 0 106px;
margin:0 10px 1.5em;
}
div.comment.last{
border-bottom:1px solid #304D7B;
padding-bottom:1.5em;
margin-bottom:2em;
}
div.comment p{
background:#FFFFFA;
border-right:1px solid #D4D4D4;
border-bottom:1px solid #D4D4D4;
border-left:1px solid #D4D4D4;
padding:0 10px 10px;
}
