@charset "utf-8";
html { overflow: scroll; overflow-x:auto; _filter:expression(document.execCommand("BackgroundImageCache", false, true));}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	background-color: #EEEEEE;
	text-align: justify;
	line-height: 16pt;
}
h1 {
	font-size: 18pt;
	font-weight: bold;
	color: #006600;
}
h2 {
	font-size: 14pt;
	font-weight: bold;
	color: #006600;
}
h3 {
	font-size: 14pt;
	font-weight: bold;
	color: #006600;
	text-decoration: underline;
}

ul   {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}
p {
	margin: 0px;
	padding: 0px;
}
input {
	width: 99%;
}
textarea {
	width: 99%;
}
button {
	cursor: pointer;
	width: 80px;
	line-height: 16px;
}

.TitleW {
	font-size: 11pt;
	font-weight: bold;
	color: #FFFFFF;
}


.TitleG {
	font-size: 11pt;
	font-weight: bold;
	color: #006600;
}
.TitleB {
	font-size: 11pt;
	font-weight: bold;
	color: #000000;
}
#Main {
	margin: auto;
	width: 924px;
	background-color: #FFFFFF;
	border: 1px solid #006600;
	padding: 30px;
}

#TypeIn {
	font-size: 10pt;
	line-height: 20pt;
}

#TypeIn table {
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #006600;
	border-left-color: #006600;
}
#TypeIn td {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-color: #006600;
	border-bottom-color: #006600;
	border-right-style: solid;
	border-bottom-style: solid;
	padding-left: 5px;
	padding-right: 5px;
}

#AboutDiv {
	width: 984px;
	left: 0px;
	top: 0px;
	line-height: 40px;
	text-align: center;
	margin: auto;
}
.Button {
	cursor: pointer;
}
