/* template_css.css */
a:link,
a:visited,
a:active {
	color: #f30;
}
a:hover {
	color: #f30;
	color: #618500;
}
ul.menu li a:hover,
ul.menu li a:active,
ul.menu li a:focus {
	color: #659901;
}
ul.menu li.active a {
	color: #659901;
}
/* typography.css*/
.article-info-surround2 {background: url(../images/style1/article-icon.png) 0 2px no-repeat;}
pre,.code {
	background-color:#f7f7f7;
	border-left:5px solid #618500;
	color: #272727;
}
.highlight-1 {
	background:#ffffda;
}
span.clear {
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
	color: #999;
}
span.color {
	color: #618500;
}
.readon-wrap1 input.button {color:#fff;}
.readon1-r {color:#fff}
/* suckerfish.css */
#horiz-menu li.active {
	background: transparent url('../images/style1/menu_act_right.png') no-repeat 100% 50%!important;
}
#horiz-menu li.active a {
	background: transparent url('../images/style1/menu_act_left.png') no-repeat 0 50%!important;
}

