/*通常のテキスト*/
.text {
	font-size: 10px;
	line-height: 14px;
	color: #333333;
	font-style: normal;
}
/*TOP タイトル*/
.toptitle {
	font-size: 16px;
	line-height: 24px;
	color: navy;
	font-family:MSP明朝
}
/*ちょっと大きめ 行間ゆったり*/
.text1 {
	font-size: 12px;
	line-height: 18px;
	color: #333333;
}
/*ちょっと大きめ　行間普通*/
.text2 {
	font-size: 12px;
	line-height: 16px;
	color: #666666;
}	
/*小さめのテキスト*/	
.text3 {
	font-size: 8px;
	line-height: 12px;
	color: #333333;
}

/*インフォメーション見出し*/
.info {
	font-size: 16px;
	line-height:20px;
	font-weight: bold;
	color: #666666;
}
/*コピーライト*/
.copy {
	font-size: 10px;
	color: #666666;
}

/*特殊外来用テキスト*/
.textgairai {
	font-size: 12px;
	line-height: 20px;
	color: #333333;
}
/*リンク：メディアインフォ用*/
.media {
	font-size: 11px;
	color: #666666;
	text-decoration: none;
}
a.media {
	font-size: 11px;
	color: #ec6d6d;
	text-decoration: none;
}
a.media:visited {
	font-size: 11px;
	color: #ec6d6d;
	text-decoration: none;
}
a.media:hover {
	font-size: 11px;
	color: #ec6d6d;
	text-decoration: underline;
}
a.media:active {
	font-size: 11px;
	color: #ec6d6d;
	text-decoration: underline;
}
