/* ---------テキストスタイル----------- */
.subtitle {
	font-size: 14px;
	font-weight: bold;
	color: #563B25;
	letter-spacing: 1px;
}

.text10 {
	font-size: 10px;
	LINE-HEIGHT: 140%
}

.blue12 {
	font-size: 12px;
	color: #4C4CA2;
}

.blue12b {
	font-size: 12px;
	font-weight: bold;
	color: #4C4CA2;
}

.blue14b {
	font-size: 14px;
	font-weight: bold;
	color: #4C4CA2;
}
.white12b {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}

.pink12 {
	font-size: 12px;
	color: #B85060;
}

.pink12b {
	font-size: 12px;
	font-weight: bold;
	color: #B85060;
}

.pink14b {
	font-size: 14px;
	font-weight: bold;
	color: #B85060;
}

.green12b {
	font-size: 12px;
	font-weight: bold;
	color: #588927;
}
.red12 {
	font-size: 12px;
	color: #B50000;
}

.red14b {
	font-size: 14px;
	font-weight: bold;
	color: #B50000;
}

.text14 {
	FONT-SIZE: 14px;
}

.text14b {
	FONT-SIZE: 14px;
	font-weight: bold;
}

.text16 {
	font-size: 16px;
	line-height: 130%;
}


/* ---------前頁共通スタイル----------- */

table {
	font-size: 12px;
	color: #555555;
	line-height: 20px;
	letter-spacing: 1px;
}

A:link { 
	color: #B85060;
	text-decoration:none ;
} 
	
A:visited {	
	color: #B85060;
	text-decoration:none ;
} 
	
A:active { 
	color: #4C4CA2;
	text-decoration: underline;
} 
	
A:hover { 
	color: #4C4CA2;
	text-decoration: underline;
	}

