@charset "utf-8";
/* CSS Document */


html, body, #table {
  width:100%;
  height:100%;
  margin: 0;
  padding: 0;
  border: none;
  text-align: center;
  background-image:url(img_main/bg_mainpage.jpg);
}
#table {
	width:100%;
  margin: 0 auto;
  text-align: left;
  vertical-align: middle;
}
.footertext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
}
.fliestext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	line-height:16px;
}

.footertext a {
	font-size: 10px;
	color: #FFFFFF;
	text-decoration:none;
}

.footertext a:hover {
	font-size: 10px;
	color: #333333;
	text-decoration:none;
}

.footertext a:active {
	font-size: 10px;
	color: #FFFFFF;
	text-decoration:none;
}

.top {
	vertical-align: top;
}

.content_link A:link { color:#333333; text-decoration:none; }
.content_link A:visited { color:#333333; text-decoration:none; }
.content_link A:active { color:#71757c; text-decoration:none; }
.content_link A:hover { color:#71757c; text-decoration:none; }
.content_link A:focus { color:333333; text-decoration:none; }
