/* テキスト */
h2{
	font-size: 12px;
	font-weight: bold;
	margin-left: 1%;
}
text{
    text-align:center;
}
ul{
	margin-top: 10px;
	margin-bottom: 10px;
	padding-right: 5%;
}
/* グループ */
.section{
	width:640px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	margin-top:1em;
	color: #333333;
	font-size: 12px;
}
/* テーブル*/
table.frame{
	margin: 20px 48px;
	width:560;
	border: double #CCCCCC;
}

	
