@charset "UTF-8";

/* text css start */
.s-text{	/* 80%> */
	font-size: 75%;
	line-height: 140%;
}
.s-gray-text{	/* 80%> */
	font-size: 75%;
	color: #666666;
	line-height: 140%;
}
.s-green-text{	/* 80%> */
	font-size: 75%;
	color: #009900;
	line-height: 140%;
}
.s-white-text{	/* 80%> */
	font-size: 80%;
	color: #ffffff;
	line-height: 140%;
}
.s-point1-text{	/* 80%> */
	font-size: 75%;
	color: #7f7724;
	line-height: 140%;
}
.s-point2-text{	/* 80%> */
	font-size: 75%;
	color: #88545A;
	line-height: 140%;
}
.s-yellow-text{	/* 80%> */
	font-size: 75%;
	color:#FF0;
	line-height: 140%;
}
.d-yellow-text{	/* 80%> */
	color:#FF0;
	line-height: 140%;
}
.d-red-text {
	color: #E50012;
}
.d-gray-text {
	color: #666666;
}
.d-green-text {
	color: #009900;
}
.d-white-text {
	color: #ffffff;
}
.d-blue-text {
	color: #57ABD0;
}
.d-point1-text {	
	color: #7f7724;
}
.d-point2-text {	
	color: #88545A;
}
#i-left {
	float:left;
	margin-right:0.5em;
	margin-bottom:0.5em;
}
#i-right {
	float:right;
	margin-right:0.5em;
	margin-bottom:0.5em;
}

/* text css end */