.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
}
.clearfix { display: inline-block; }
/* exlude MacIE5 \*/
* html .clearfix { height: 1%; }
.clearfix { display:block; }
/* end MacIE5 */

img.PhotoRight{
	margin: 0px 0px 10px 10px;
	padding: 0px;
	float: right;
}

img.PhotoLeft{
	margin: 0px 10px 10px 0px;
	padding: 0px;
	float: left;
}

p.PhotoCenter{
	margin: 0px;
	padding: 0px;
	text-align: center;
}

table.PhotoTable td{
	margin: 0px;
	padding: 0px 10px 10px 0px;
}

table.PhotoTable td.PhotoBorder{
	background: url(../images/ckeditor/border_01.gif) repeat-x left bottom;
}

table.PhotoTable3TD{
	margin: 10px 0px 0px;
	padding: 0px;
	width: 100%;
}

table.PhotoTable3TD td{
	margin: 0px;
	padding: 0px 0px 5px;
	text-align: center;
	line-height: 160%;
	width:33%;
}

table.ReportTable{
	margin: 15px 0px 15px;
	padding: 0px;
	border-width: 0px;
	border-style: none;
	letter-spacing: normal;
}

table.ReportTable th{
	margin: 0px;
	padding: 5px 5px;
	font-weight: bold;
	text-align: center;
	border: 1px solid #CCCCCC;
	background: #EFEFEF;
}

table.ReportTable td{
	margin: 0px;
	padding: 8px 5px;
	border: 1px solid #CCCCCC;
}

table.ReportTable td span{
	font-size: 85%;
}

/* 追加する場合ckeditor/contents.cssにも同じデータを追加すること */