@charset "UTF-8";


.clear{
	clear			:	both;
}


.f_left{
	float			:	left;
}


.f_right{
	float			:	right;
}


.center{
	text-align		:	center;
}


.t_left{
	text-align		:	left;
}


.t_right{
	text-align		:	right;
}


.tv_top{
	vertical-align	:	top;
}


.tv_middle{
	vertical-align	:	middle;
}


.tv_bottom{
	vertical-align	:	bottom;
}


.red{
	color			:	#cc0000;
}


.blue{
	color			:	#0000cc;
}


.yellow{
	color			:	#cccc00;
}


.ryme_green{
	color			:	#666600;
}


.orange{
	color			:	#ee6600;
}


.green{
	color			:	#00cc00;
}


.bold{
	font-weight		:	bold;
}


.normal{
	font-weight		:	normal;
}


.none{
	display			:	none;
}


.inline{
	display			:	inline;
}


.block{
	display			:	block;
}


img{
	border			:	none;
}


.fs{
	font-size		:	90%;
}


.fm{
	font-size		:	110%;
}


.fl{
	font-size		:	130%;
}


.fxl{
	font-size		:	150%;
}


.border1{
	border-top		:	1px solid #A5873E;
	height			:	1px;
}}