/* CSS Document */
@import url(base.css);

#menuab{
	width: 200px;
	background-image: url(../img/menu_img_01.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}
#menupr{
	width: 200px;
	background-image: url(../img/menu_img_02.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}
#menuab .memuhot,
#menupr .memuhot {
	font-weight: bold;
	color: #037503;
	background-image: url(../img/menu_bg_hot.gif);
	background-repeat: no-repeat;
	text-indent: 10px;
	height: 25px;
	padding-top:5px;
}
#menuab .menu,
#menupr .menu {
	background-image: url(../img/menu_bg.gif);
	background-repeat: no-repeat;
	text-indent: 10px;
	height: 25px;
	padding-top:5px;
}
#menuab .menu a,
#menupr .menu a{ color: #333;}
#menuab .menu a:hover,
#menuab .menu a:focus,
#menupr .menu a:hover,
#menupr .menu a:focus{ color:#666; text-decoration:underline;}
#menuab .menu a:active,
#menupr .menu a:active{ color:#666; }

.pro_tabtdtit {
	padding:3px 3px 3px 5px;
	font-weight: bold;
}
.pro_tabtd { padding:3px 3px 3px 5px;}

.con_tit {
	font-size: 12px;
	font-weight: bold;
	color: #037503;
	line-height: 22px;
}
.line {
	background-image: url(../img/line.gif);
	background-repeat: repeat-x;
	height: 15px;
}
.linenone {
	line-height: 8px;
	height: 8px;
}
