﻿/* 共通 */
body {
	font-family: "Lucida Sans Unicode", "ＭＳ Ｐゴシック";
	font-size: 12px;
	color: #666666;
	font-style: normal;
	line-height: 15px;
	font-weight: normal;
}

a {
	color: #FF3C00;
}

a:link {
	color: #FF3C00;
}

a:active {
	color: #FF3C00;
}

a:visited {
	color: #FF3C00;
}

a:hover {
	color: #FF3C00;
	text-decoration: underline;
}


/* トップページ */
.top_menu_news_title_link {
	font-size: 11px;
}

/* フッター */
.footer_menu_title_link {
	color: #666666;
	text-decoration: none;
}

.footer_copyright {
	color: #9A9A9A;
}