

/* ---------------- リンク ----------------- */

a:link {text-decoration: none; }

a:visited{text-decoration: none;}

a:hover {text-decoration: underline;}


/* ------------- メインメニュー ------------ */

.mainMenu {
	font-size: 10px;
	color: #333333;
	line-height: 120%;
	text-decoration: none;
}
.mainMenu:visited {
	font-size: 10px;
	color: #333333;
	line-height: 120%;
	text-decoration: none;
}
.mainMenu:hover {
	font-size: 10px;
	color: #0000FF;
	line-height: 120%;
	text-decoration: underline;
}


/* ---------------- フォント --------------- */

.s140 { font-size: 10px; line-height: 140%; color: #333333}



