/* 見出し */
.mess{
	float:right;
	width:350px;
}

/* 見出し写真 */
.ph01{
	float:left;
}

/* 本文 */
.messBody{
	margin:0px 0px 30px 0px;
	border-bottom:1px dotted #FF0066;
}

/* プロフィール */
.ph02{
	width:140px;
	float:left;
	margin-right:20px;
}
.prof{
	padding:10px 0px 0px 0px;
}
.prof p{
	line-height:20px;
	background:url(../images/line_lead.gif) ;
	margin:0px 0px 20px 0px;
}

/*--------------------- サポーターメッセージ */
/* 見出し */
.s_mess{
	float:left;
	width:400px;
}

/* 本文 */
.s_messBody{
	margin:0px 20px 10px 20px;
}

/* プロフィール */
.s_prof{
	width:380px;
	padding:0px 0px 0px 0px;
	border-top:1px dotted #003399;
}
.s_prof a{
	padding-left:17px;
	background:url(../images/arrow01.gif)  no-repeat;
}
.s_prof h5{
	width:300px;
	line-height:20px;
	margin:0px 0px 20px 20px;
}

/* 赤部分 */
.ph03{
	float:left;
	width:180px;
}

.s_messR{
	float:right;
	width:400px;
}

.s_messBody_R{
	width:380px;
	margin:0px 0px 10px 20px;
}

.s_prof_R{
	width:380px;
	margin:0px 0px 0px 20px;
	padding:0px 0px 0px 0px;
	border-top:1px dotted #DF0000;
}

.s_prof_R a{
	padding-left:17px;
	background:url(../images/arrow01.gif)  no-repeat;
}
.s_prof_R h5{
	width:250px;
	line-height:20px;
	margin:0px 0px 20px 0px;
}