/* *********************************************************************************

【概要】全ページのテキスト共通事項を管理。

【詳細】
：リンク：全ページのテキストリンクの設定
：ページトップに戻る：全ページのページトップに戻るの設定
：テキスト：全ページのテキストの設定

********************************************************************************* */


/*---------- リンク ----------*/
#container a:link {
	color: #3C3C3C;
	line-height: 1.8em;
	text-decoration: underline;
}

#container a:visited {
	color: #3C3C3C;
	line-height: 1.8em;
	text-decoration: underline;
}
 
#container a:hover {
	color: #7D96AF;
	line-height: 1.8em;
	text-decoration: none;
} 


/*---------- ページトップに戻る ----------*/
#container .go2toptxt {
	text-align: right;
	clear: both;
	padding: 0 10px 10px;
}

#container .go2toptxt2 {
	clear: both;
	margin: 5px 10px;
	text-align: right;
}

/*---------- テキスト ----------*/
#container {
	margin-top: 0;
	color: #3C3C3C;
	letter-spacing: 0.1em;
	font-size: 12px;
	line-height: 1.5em;
}

#container .ex-text1 {
	letter-spacing: normal;
	font-size: 12px;
	line-height: 1.5em;
	text-decoration: none;
}

#container .ex-text2 {
	color: #3C3C3C;
	letter-spacing: normal;
	font-size: 11px;
	line-height: 1.3em;
	text-decoration: none;
}

#container .t-text {
	color: #820F0F;
	text-decoration: underline;
	font-size: 13px;
	font-weight: bold;
}

#container .b-text {
	color: #3C3C3C;
	font-size: 13px;
	font-weight: bold;
}

#container .rt {
	text-align:right;
}
