@charset "utf-8";

/* 071017 h-abe start */
/* contents */
/**************************************/
#contents h3{
	margin          : 30px 0px 0px 0px;
}

/* contents : table.befor-after */
/**************************************/
#contents table.befor-after{
	margin          : 0px 0px 10px 0px;
}

#contents table.befor-after td{
	vertical-align  : top;
}

#contents table.befor-after td.center{
	vertical-align  : middle;
}

#contents table.befor-after td.left{
	border-top      : 1px solid #f5f5f5;
	border-right    : 1px solid #d3d3d3;
	border-bottom   : 1px solid #d3d3d3;
	border-left     : 1px solid #f5f5f5;
}

#contents table.befor-after td.right{
	border-top      : 1px solid #f5f5f5;
	border-right    : 1px solid #cccc99;
	border-bottom   : 1px solid #cccc99;
	border-left     : 1px solid #f5f5f5;
}

#contents table.befor-after td p{
	margin          : 5px;
}

#contents table.befor-after td div.before{
	padding         : 7px 7px 7px 7px;
}

#contents table.befor-after td div.after{
	background-color: #ffffcc;
	padding         : 7px 7px 7px 7px;
}

/* contents : div : float */
/**************************************/
div.left-float {
	width:         440px; /* -padding10px (for win-IE) */
	float:         left;
	margin:         0px 0px 0px 0px;
	padding:        0px 10px 0px 0px;
}

div.right-float {
	width:         185px;
	height:        225px; /* height + text */
	float:         right;
}

div.clear {
	clear:         both;
}
/* 071017 h-abe stop */
