@charset "UTF-8";
/* CSS Document */

/*****message*****/
#message h2{

}



#message p.read{
background:#f6f6f6;
border:solid 1px #ddd;
border-bottom:none;
margin:0;
width:878px;
padding:5px 10px;
display: block;
}





#message .article_box{
margin:0 32px 15px 38px;
width:830px;
background:url(../imgs/message_fukidashi_left_bottom.gif) no-repeat left bottom;
padding-bottom:28px;
}
#message .article_box.right{
margin:0 32px 15px 38px;
background:url(../imgs/message_fukidashi_right_bottom.gif) no-repeat left bottom;
}



#message .article_box .article{
background:url(../imgs/message_fukidashi_left_bg.gif) no-repeat left top;
padding:20px 176px 0 29px;
width:625px;
min-height:125px;
height: auto !important;  
height: 125px;
}
#message .article_box.right .article{
background:url(../imgs/message_fukidashi_right_bg.gif) no-repeat left top;
padding:20px 29px 0 176px;
}

#message .article_box .article img.photo{
float:left;
}
#message .article_box.right .article img.photo{
float:right;
}
#message .article_box .article h3{
margin:0 0 10px 145px;
color:#ff4000;
font-size:15px;
}
#message .article_box.right .article h3{
margin:0 145px 12px 0;
}
#message .article_box .article p{
margin:0 0 0 145px;
}
#message .article_box.right .article p{
margin:0 145px 0 0;
}
#message .article_box .article p.name{
line-height:24px;
}





