/* CSS Document */



#main {
	width: 98%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#table {
	width: 100%;
	font-size: 13px;
	line-height: 140%;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
}

.text {
	background-color:#FFFFFF;
	text-align: left;
	margin: 10px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}

.title {
	font-size: 20px;
	color: #000000;
	border-top-width: medium;
	border-bottom-width: medium;
	border-top-style: double;
	border-bottom-style: double;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	margin-top: 20px;
	margin-bottom: 17px;
	padding-top: 2px;
	padding-bottom: 2px;
	
}

.head {
	color: #000000;
	text-align: center;
	filter: Alpha(Opacity=60, FinishOpacity=100, Style=1);
	background-color: #CCCCCC;
	font-weight: bold;
	font-size: 15px;
}

.notes {
	font-size: 12px;
	color: #000066;
	width: 98%;
	text-align: left;
	border: 1px dashed #000099;
	line-height: 1.5em;
	margin-top: 10px;
	font-family: "・ｭ・ｳ 譏取悃";
	margin-bottom: 20px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	background-color: #F6F6F6;
}
