
/* 通常のメニューテキストのスタイル */
.menuText {
	font-size: 12px;
	color: #fff;
	text-decoration: none;
	}

.menuText a {
	color: #fff;
	text-decoration: none;
	}

.menuText a:hover {
	color: #ffcc00;
	text-decoration: none;
	}

/* リンクの張っていないメニュー用。黄色 */
.nolink {
	font-size: 12px;
	color: #ffff66;
	text-decoration: none;
	}





/* 総合型地域スポーツクラブ＞SCステーション */
.menuText_local_01 {
	font-size: 12px;
	color: #fff;
	text-decoration: none;
	}

.menuText_local_01 a {
	color: #ffcccc;
	text-decoration: none;
	}

.menuText_local_01 a:hover {
	color: #ffcc00;
	text-decoration: none;
	}



/* ページャー用 */
span.left{
    float:left;
}

span.right{
    float:right;
}



