#container h2{
	margin-bottom: 0px;
}
#container h3{
	margin-left: 15px;
	font-weight: bold;
	font-size: 16px;
}
#container p{
	margin-left: 15px;
	margin-top: 10px;
}
#container ul.tab{
	width: 900px;
	height: 40px;
	margin: 0 auto;
	margin-top: 30px;
	border-bottom: 3px solid #006836;
}
#container ul.tab li{
	float: left;
	padding-right: 10px;
	height: 40px;
}
#container table{
	border: 1px #CCCCCC solid;
	border-collapse: collapse;
	width: 900px;
	margin: 15px auto 10px;
}
#container table tr th{
	padding-left: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
	border: #CCCCCC solid;
	border-width: 0 0 1px 1px;
	line-height: 1.5em;
	background-color: #E5ECE5;
	text-align: center;
	width: auto;
}
#container table tr th span{
	color: #AA0000;
	font-weight: bold;
}
#container table tr td{
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	border: #CCCCCC solid;
	border-width: 0 0 1px 1px;
	line-height: 1.5em;
	background-color: #FFF;
}
#container table tr td span.errorText{
	color: #CC0000;
}
#container table tr td input.text{
	width: 400px;
}
#container table tr td textarea{
	width: 700px;
	height: 300px;
}
#container input.button{
	margin-left: 170px;
}
#container .on{
	display: bloxk;
}
#container .off{
	display: none;
}


#container table.tb_okano{
	border: 3px #CCCCCC solid;
	border-collapse: collapse;
	width: 927px;
	margin: 15px auto 10px;
}

#container table.tb_okano td.bg_blue{
	background-color:#F2FBFB;
}

#container table.tb_okano td{
	padding:3;
	line-height:17px;
	font-size:16px;
	background-color: #FFF;
}
