@charset "UTF-8";
/* CSS Document */

a:link, a:visited {
	color: #006600;
	text-decoration: underline;
}
a:hover {
	color: #006600;
	text-decoration: none;
}

a:link.f_inner, a:visited.f_inner {
	color: #333;
	text-decoration: none;
}
a:hover.f_inner {
	color: #FF3300;
	text-decoration: underline;
}

a:link.i_inner, a:visited.i_inner {
	color: #ffcc99;
	text-decoration: none;
}
a:hover.i_inner {
	color: #fff;
	text-decoration: none;
}

h2 {
	font-size: 18px;
	line-height: 1.6em;
	color: #333;
	margin-bottom: 5px;
}

h3 {
	font-size: 14px;
	text-align:left;
	color: #ff6600;
	padding-bottom: 5px;
}

h4 {
	font-size: 12px;
	text-align:left;
	color: #FD627A;
}

h5 {
	font-size: 16px;
	text-align:left;
}

.paragraph {
	color: #896A25;
	line-height: 1.5em;
}

.pb10 {
	padding-bottom:10px;
}

.m_price {
	color: #333;
	font-size: 16px;
	text-align:left;
}

.fs {
	font-size: 11px;
}

.green {
	color: #5C8121;
}

.yellow {
	color: #FFCC33;
}
