@charset "UTF-8";

h1 {
	margin: 70px 0 -5px;
}

#topMenu {
	width: 960px;
}

#topMenu .topMenuBox {
	float: left;
	margin: 0 0 10px 30px;
	width: 265px;
	height: 290px;
	background-color: transparent;
	background: url(../images/menu_bg.png) top left no-repeat;
}
#topMenu .topMenuBox p {
	font-size: 12px;
	line-height: 20px;
}

#topMenu a,
#topMenu a:visited,
#topMenu a:hover {
	padding: 15px 0 0 15px;
	width: 250px;
	height: 275px;
	display: block;
	color: #666;
}
#topMenu a:hover {
	background: url(../images/menu_bg_on.png) top left no-repeat;
}
#topMenu a:active {
	background: url(../images/menu_bg.png) top left no-repeat;
}


#topMenu .topMenuBoxInfo {
	padding-right: 15px;
	text-align: center;
}

#topMenu .topMenuBox h2 {
	padding: 12px 0 0 0;
}
#topMenu .topMenuBox h3 {
	margin: 12px 0 7px;
	font-weight: bold;
	color: #000;
}


#copyright {
	padding-top: 10px;
}