@charset "utf-8";

address {
	margin: 0;
	padding-bottom: 20px;
	font-family: Verdana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Tahoma, Myriad, "ＭＳ Ｐゴシック", sans-serif;
	text-align: left;
	line-height: 1.7;
	font-size: 93%;
}

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

html, body, #wrap { height: 100%; }

body > #wrap { height: auto; min-height: 100%; }

#footer {
	clear: both;
	position: relative;
	height: 113px;
	background: #1b1b1b url(./bg-footer.jpg) left bottom repeat-x;
	color: white;
	font-size: 11px;
	text-align: center;
	font-family: Verdana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Tahoma, Myriad, "ＭＳ Ｐゴシック", sans-serif;	
}

#main {
	padding-bottom: 113px; /* must be same height as the footer */
}

#footer p {
	margin-bottom: 6px;
	padding: 0;
	padding-top: 12px;
	font-size: 11px;
	text-align: center;
}

#footer a {
	margin: auto 12px;
	color: #fcf8e2 !important;
	text-decoration: none;
	background-color: transparent;
}
#footer a:hover { text-decoration: underline !important; background-color: transparent; }

address {
	color: #a5a5a5;
	font-size: 9px;
	font-style: normal;
	text-align: center;
	line-height: 102%;
}

#footer p.global {
	margin-top: 6px;
	padding-top: 0;
}

#footer p.global a {
	color: #1a77b8 !important;
	background-color: transparent;
}

#footer p.global a:hover {
	color: #f7449d !important;
	text-decoration: none !important;
	background-color: transparent;
}

/* Clearfix
--------------------------------------------- */
/* WinIE7 */
*:first-child+html .clearfix{
	height:1%;
}

.clearfix:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}

.clearfix {
	_height: 1px;
	min-height: 1px;
	/*￥*//*/
	height: auto;
	overflow: hidden;
	/**/
}


