@charset "utf-8";
/* CSS Document */
<!--
body {
	background-color: #DD8523;
}
.main_back {

    background : #D4722B;
    background-image: url(images/index_05.jpg);
	background-repeat: no-repeat;
	

}
a:link {
	color: #FEC501;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FEC501;
}
a:hover {
	text-decoration: none;
	color: #FFFF00;
}
a:active {
	text-decoration: none;
	color: #FFFF00;
}
a {
	font-weight: bold;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
