.footer_content
{
	position:absolute;
	bottom:60px;
}

.common_footer
{
	position:absolute;
	bottom:0;
}

.contents
{
	padding: 30px 0;
	width: 100%;
	
}

.contents > h1
{
	font-size: 1.5em;
	margin-top: 40px;
}

.sitemap
{
	clear: both;
	vertical-align:middle;
}


.sitemap ul
{
	float: left;
	list-style-position: inside;
	list-style: none;
	width: 300px;
}

.sitemap ul > li
{
	font-size: 1.2em;
	line-height:4em;
}

