@charset "utf-8";
body {
	background: #393;
	color: #000;
	font-size: 12px;
	font-family: "Times New Roman", Times, serif;
	margin: 0;
	padding: 0;
	text-align: left;
}

.Main {
	padding: 8px;
	width: 720px;
	border: 2px solid #000;
	background-color: #FFF;
	margin-right: auto;
	margin-left: auto;
}
.Header {
	font-size: 24px;
	font-style: normal;
	font-weight: normal;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	text-align: center;
	clear: both;
}
.Description {
	font-size: 12px;
	font-weight: normal;
	color: #333;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}
.imgL {
	float: left;
}
.imgR {
	float: right;
}
.item {
	font-size: 24px;
}
.img_l {
	float: left;
}
.img_r {
	float: right;
}