a:link {
	color: #0066FF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #0066FF;
}
a:hover {
	text-decoration: underline;
	color: #0066FF;
}
a:active {
	text-decoration: none;
	color: #0066FF;
}

.txt_base {
	font-size: 12px;
	line-height: 16px;
	color: #666666;
}
.copyright {
	font-size: 12px;
	color: #666666;
	text-align: right;
	padding-top: 5px;
}
.title_txt {
	font-size: 14px;
	font-weight: bold;
	color: #006600;
}
.img_mr {
	margin-right: 15px;
}
.color_green {
	color: #006600;
}
.color_lgreen {
	color: #669933;
}
.color_red {
	color: #FF0000;
}
.color_dbrown {
	color: #990000;
}
.color_brown {
	color: #993300;
}
.color_lbrown {
	color: #CC6600;
}
.color_yellow {
	color: #FF9900;
}
.item_name {
	font-size: 12px;
	font-weight: bold;
	color: #993300;
	text-align: center;
	padding-top: 2px;
	padding-bottom: 2px;
	background-color: #FFFFCC;
	border: 1px solid #999999;
}
.item_price {
	font-size: 12px;
	font-weight: bold;
	color: #666666;
	text-align: center;
	padding-top: 2px;
	padding-bottom: 2px;
	background-color: #FFFFFF;
	border: 1px solid #999999;
}
.fmsize01 {
	width: 160px;
}
.fmsize02 {
	width: 300px;
}
.fmsize03 {
	width: 450px;
}
.txt14_bold_green {
	font-size: 14px;
	font-weight: bold;
	color: #669933;
	line-height: 18px;
}
.txt14_18_red_bold {
	font-size: 14px;
	line-height: 18px;
	font-weight: bold;
	color: #FF0000;
}
.txt14_18_bold {
	font-size: 14px;
	line-height: 18px;
	font-weight: bold;
}
.shotit {
	font-size: 12px;
	font-weight: bold;
	color: #663300;
	background-color: #FFFFCC;
	padding: 4px;
	border: 1px solid #663300;
}

