@charset "UTF-8";

/* *****************************************************
 *	1.caption
 *	2.report
 * *****************************************************/


/* *****************************************************
 *	1.caption
 * *****************************************************/
div.contents h3 span{
	position:absolute;
	bottom:0;
	left:150px;
	font-size: 12px;
	font-size: 1.2rem;
	line-height:1.8;
}

/* *****************************************************
 *	2.report
 * *****************************************************/
p.report{
	width:500px;
	margin:0 auto;
	padding:10px 0;
}

dl.report_list{
	width:700px;
	line-height:1.4;
	margin: 0 auto 50px;
}

	dl.report_list:after {
		visibility: hidden;
		display: block;
		font-size: 0;
		content: " ";
		clear: both;
		height: 0;
		}

	/* IE6 */
	* html dl.report_list{
		zoom: 1;
	}
	/* IE7 */
	*:first-child+html dl.report_list{
		zoom: 1;
	}

	dl.report_list dt{
		float:left;
		width:550px;
		padding:10px 0 10px 40px;
		background: url(../status/images/report_point.gif) left center no-repeat;
	}

	dl.report_list dd{
		margin: 0 0 10px;
		padding:10px 0 10px 580px;
		background: url(../status/images/line_dotted1.gif) left bottom repeat-x;
	}






