
h2 {
	font-size: 12px;
	font-weight: bold;
	border-left: 1em solid #333333;
	margin-top: 0em;
	margin-right: 0px;
	margin-bottom: 0em;
	}
	
/* 箇条書き */
UL style {
	MARGIN-LEFT: 14%;
	list-style: square outside;
	}

/* グループ */
.section{
	width:635px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	margin-top:1em;
	color: #333333;
	font-size: 12px;
	}
.section2{
	width: 700px;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10;
}
ul{
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 2em;
	padding-left: 1em;
	list-style: decimal;
}

li{
	padding: 0px 0px 0px 0px;
	font-size: 12px;
	list-style: decimal outside;
}	

text{
    text-align:center;
}
	
table.frame{
	margin: 10px 42px;
	width:650;
	border: double #FF99CC;
}

.scr {
  overflow: auto;   /* スクロール表示 */ 
  width: 652px;
  height: 480px;
}
p {
margin-left:2%;
}

