/* Site Map
 --------------------------------------------- */
#SiteMap {
	width: 100%;
	background-color: white;
}
#SiteMap td {
	vertical-align: top;
}
#TDSiteMapLeft {
	width: 35%;
	border-right: dotted 1px #CCC;
	padding: 0 20px 40px 30px;
}
#TDSiteMapCenter {
	width: 30%;
	padding: 0 20px 40px 20px;
}
#TDSiteMapRight {
	width: 35%;
	border-left: dotted 1px #CCC;
	padding: 0 35px 80px 20px;
}
#SiteMap dl {
	margin: 0px;
	padding: 0px;
}
#SiteMap dt {
	margin: 30px auto 8px;
	padding: 0px;
}
#SiteMap h2 {
	font-size: 1.4em;
	color: #666;
}
#SiteMap dd {
	margin: 0px 10px 0px 0px;
	padding: 0px;
	display: inline;
	font-size: 1.2em;
	line-height: 140%;
	font-weight: normal;
}


/* Footer
 --------------------------------------------- */
#Footer {
	background-color: #333;
	position: relative;
	height: 106px;
	color: white;
}
#footer-logo {
	display: block;
	position: absolute;
	background-image: url(http://www.j-cast.com/assets_common/img/common/footer-logo.png);
	width: 76px;
	height: 29px;
	left: 24px;
	top: 19px;
}
#footer-p-mark {
	display: block;
	position: absolute;
	background-image: url(http://www.j-cast.com/assets_common/img/common/p-mark.png);
	width: 62px;
	height: 69px;
	right: 28px;
	top: -90px;
}
#footer-adarea-mark {
	display: block;
	position: absolute;
	background-image: url(http://www.j-cast.com/assets_common/img/common/adarea-mark.png);
	width: 85px;
	height: 70px;
	right: 105px;
	top: -88px;
}

#footer-adarea-mark span,
#footer-logo span,
#footer-p-mark span {
	display: none;
}
#footer-copyright {
	position: absolute;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	font-weight: bold;
	font-size: 11px;
	left: 34px;
	top: 55px;
	letter-spacing: 0px;
}
#footer-links {
	font-size: 1.2em;
	line-height: 120%;
	position: absolute;
	text-align: right;
	top: 28px;
	right: 30px;
}
#footer-links a {
	color: white;
	text-decoration: none;
	margin-left: 0.75em;
}
#footer-links a:hover {
	text-decoration: underline;
}



