@charset "UTF-8";

/*--------------------バグ1：IE6は同一css内にfloatとmarginを併用できません --------------------*/
/*--------------------バグ2：IE6は同一css内にwidthとpaddingを併用できません--------------------*/
/*====================省略background:color値 image値 repeat値 attachment値 position値;=========*/
 
.apology_frame	{border-bottom:dotted 1px #bbbbbb; margin:10px;	padding-bottom:10px;}
.apology_frame_1{float:left;	width:80px;}
.apology_frame_2{float:left;	width:600px;}

.fcred			{color:#FF0000;	font-weight:bold;	font-size:14px;}