@charset "UTF-8";

/*
--------------------------------------------------------------
	[ File Name   ] footer.css
	[ Last UpDate ] 21 Sep 2013
	[ Version     ] 2.0 
--------------------------------------------------------------
--------------------------------------------------------------
*/

/*
--------------------------------------------------------------
div#contentsFooter
--------------------------------------------------------------
*/

div#contentsFooter
	{
		display: block;
		width:100%;
		height: 90px;
		clear: both;
		background: #FFF url(../images/footer/contentsFooterBg.jpg) no-repeat top center;
		padding: 9px 0 0 0px;
		margin-top: 24px;
	}

div#contentsFooterInner
	{
		display: block;
		width:960px;
		height: 90px;
		text-align: left;
		margin: 0 auto;
	}


	div#contentsFooter ul
		{
			display: block;
			width:216px;
			min-height: 72px;
			height: auto !important;
			height: 72px;
			margin: 0px 0px 0px 0px;
			float: left;
		}
		div#contentsFooter ul li
			{
				/*display: inline;*/
				width: auto;
				min-height: 18px;
				height: auto !important;
				height: 18px;
				/*float: left;*/
				/*text-align: left;*/
				margin: 0px 2px 0 2px;
				font-size: 90%;
				}
				div#contentsFooter ul li a
					{
						color:#6C574F;
					}
					div#contentsFooter ul li a:hover
						{
							color:#333;
						}

div#contentsFooter p.returntop
	{
		display: block;
		width:960px;
		min-height: 18px;
		height: auto !important;
		height: 18px;
		clear: both;
		position: relative;
	}
	div#contentsFooter p.returntop a
		{
			display: block;
			width:108px;
			min-height: 18px;
			height: auto !important;
			height: 18px;
			position: absolute;
			top:0;
			right: 9px;
			font-size: 90%;
		}

/*
--------------------------------------------------------------
	div#footer
--------------------------------------------------------------
*/

div#footer
	{
		display: block;
		height: 140px;
		width: 100%;
		clear: both;
		/*background: #D9D6CE;*/
		background: #FFF url(../images/footer/footerBg.jpg) no-repeat top center;
	}
	div#footerInner
		{
			display: block;
			width: 960px;
			height: 140px;
			margin:0 auto;
			text-align: left;
			position: relative;
		}
		div#footerInner ul
			{
				display: block;
				width: 370px;
				height:18px;
				text-align: left;
				position: absolute;
				top :9px;
				right: 18px;
			}
			div#footerInner ul li
				{
					display: block;
					width: 180px;;
					height:18px;
					float: left;
					margin-left: 0px;
				}
				div#footerInner ul li a
					{
						color:#816f63;
						text-decoration: none;
						letter-spacing: 0;
						font-size: 90%;
					}
					div#footerInner ul li a:hover
						{
							color:#333;
							text-decoration: none;
						}
	
div.credit a
	{
		display: block;
		width: 360px;
		height: 18px;
		position: absolute;
		top :9px;
		left: 18px;
	}
