@charset "UTF-8";

/*--- サブメニュー ---*/

#menuArea {
	width: 155px;
	padding: 0 4px 4px 4px;
	background: #f2f2f2;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	margin-bottom: 6px;
}


/* ONブロック */
.onMenu {
	font-size: 0.85em;
	line-height: 19px;
	text-indent: 5px;
	color: #fff;
	background:url(../menu/tec_on.gif) no-repeat;
	margin-bottom: 2px;
}


/* リンク */
a.menu:link {
	text-indent: 5px;
	color: #333;
	text-decoration: none;
	display: block;
}

a.menu:visited {
	text-indent: 5px;
	color: #333;
	text-decoration: none;
	display: block;
}

a.menu:hover {
	text-indent: 5px;
	color: #333;
	text-decoration: none;
	display: block;
	background: url(../menu/tec_ov.gif) no-repeat;
}

a.menu:active {
	text-indent: 5px;
	color: #333;
	text-decoration: none;
	display: block;
}
