/* 【リンクカラー】 */

a:link {
	text-decoration: none; color: #A00F0F
	}
a:visited {
	text-decoration: none; color: #A00F0F
	}
a:hover {
	text-decoration: none; color: #D75C5C
	}
a:active {
	text-decoration: none; color: #000000
	}


/* 【サブメニューリンク】 */

.SubMenu {
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	padding-left: 10px
	}
.SubMenu a:link {
	color: #FFFFFF;
	}
.SubMenu a:visited {
	color: #FFFFFF;
	}
.SubMenu a:hover {
	color: #C9C9B6;
	}
.SubMenu a:active {
	color: #000000;
	}

/* 【フォントサイズ】 */

.Large {
	font-size: 14px;
	line-height: 130%
	}
.Medium  {
	font-size: 12px;
	line-height: 150%
	}
.Small  {
	font-size: 10px;
	line-height: 130%
	}


/* 【テキストカラー】 */

.Name   { 
	font-size: 12px;
	font-weight: bold; 
	color: #A00F0F
	}


/* 【バックカラー】 */.MediumBold {  font-size: 12px; font-weight: bold; line-height: 150%}
.MediumRed {  font-size: 12px; line-height: 150%; color: #FF0000}
