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


a {
	color : #D45D03;
	font-weight: bold;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}


#divfooterleft a, #divfooterright a {
	color : #D45D03;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}

#divfooterleft a:hover, #divfooterright a:hover {
	text-decoration: underline;
}

.menu_main a {
	color : #333333;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;

}

.menu_main a:hover {
	text-decoration: underline;

}

h1 {
	color: #D45D03;
	font-size:14px;
}
