/*inqualy-repair*/

body.inqualy h2,
body.repair h2 {
	font-size:150%;
	font-weight:bold;
	height:25px;
	margin:10px;
	padding: 0 0 0 10px;
	border-left:25px solid #021473;
	border-bottom:3px solid #021473;
	}

/* repair 
---------------------------------------*/

body.repair div.explanation table {
	border: 1px solid #CCCCCC;
	border-collapse: separate;
	border-spacing: 1px;
	width: 565px;
	margin: 10px;
	font-size: 100%;
	color: #666666;
	}
body.repair div.explanation th {
	padding: 5px;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	background-color: #E1E2E6;
	}
body.repair div.explanation thead th {
	text-align: center;
	color: #fff;
	background-color: #828387;
	}
body.repair div.explanation td {
	padding: 5px;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	background-color: #EFF2F3;
	}

body.repair div.explanation ul {
	margin: 10px;
	font-size: 100%;
	}

/* class 
--------------------------------------*/

body.repair .right {
	float: right;
	margin: 0 5px 5px 10px;
	}
body.repair .left {
	float: left;
	margin: 0 10px 5px 5px;
	}
body.repair .img img {
	border: 1px solid #dfdfdf;
	}