/* グループ */
.section{
	width: 640px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	margin-top: 1em;
	color: #333333;
	font-size: 12px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.section p{
	margin-left: 6.5%;
	font-size: 12px;
	margin-top: 5px;
	margin-bottom: 5px;
}
.section h2{
	font-size: 12px;
	font-weight: bold;
	margin-left: 4%;
	margin-top: 0;
	margin-bottom: 0;
}
.section h3{
	background-image: url(../image/list03.gif);
	background-repeat: no-repeat;
	font-size: 13px;
	font-weight: bold;
	padding: 0 0 0 20px;
	margin-left: 1%;
	margin-top: 0px;
	margin-bottom: 5px;
	line-height: 13px;

}
.section ul{
	margin-top: 5px;
	margin-bottom: 0px;
	margin-left: 1em;
	padding-left: 10px;
}
.section li{
	padding: 0 0 0 2px;
	list-style-type: none;
	list-style-image: url(../image/list02.gif);
	font-size: 12px;
	margin-top: 3px;
	margin-bottom: 0;
	margin-left: 2em;
	vertical-align: middle;
	line-height: 14px;
}
/* テーブル */
table.frame{
	margin: 0px 48px 20px;
	width: 560;
	border: double #FF99CC;
}

	
