@charset "utf-8";

/*font-style
---------------------------------------*/

.bold { font-weight:bold; }
.bold-none { font-weight:normal; }

.main-txt {
	font-size:12px;
	color:#000;
	letter-spacing:0.1em;
	line-height:140%;
}

.seo-txt {
	font-size:10px;
	line-height:100%;
	color:#000;
}


/*fontfamily-style
---------------------------------------*/
.time-new-roman { font-family:"Times New Roman", Times, serif; }
.courier { font-family:"Courier New", Courier, mono; }
.georgia { font-family:Georgia, "Times New Roman", Times, serif; }
.arial { font-family:Arial; }


/*fontsize-style
---------------------------------------*/
.text20 { font-size:20px; }
.text18 { font-size:18px; }
.text16 { font-size:16px; }
.text15 { font-size:15px; }
.text14 { font-size:14px; }
.text13 { font-size:13px; }
.text12 { font-size:12px; }
.text11 { font-size:11px; }
.text10 { font-size:10px; }
.text9 { font-size:9px; }


/*color-style
---------------------------------------*/
.red { color:#FF3333; }
.green { color:#9EB022; }
.blue { color:#30A6BA; }
.white { color:#FFFFFF; }
.brown { color:#442e21; }


/*link-style
---------------------------------------*/
a { text-decoration:none; }
a:hover { text-decoration:underline; }
strong a:hover { text-decoration:none; }
