a.menuPoint {
	width: 100px;
	/*height: 30px;*/
	font-family: "Arial", Verdana, Sans-serif;
	color: #666666;
	font-weight: bold;
	font-size: 12px;
	border-bottom-width: 8px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	padding-bottom: 5px;
	text-decoration: none;
	display:block;
}
a.menuPoint:hover {
	border-bottom-color: #ff0000;
	text-decoration: none;
}
a.menuPoint_active {
	width: 100px;
	/*height: 30px;*/
	font-family: "Arial", Verdana, Sans-serif;
	color: #000000;
	font-weight: bold;
	font-size: 12px;
	border-bottom-width: 8px;
	border-bottom-style: solid;
	border-bottom-color: #ff0000;
	padding-bottom: 5px;
	text-decoration: none;
	display:block;
}
div.mainContainer {
	position: absolute;
	top: 0px;
	left: 200px;
	width: 750px;
	height: 780px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding-top: 10px;
}
div.logoContainer {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 190px;
	height: 141px;
	margin-left: 5px;
}
div.menuContainerIE {
	position: absolute;
	top: 111px;
	left: 191px;
	width: 560px;
	height: 141px;
	margin-left: 5px;
}
div.menuContainer {
	position: absolute;
	top: 103px;
	left: 191px;
	width: 560px;
	height: 141px;
	margin-left: 5px;
}
div.menuContainer div {
	width:100px;
	float:left;
	display:block;
	margin-right:10px;
}

div.sideBanner {
	position: absolute;
	top: 142px;
	left: 0px;
	width: 190px;
	height: 100%;
	margin-left: 5px;
	margin-right: 5px;
	align: center;
	vertical-align: bottom;
}
div.Contents {
	position: absolute;
	top: 142px;
	left: 191px;
	width: 560px;
	margin-left: 30px;
	margin-right: 30px;
	margin-top: 20px;
	margin-bottom: 10px;
	font-family: "Helvetica", Helvetica, Sans-serif;
	color: #000000;
	font-size: 12px;
}
p {
	font-family: "Helvetica", Helvetica, Sans-serif;
	color: #000000;
	font-size: 12px;
	width: 480px;
	align: justify;
}
p.big {
	font-family: "Helvetica", Helvetica, Sans-serif;
	color: #000000;
	font-size: 16px;
	font-weight: bold;
	width: 480px;
}
textarea {
	border: 1px solid black; 
	background-color: #666666;
	color: white;
	font-size: 12px;
	width: 300px;
	height: 180px;
}
input.text {
	border: 1px solid black; 
	background-color: #666666;
	color: white;
	font-size: 12px;
	width: 300px;
}
input.button {
	border: 1px solid black; 
	background-color: #666666;
	color: #ffffff;
	font-size: 12px;
	font-face: bold;
}
div.footer {
	position: absolute;
	top: 790px;
	left: 200px;
	width: 750px;
	height: 30px;
	padding-top: 0px;
	font-family: "Helvetica", Helvetica, Sans-serif;
	color: #999999;
	font-size: 10px;
	align: center;
}

