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

body a img{
	border:none;
}

.float-clear {
	clear: both;
}
.noborder {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.border-black {
	border: 2px solid #000;
}

.txt-body h1 {
	font-size: 30px;
	color: #996633;
	font-weight:normal;
}

.txt-body p{
	font-size:12px;
	line-height:20px;
	letter-spacing:1px;
}
.txt-head-30px {
	font-size: 30px;
	color: #FFF;
}
.txt-subhead {
	color: #996633;
	letter-spacing: 1px;
	font-size: 16px;
}
.prod-subhead a{
	color: #996633;
	letter-spacing: 1px;
	font-size: 14px;
	font-weight:bold;
	text-decoration:none;
}

.input-newsletter {
	height: 30px;
	width: 200px;
}
.input-search {
	height: 30px;
	width: 230px;
}
#footer a {
	color: #000;
	text-decoration: none;
}
#footer a:hover {
	color: #000;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #333;
	border-bottom-color: #333;
}
#menubar ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#menubar ul li {
	display: block;
	float: left;
	height: 40px;
	line-height: 40px;
	margin-right: 5px;
	margin-left: 5px;
	font-size: 16px;
	color: #FFF;
}
#menubar ul li a {
	color: #000;
	text-decoration: none;
	display: block;
	height: 40px;
}
#menubar ul li a:hover {
	background-image: url(../_img/bg/menu-hover_03.png);
}

#menubar ul li a.active {
	background-image: url(../_img/bg/menu-hover_03.png);
}
#contents-left-2 ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#contents-left-2 ul li {
	float: left;
	width: 180px;
	display: block;
	padding-top: 3px;
	padding-bottom: 3px;
	/*border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;*/
}
#contents-left-2 ul li a {
	text-decoration: none;
	color: #333;
	display: block;
	float: left;
	width: 150px;
	padding-top: 7px;
	padding-bottom: 7px;
}
#contents-left-2 ul li a:hover, #contents-left-2 ul li a.active {
	color: #630;
	background-image: url(../_img/arrow-right.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 22px;
}
.linesep {
	background-image: url(../_img/linesep.png);
	background-repeat: no-repeat;
	height: 10px;
	width: 740px;
	overflow: hidden;
	float: left;
}
