@charset "utf-8";
/* CSS Document */
.left-menucon{
    
    width:100%;
}
.second-menu-title{
font-size: 14px;
font-weight: bold;
    color: rgb(171, 72, 0);
    text-decoration: none;
	line-height:35px;
background:url(images/lefttitle.png) no-repeat;
height:42px;
text-align: center;
}
.second-content-ct{
    border-bottom: #d7c190 solid 1px;
    border-left: #d7c190 solid 1px;
    border-right: #d7c190 solid 1px;
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 10px;
background:#fff8ee;
}

