@charset "utf-8";

/*
	footer.css
	フッター CSS (pageTop含む)
	Copyright 2012 CREATIVE OFFICE COTOxCOTO All rights reserved.
	Code design : Minoru Sadaoka (Osaka Studio)
	http://www.cotoxcoto.jp/
*/

/* ******************************************************
	footer
****************************************************** */

/* footer */
#footerContentTop {
	clear: both;
	float :left;
	width: 100%;
	margin-top: 80px;
	padding: 30px 0px 20px 0px;
	background: url(../img/footerBg.png) repeat-x;
}

.footerContent {
	width: 990px;
	margin: 0px auto;
}

.footerColumn {
	float: left;
	width: 320px;
	line-height: 16px;
}

.footerColumn h2 {
	width: 308px;
	padding: 5px 5px;
	margin-bottom: 10px;
	border: 1px solid #fff;
	background-color: #068edd;
	color: #fff;
	font-weight: bold;
}

.footerColumn h3 {
	margin-bottom: 10px;
	color: #000;
	font-weight: bold;
}

.footerColumn p {
	margin-bottom: 10px;
	color: #000;
}

.footerColumn ul {
	width: 305px;
	margin-left: 10px;
	margin-bottom: 10px;
	color: #000;
	list-style-type: disc;
}

.footerColumn li {
	margin-left: 10px;
	margin-bottom: 5px;
	color: #000;
}

.footerColumn dl {
	margin-left: 10px;
	margin-bottom: 15px;
	color: #000;
	list-style-type: disc;
}

.footerColumn dt {
	font-weight: bold;
}

.footerColumn dt, .footerColumn dd {
	margin-bottom: 5px;
	color: #000;
}

.footerColumn table {
	margin-bottom: 15px;
	color: #000;
}

.footerColumn th {
	color: #fff;
	font-weight: bold;
	background: #677ED9;
	border: 1px solid #fff;
	padding: 2px;
}

.footerColumn td {
	padding: 5px;
}

/* footerContentBottom */
#footerContentBottom {
	clear: both;
	float :left;
	width: 100%;
	padding: 8px 0px 8px 0px;
	background : url(../img/headerBottomBg.png) repeat-x;
	color: #fff;
}


/* ******************************************************
	pageTop
****************************************************** */

/* pageTop */
#pageTop {
	position: fixed;
	bottom: 20px;
	right: 20px;
	font-size: 10px;
}
#pageTop a {
	background: #666;
	text-decoration: none;
	color: #fff;
	width: 120px;
	padding: 10px 0;
	text-align: center;
	display: block;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border: 4px solid #000;
}
#pageTop a:hover {
	text-decoration: none;
	background: #999;
}