@charset "utf-8";
/* CSS Document */

/*
	global
*/

a {
	color: rgb(102,153,0);
	text-decoration: underline;
}

a:hover {
	color: #333333;
}

/*
	main menu
*/

#topArea .mainMenu a {
	display: block;
	float: left;
	padding-top: 11px;
	color: #333333;
	font-size: 10px;
	text-decoration: underline;
	text-transform: uppercase;
	padding-right: 15px;
}

#topArea .mainMenu a:hover {
	color: rgb(102,153,0);
}

#topArea .subMenu a {
	color: #ffffff;
	font-size: 11px;
	text-decoration: none;
	padding-right: 15px;
}

#topArea .subMenu a:hover {
	color: rgb(102,153,0);
}

/*
	detailMenu
*/

#detailMenu a {
	display: block;
	color: #333333;
	text-decoration: none;
	border-bottom: 1px solid #dadada;
	padding-bottom: 3px;
	padding-top: 3px;
	background-image: url(../images/grey_box.gif);
	background-repeat: no-repeat;
	background-position: right 6px;
	padding-right:15px;
}

#detailMenu a:hover {
	color: rgb(102,153,0);
	background-image: url(../images/green_box.gif);
}

#detailMenu span {
	display: block;
	color: rgb(102,153,0);
	text-decoration: none;
	border-bottom: 1px solid #dadada;
	padding-bottom: 3px;
	padding-top: 3px;
	font-weight: normal;
	cursor: default;
	background-image: url(../images/green_box.gif);
	background-repeat: no-repeat;
	background-position: right 6px;
	padding-right:15px;
}

#detailMenu span.separator {
	display: block;
	color: #000000;
	text-decoration: none;
	padding-bottom: 2px;
	padding-top: 3px;
	font-weight: normal;
	cursor: default;
	background-image: none;
	border-bottom: 1px solid #666666;
	padding-top: 3px;
	margin-bottom: 5px;
	margin-top: 20px;
}

/*
	news
*/

#news p.title a {
	color: rgb(102,153,0);
	text-decoration: underline;
}

#news p.title a:hover {
	color: #333333;
}

/*
	news
*/

#news p.title a {
	color: rgb(102,153,0);
	text-decoration: underline;
}

#news p.title a:hover {
	color: #333333;
}






