@charset "utf-8";
/* CSS Document */

#footer {
	height: 105px;
	width: 965px;
	background: url(../images/bg-footer.png) repeat-x left bottom;
	display: block;
	clear: both;
	margin: 15px auto 0px;
}
#footer .second-menu {
	height: 24px;
	width: 950px;
	background: #333333;
	clear: both;
	margin: 0px auto;
	padding: 6px 0px 0px;
}
.second-menu ul {
	list-style-type: none;
	padding: 0px;
	font-family: Arial, Tahoma, "Trebuchet MS";
	font-size: 9pt;
	display: block;
	text-align: center;
	margin: 0px;
}
.second-menu ul li { display: inline; }
.second-menu a {
	font-weight: bold;
	text-decoration: none;
	color: #DBDD9B;
}
/*** copyright ***/
#copyright {
	text-align: center;
	width: 965px;
	clear: both;
	height: 60px;
	font-size: 9pt;
	line-height: 25px;
	color: #FFFFFF;
	font-weight: bold;
	font-family: Arial, Tahoma, "Trebuchet MS";
	margin: 5px 0px 0px;
	padding: 10px 0px 0px;
}
#copyright ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#copyright li { display: inline; }
#copyright li a {
	color: #FFFFFF;
	text-decoration: none;
}
#copyright a:hover { text-decoration: underline; }.resa-img-wrap img {
	border: 1px solid #AAAAAA;
	padding: 1px;
}
