@charset "UTF-8";
#top_img {
	min-width: 1000px;
	overflow: hidden;
	background-image: url(images/bg01.gif);
	background-repeat: repeat;
	background-position: center top;
	padding-top: 14px;
	padding-bottom: 14px;
	-webkit-box-shadow: #999 0px 0px 3px;
	-moz-box-shadow: #999 0px 0px 3px;
	box-shadow: #999 0px 0px 3px;
	behavior: url(PIE.htc);
}
#top_img p {
	text-align: center;
	background-color: #256CC3;
	-webkit-box-shadow: #999 0px 0px 3px;
	-moz-box-shadow: #999 0px 0px 3px;
	box-shadow: #999 0px 0px 3px;
	behavior: url(PIE.htc);
}
#main .banner {
	width: 570px;
	float: left;
}
#main .banner h2 {
	width: 275px;
	float: left;
	margin-right: 10px;
	-webkit-box-shadow: #999 0px 0px 3px;
	-moz-box-shadow: #999 0px 0px 3px;
	box-shadow: #999 0px 0px 3px;
	behavior: url(PIE.htc);
}
#main .banner h2:hover {
	position: relative;
	top: 1px;
	left: 1px;
}
#main .banner2 {
	width: 430px;
	float: right;
}
#main .banner2 p {
	font-family: 'Oswald', sans-serif;
	height: 65px;
	margin-bottom: 5px;
	font-size: 130%;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: #666 0px px 3px;
	-moz-box-shadow: #666 0px 1px 3px;
	box-shadow: #666 0px 1px 3px;
	background: #666666;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#666666), to(#cccccc));
	background: -webkit-linear-gradient(#666666, #cccccc);
	background: -moz-linear-gradient(#666666, #cccccc);
	background: -ms-linear-gradient(#666666, #cccccc);
	background: -o-linear-gradient(#666666, #cccccc);
	background: linear-gradient(#666666, #cccccc);
	-pie-background: linear-gradient(#666666, #cccccc);
	behavior: url(PIE.htc);
}
#main .banner2 p a {
	background-image: url(images/arrow.png);
	display: block;
	line-height: 65px;
	color: #ffffff;
	padding-left: 40px;
	background-repeat: no-repeat;
	background-position: 10px center;
}
#main .banner2 p:hover {
	background: #F7B525;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#F7B525), to(#F29600));
	background: -webkit-linear-gradient(#F7B525, #F29600);
	background: -moz-linear-gradient(#F7B525, #F29600);
	background: -ms-linear-gradient(#F7B525, #F29600);
	background: -o-linear-gradient(#F7B525, #F29600);
	background: linear-gradient(#F7B525, #F29600);
	-pie-background: linear-gradient(#F7B525, #F29600);
}
