@charset "utf-8";
body {
	background-color: #000000;
	margin: 0px;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	background-image: url(bg.jpg);
	color: #FFFFFF;
	font-size: 12px;
}
a:link {
	font-size: 12px;
	color: #FFCC00;
}
a:visited {
	font-size: 12px;
	color: #FFCC00;
}
a:hover {
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: underline;
}


.a1:link {
	font-size: 12px;
	color: #fff;
}
.a1:visited {
	font-size: 12px;
	color: #fff;
}
.a1:hover {
	font-size: 12px;
	color: #ccc;
	text-decoration: underline;
}

.text01 {
	font-size: 12px;
	line-height: 24px;
}
.title_01 {
	background-image: url(images/titile_bg01.jpg);
	height: 35px;
	width: 680px;
}
h1 {
	font-size: 14px;
	font-weight: normal;
	color: #FFFFFF;
	line-height: 35px;
	padding-left: 15px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}


.bg {
	background-image: url(images/line_02.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
}
.img a img{filter:alpha(opacity=50);opacity:0.5;border:#999 1px solid;}
.img a:hover img{filter:alpha(opacity=100);opacity:1;border:#fff 1px solid;}

hr {
	border: 1px dashed #FFFFFF;
}
