﻿@charset "utf-8";
/* CSS Document */
#between {
	width:1000px;
	margin:auto;
}
#between_header {
	height:20px;
	background-image:url(/pub/site_img/between/top.png);
	background-repeat:no-repeat;
	background-position:top left;
}
	#between_header h3 { padding:10px 15px; }
#between_left {
	background-image:url(/pub/site_img/between/left.png);
	background-repeat:repeat-y;
	background-position:top left;
	width:4px;
}
#between_center {
	background-color:#FFFFFF;
	text-align:center; padding:0;
}
#between_right {
	background-image:url(/pub/site_img/between/right.png);
	background-repeat:repeat-y;
	background-position:top left;
	width:4px;
}
#between_footer {
	background-image:url(/pub/site_img/between/footer.png);
	background-repeat:no-repeat;
	background-position:top left;
	height:10px;
}

#between ul {
	height:95px;
	padding:0 5px;
	text-align:left;
	overflow: hidden;
	/*margin:0px;*/
}
#between li {
	display:block;
	float:left;
	margin:0 7px;
	width:75px;
	text-align:center;
}
	#between li span { color: #333333; padding-top: 2px; display:block; }
#between a {
	background:none no-repeat scroll center center #CCCCCC;
	display:block;
	height:75px;
	text-decoration:none;
	width:75px;
	text-decoration:none;
}
#between a:hover {
	text-decoration:none;
}