html {
	font-family: verdana, arial, helvetica, sans-serif;
}
body {
	margin: 0px;
	padding: 0px;
	font-size: 10pt;
	color: #333333;
	background-color: #FFFFFF;
	text-align: center;
}
p {
	line-height: 150%;
}
p em {
	color: #FF0000;
}
h2 {
	font-size: 16pt;
	padding-left: 5pt;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	font-weight: normal;
}
h3 {
	font-size: 12pt;
	font-style: normal;
	color: #000000;
	font-weight: normal;
	background-color: #EEEEFF;
	padding: 10px;
}
ul {
	line-height: 150%;
}
dt {
	font-size: 14pt;
	margin-bottom: 10px;
}
dd {
	line-height: 140%;
	padding-bottom: 20px;
}
#daytop {
	font-size: 12pt;
	background-color: #CCFFFF;
	padding-right: 20pt;
	padding-left: 20pt;
	padding-top: 10px;
	padding-bottom: 10px;
}
.tblenter {
    overflow:auto;
    height:600px;
    width:800px;
    position:absolute;
    top:50%;
    left:50%;
    margin-top:-300px;
    margin-left:-400px;
}
.copyright {
	font-size: 8pt;
	border: 1px solid #666666;
	padding: 3px;
	text-align: right;
}

.section_top {
	width: 700px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	border-top: 1px none #666666;
	border-right: 1px solid #666666;
	border-bottom: 1px none #666666;
	border-left: 1px solid #666666;
	padding: 10px;

	background-image: url(grp/top_background.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-attachment: fixed;

}

.section {
	width: 700px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	border-top: 1px none #666666;
	border-right: 1px solid #666666;
	border-bottom: 1px none #666666;
	border-left: 1px solid #666666;
	padding: 10px;
}

@media print {
	.noprint {
		display: none;
	}
	
	.section_top {
		width: 700px;
		margin-left: auto;
		margin-right: auto;
		text-align: left;
		border-top: 1px none #666666;
		border-right: 1px none #666666;
		border-bottom: 1px none #666666;
		border-left: 1px none #666666;
		padding: 10px;
	
		background-image: url(grp/top_background.jpg);
		background-repeat: no-repeat;
		background-position: center top;
		background-attachment: fixed;
	
	}
	
	.section {
		width: 700px;
		margin-left: auto;
		margin-right: auto;
		text-align: left;
		border-top: 1px none #666666;
		border-right: 1px none #666666;
		border-bottom: 1px none #666666;
		border-left: 1px none #666666;
		padding: 10px;
	}
}

.red {
	color: #FF0000;
}
.small {
	font-size: 8pt;
}
#gaiyou {
	border: double #999999;
}
#txtbtn {
	cursor: hand;
}
#add {
	font-size: 9pt;
	text-align: center;
	line-height: 110%;
}
li {
	padding-bottom: 15px;
}
#nextpage {
	page-break-before: always;
}
.blue {
	color: #0000FF;
}
