/* CSS Document */
h1 {
	margin:20px 0px 10px 0px;
	*margin:20px 0px 0px 0px;
}
h2 {
	margin:0px 0px 15px 0px;
}
.img_left {
	float:left;
	margin-right:15px;
}
.box_01 {
	width:498px;
	border:1px solid #bfbfbf;
	padding:10px;
	margin-top:25px;
}
.table_bac {
	background-color:#AFC7DE;
	width:100%;
	text-align:center;
	font-size:11px;
	color:#666;
	margin-bottom:5px;
	border-spacing:1px;
}
.table_bac td {
	background-color:#fff;
}
.table_bac th {
	background-color:#E2EBF3;
}
.font_11px {
	font-size:11px;
	color:#666;
}
.mt_10 {
	margin-top:10px;
}