@charset "utf-8";

/* -----制作 2009月11月12日------ */

/* 文字サイズ
-------------------------------*/
.font_xsmall { font-size: 70%; }
.font_small { font-size: 12px; }
.font_main { font-size: 100%; }
.font_large { font-size: 117%; }
.font_big { font-size: 140%; }
.font_11 { font-size: 11px !important;}



/* 文字サイズ
-------------------------------
.font_xsmall { font-size: 70%; }
.font_small { font-size: 83%; }
.font_main { font-size: 100%; }
.font_large { font-size: 117%; }
.font_big { font-size: 140%; }
*/


/* 文字色
-------------------------------*/
.red-txt { color:#CC6666 !important;}
.blue-txt { color:#46B3D7 !important;}
.green-txt { color:#7CB042 !important;}
.orange_txt { color:#FF9900 !important;}
.black_txt{ color:#333  !important;}
.orange-txt { color:#FF9900 !important;}
.gray-txt { color:#808080 !important;}
.redtxt {color:#F00 !important;}
.white-txt {color:#FFF !important;}
p strong .red { color:#red !important;}


/* 文字色
-------------------------------
.red-txt { color:#CC6666; }
.blue-txt { color:#66BFDD; }
.green-txt { color:#83B946; }
.orange_txt { color:#FF9900;}
*/

/* テキストリンク
-------------------------------*/
a {
	color: #57ACF3;
	text-decoration: underline;
}

a:hover { text-decoration: none; }