@charset "UTF-8";



/*
	UHCTアライアンス - 大学病院臨床試験アライアンス Seet # Revision: 1.01

	Author Date:
	2007.03.18 (rakuza.co.jp) New Document;

	Contents:
		Initialization
		Container
		Header
		Contents
		Footer
*/


/* Footer
----------------------------------------------- */

#Footer {
	clear: both;
	width: 990px;
	background-image: url(../img/copyrightBG.png);
	background-repeat: repeat-y;
	background-position: top left;
	background-color: #eff1f6;
	position: relative;
}

#copyright {
	padding: 10px 10px 0 8px;
	width: 150px;
	font-size: 10px;
	line-height: 12px;
	position: absolute;
	top: 0px;
	left: 0; 
}

#Footer .linkset {
	padding: 10px 0 10px 0;
	margin: 0 0 0 200px;
	width: 790px;
}

#Footer img {
	display: block;
}

