@charset "shift_jis";
/* ===================================================================
CSS information
	file name  :  1011_color.css
	style info :  テキスト関連の色・装飾指定

このスタイルシートの構成
	001::	テキストリンクの装飾設定
	001-1::	基本設定	
	002::	
=================================================================== */
/* -----------------------------------------------------------
	001::	テキストリンクの装飾設定
----------------------------------------------------------- */
/*--------------------------------------------
	001-1::	基本設定	
--------------------------------------------*/
a:link { color: #339; text-decoration: none; }
a:visited { color: #339; text-decoration: none; }
a:hover { color: #f30; text-decoration: underline; }
a:active { color: #f30; text-decoration: underline; }



/*--------------------------------------------
	002::	.linkTxt
--------------------------------------------*/
.linkTxt a:link { color: #06f; text-decoration: none; }
.linkTxt a:visited { color: #06f; text-decoration: none; }
.linkTxt a:hover { color: #f30; text-decoration: underline; }
.linkTxt a:active { color: #f30; text-decoration: underline; }



/* -----------------------------------------------------------
	002::	テキストcolorの装飾設定
----------------------------------------------------------- */
/*	注意書き	*/
.notice {
	color: #666;
	font-size: 93%!important;
}

/*	強調	*/
.bold {
	font-weight: bold;
}
