@charset "utf-8";
#header {
	background-color: #FFFF99;
	margin-right: 150px;
	margin-left: 150px;
	border: 1px solid #F90;
}

#content {
	background-color: #FFFF99;
	margin-top: 20px;
	margin-right: 150px;
	margin-bottom: 20px;
	margin-left: 150px;
	border: 1px solid #F90;
}
#footer {
	background-color: #FFFF99;
	margin-right: 150px;
	margin-left: 150px;
	border: 1px solid #F90;
	text-align: center;
}

table
{
	text-align: center;
	background-color: #FFFF66;
	margin-right: auto;
	margin-left: auto;
	margin-top: 15px;
	margin-bottom: 10px;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}
td{
	border: thin solid #36A600;
}
tr{
	
}

#aa{
	font-weight: bold;
	background-color: #FF9900;
	}
#iframe {
	text-align: center;
}
a {
	text-decoration: none;
	color:#009
	}

a:hover {
	text-decoration: underline;
}
/*
body {
	background-image: url(image.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
*/

#qt_text{
	margin-right: 23px;
	margin-left: 23px;
}