/* サイズ */

.text10 {
	font-size:10px;
}
.text12 {
	font-size:12px;
	line-height: 18px;
}

.text14 {
	font-size:14px;
	line-height: 20px;
}

.text16 {
	font-size:16px;
}

.text18 {
	font-size:18px;
}

.text20 {
	font-size:20px;
}

.text24 {
	font-size:24px;
}

/* スタイル */
.text_bold {
	font-weight:bold;
}

/* 色 */
.text_bk {
	color:#000000;
}

.text_w {
	color:#FFFFFF;
}

.text_dark_red {
	color:#9E0B0E;
}

.text_dark_green {
	color:#255669;
}

.text_nv {
	color:#0A3F87;
}

.text_red{
	color:#F23D00;
}

.text_org{
	color:#FF6600;
}

.text_enzi{
	color:#DB0F14;
}


.text_green{
	color:#669900;
}.text_dk_gray {
	color: #333333;
}
.text10_l_gray {
	font-size:10px;
	color:#999999;
}
.text14_brown {
	font-size: 14px;
	color: #663300;
	line-height: 20px;
}
.text14_org {
	font-size: 14px;
	color: #FF6600;
	line-height: 20px;
}
.text_brawn {
	color: #663300;
}
form .borderbox {
	background-color : #ffffff;
	border : 1px solid #A4876A;
	padding : 1px;
}
form .borderbox_red {
	background-color : #ffffff;
	border : 1px solid #FF6600;
	padding : 1px;
}
