@charset "utf-8";

/*=================================

	Header

================================ */
#header {
	position: relative;
	width: 960px;
	height: 73px;
	margin: 0 auto;
}
#header .logo {
	position: absolute;
	top: 19px;
	left: 0;
}

/*=================================

	Contents

================================ */
#contents {
	clear: both;
	width: 960px;
	margin: 0 auto;
	padding-bottom: 60px;
}
#main {
	clear: both;
	width: 720px;
	margin: 0 auto;
}

/*=================================

	Footer Container

================================ */
#footerContainer {
	clear: both;
	width: 960px;
	margin: 0 auto;
}
#footerContainer p {
	margin-top: 0;
}

/* #footer
-------------------------------- */
#footer {
	clear: both;
	position: relative;
	padding: 20px 0 15px;
	background: url(/CGI/common/images/footer_bg01.gif) repeat-x 0 0;
}
#footer .footerLink li {
	float: left;
	padding-left: 9px;
	margin-right: 18px;
	background: url(/CGI/common/images/com_ic01.gif) no-repeat 1px 50%;
}
#footer .copyright {
	position: absolute;
	top: 25px;
	right: 0;
	font-size: 0;
}

/*=================================

	clearfix

================================ */
#footer .footerLink:after {
	content: "";
	display: block;
	clear: both;
}

#footer .footerLink {
	min-height: 1%;  /* for Firefox�@*/
	zoom: 1;
}
