@charset "utf-8";
.corner_L {
	background-image: url(../image_s/corner_L.gif);
	background-repeat: no-repeat;
	clear:both;
	height: 25px;
	width: 15px;
	background-position: right;
}


.middle {
	background-image: url(../image_s/middle.gif);
	background-repeat: repeat;
	clear:both;
	height: 25px;
	width: 100%;
}



.corner_R {
	background-image: url(../image_s/corner_R.gif);
	background-repeat: no-repeat;
	clear:both;
	height: 25px;
	width: 15px;
	display:block;
	margin: 0 0 -1px 0;
	display: block;
  	line-height: 0.1;
	background-position: left;
}

.footer {
	font-family: verdana;
	font-size: 10px;
	color: #666666;
	margin-left:5px;	
	
}