@charset "utf-8";
.green_link a:link {
	color: #4D9244;
	text-decoration: none;
}
.green_link a:visited {
	text-decoration: none;
	color: #4D9244;
}
.green_link a:hover {
	text-decoration: none;
	color: #FFCC00;
}
.green_link a:active {
	text-decoration: none;
	color: #FFCC00;
}

.yellow_link a:link {
	color: #aff44b;
	text-decoration: none;
}
.yellow_link a:visited {
	text-decoration: none;
	color: #aff44b;
}
.yellow_link a:hover {
	text-decoration: none;
	color: #ffde59;
}
.yellow_link a:active {
	text-decoration: none;
	color: #aff44b;
}

.white_link a:link {
	color: #ffffff;
	text-decoration: none;
}
.white_link a:visited {
	text-decoration: none;
	color: #ffffff;
}
.white_link a:hover {
	text-decoration: none;
	color: #e6ff5e;
}
.white_link a:active {
	text-decoration: none;
	color: #ffffff;
}

.gray_link a:link {
	color:#999999;
	text-decoration: none;
}
.gray_link a:visited {
	text-decoration: none;
	color:#999999;
}
.gray_link a:hover {
	text-decoration: none;
	color:#339900;
}
.gray_link a:active {
	text-decoration: none;
	color:#999999;
}


.product_title {
	font-size: 12pt;
	color: #5a990d;
	font-weight: bold;
}
.product_content {
	font-size: 9pt;
	line-height: 160%;
	color: #b2906e;
}
.product_cost {
	font-size: 9pt;
	color: #a88014;
	margin-top: 4px;
	margin-left: 26px;
	line-height: 130%;
}


.content {
	font-size: 9pt;
	line-height: 160%;
	color: #666666;
}
