body {
	background-image: url(img/bg_home.jpg);
	background-color: #19295c;
	background-repeat: repeat-x;
	background-attachment: fixed;
	background-position: top;
}
.top_red {	
	background: url(img/top_main.gif) repeat-x bottom;
}
.opacityit img{
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
}
.opacityit:hover img{
	filter:alpha(opacity=60);
	-moz-opacity:0.6;
	-khtml-opacity: 0.6;
	opacity: 0.6;
}
.tit_black {
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 22px;
	color: white;
	background-color: #6288c2;
}
.text_01 {
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #262626;
}
.text_01 A {
	color: #262626;
	text-decoration: underline;
}
.text_01 A:HOVER {
	color: #6288c2;
}

.table01 {
	background-color: #e5e5e5;
	margin-left: 50px;
	margin-top: 30px;
	margin-right: 50px;
	margin-bottom: 50px;
}
.tablenews {
	margin-left: 50px;
}
li {
	list-style-type: disc;
}
.powered {
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: white;
}
.powered A {
	color: white;
	text-decoration: none;
}
.powered A:HOVER {
	color: gray;
}



