@charset "utf-8";

/*
#000
#fff
#aaa7a7
#434242

#f8e673
#98003c
*/

body {
	background-color	: #fff;
	color			: #000;
}
h1 {
	color			: #fff;
}
h1 a {
	color			: #fff !important;
	text-decoration		: none !important;
}
h1 a:hover, h1 a:active {
	color			: #aaa7a7 !important;
	text-decoration		: none;
}
h2 {
	background		: transparent url('../images/bg_header.png');
	color			: #fff;	
}
h3 {
	border-bottom		: 1px #434242 solid;
	color			: #000;
}
strong {
	color			: #434242;
	font-weight		: bold;
}
em {
	color			: #434242;
}
a:link {
	color			: #000;
	text-decoration		: underline;
}
a:visited {
	color			: #434242;
	text-decoration		: underline;
}
a:hover, a:active {
	color			: #98003c;
	text-decoration		: none;
}
dl dt a {
	text-decoration		: none !important;
}

/*----------------------------------------------------------------------------------------------------*/

#header {
	background		: transparent url('../images/bg_header.png');
}
#list {
	background		: transparent url('../images/bg_list.png');
}
#list p {
	color			: #fff;	
}
#list p a {
	text-decoration		: underline;
}
#list p a:link,
#list p a:visited {
	color			: #fff !important;
}
#list p a:hover,
#list p a:active {
	text-decoration		: none;
}
#container {
	background		: transparent url('../images/bg_container.png');
}
#globalnavi ul li a:link {
	color			: #000;
}
#globalnavi ul li a:visited {
	color			: #000;
}
#globalnavi ul li a:active {
	color			: #434242;
}
#globalnavi ul li a:hover {
	color			: #98003c;
}
#globalnavi ul li a:active,
#globalnavi ul li a:hover {
/*	background-image	: url('../images/bg_list.png');*/
}
#globalnavi ul li strong {
	color			: #000;
}
#footer {
	border-top		: 1px #434242 solid;
}
#rdf {
	background		: transparent url('../images/bg_list.png');
}

/*----------------------------------------------------------------------------------------------------*/

.frame {
	border			: 4px #fff solid;
}
.active {
	color			: #98003c !important;	
}
