/*	テキスト装飾
----------------------------------------*/

.inred {
	color:#FF0000;
	}

.inblack {
color:#666666;
}

.text_small {
	font-size:84%;
	color:#FFFFFF;
	font-weight:normal;
}

.text_small_black {
	font-size:12px;
	color:#000000;
	font-weight:normal;
	list-style:none;
	
}

.marginbottom10 {
	margin-bottom:10px;
}

.marginbottomtop10 {
	margin-bottom:10px;
	margin-top:10px;
}

.text {
	font-size: 13px;
	line-height:1.4;
	color: #333333;
}

.text_bold {
	font-size: 12px;
	line-height: 20px;
	color: #333333;
	font-weight:bold;
}

.text_large {
	font-size: 14px;
	line-height:1.4;
	color: #333333;
}

.text_large_bold {
	font-size: 14px;
	line-height:1.4;
	color: #333333;
	font-weight:bold;
}

.text_large_red {
	font-size: 14px;
	line-height:1.4;
	color: #FF0000;
}


.text_small_red {
	font-size: 10px;
	line-height:1.2;
	color: #FF0000;
}












