@charset "UTF-8";
/* CSS Document */

#site_place {
	width: 1200px;
	margin:0 auto;
	padding: 28px 0 18px;
	color: #3E3A39;
	font-size: 14px;
	text-align: left;
}
#site_place a:link, #site_place a:active, #site_place a:visited{ 
	display: inline-block;
	color: #b48732;
	font-size: 14px;
}
#site_place .arrow {
	display: inline-block;
	width: 5px;
	height: 9px;
	margin: 0 7.5px;
	background: url(../images/arrow_icon.png) center center no-repeat;
	background-size: 5px auto;
	background: url(../images/arrow_icon_ie.png) center center no-repeat \0;
}
#site_place a.home {
	width: 14px;
	height: 19px;
	background: url(../images/home_icon@2x.png) left center no-repeat;
	background-size: 14px auto;
	background: url(../images/home_icon.png) left center no-repeat \0;
	text-indent: -9999px;
}
#site_place a.home:hover {
	background: url(../images/home_icon_hover@2x.png) left center no-repeat;
	background-size: 14px auto;
	background: url(../images/home_icon_hover.png) left center no-repeat \0;
}