/* ------------------------------
 articl
------------------------------ */
#article {
	margin-left: 58px;
	padding-left: 5px;
	width: 1000px;
	background-color: #FFF;
    line-height: 20px;
}
/* ------------------------------
 section1
------------------------------ */
#section1 {
	font-size: 90%;
	margin-top: 10px;
	margin-left: 0px;
	padding: 4px 0px 4px 10px; /*上右下左*/
	border-bottom-width: 1px;
	border-bottom-color: #96c0ed;
	border-bottom-style:dotted;
	color:#333;
	width: 985px;
}
#section1 span {
	color: #333333;
}
/* ------------------------------
 section2
------------------------------ */
#section2 {
	font-size: 100%;
	margin-top: 10px;
	margin-left: 0px;
    padding-left: 20px;
	padding-top: 4px;
	padding-bottom: 4px;
	border-width: 1px;
	border-color: #CCCCCC;
	border-style: solid;
	width: 970px;
}
/* ------------------------------
 table
------------------------------ */

table#gakkai {
	width: 940px;
	line-height: 1.2;
	text-align: left;
	margin-bottom: 20px;
	margin-left: 25px;
	letter-spacing: 1.2px;  /*文字間 */
	border:#999;
 _font-size: 100%;
}

table#gakkai th {
	line-height: 1.2;
	text-align: left;
	background-color:#0a63b0;
	color:#FFF;
	font-weight: normal;
	padding-left: 5px;
}
#gakkai th#enndai {
	line-height: 1.2;
	text-align: left;
	background-color:#cddeff;
	font-weight: normal;
	color:#333;
}
table#gakkai td {
	line-height: 1.5;
	text-align: left;
	padding-left: 5px;
	padding-right: 2px;
}
