/*----------header----------*/
.header{
    width:100%;
	background:url(../images/top.jpg) -207px  0px  no-repeat;
	height: 66px;
}

.header .content{
 width:100%;
	height: 66px;
 
}

a.menu{
	width: 34px;
	height: 36px;
	background: url(../images/top1.jpg) no-repeat top left;

}

 
/*----------header----------*/
/**/

/*----------mainer----------*/
/**/

/*----------footer----------*/
/**/

/*----------common----------*/
/**/
div.lightbox{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-color: rgba(0,0,0,0.6);
	display: none;
}

div.menulist{
	position: absolute;
	top: 77px;
	left:0;
	width:100%;
	display: none;
}
div.menulist .list{
	background-color: #eeeeee;
	top: 75px;
	margin:0 10px;
}
div.menulist .list .item{
	padding: 5px 10px;
	display: block;
	height: 30px;
	border-bottom: 1px solid #dbdbdb;
	border-top: 2px solid transparent;
}
div.menulist .list .item:hover{
	background-color: #e0e0e0;
	border-top-color: #aaaaaa;
}
div.menulist .list .item.head:hover{
	border-top-color: transparent;
}
div.menulist .list .item p{
	color:#333333;
	font-size: 18px;
	line-height: 30px;
	padding-left: 10px;
	background: url(../images/narrow.png) no-repeat 95% 50%;
}
div.menulist .list .item:hover p{
	color: #870000;
	background-image: url(../images/narrow_on.png);
}
div.menulist .list .more{
	text-align: center;
}
div.menulist .list .more a{
	color:#333333;
	font-size: 18px;
	line-height: 35px;
	width: 49%;
	display: inline-block;
	border-top: 2px solid transparent;
}
div.menulist .list .more a:hover{
	background-color: #e0e0e0;
	border-top-color: #aaaaaa;
}
div.menulist .list .more a.split{
	border-right: 1px solid #aaaaaa;
}

div.dbsearch{
	position: absolute;
	top: 77px;
	left:0;
	width:100%;
	display:none;
}
.s_list{
	background-color: #eeeeee;
	top: 75px;
	margin:0 10px;
	padding:10px 0;
	padding-left:10px;
	margin-bottom:10px;
}
 
.type_note{padding-bottom:15px; min-height:50px; line-height:1.8;}
.type_note img{ max-width:100%;}
 