@charset "UTF-8";
/* CSS Document */

/* ----------------------------------------------------------------------------------------------------

	S T Y L E S

---------------------------------------------------------------------------------------------------- */

html{
overflow:auto;
}

body { line-height:0; }

/* // -------------------------------------------------------------------------------------------------
// //	[ FOOTER FORMAT ]
---------------------------------------------------------------------------------------------------- */
#footer-area{
	height: 37px;
	background:#FFF;
	margin:0;
}
div.home_footer p.home{
	height:37px;
}

#common-footer{
	height: 37px;
	padding-bottom: 0;
	background: transparent url(http://www.wacoal.jp/top/ftr_img/copy.gif) no-repeat scroll 0 0;
}

/* IE8用ハック */
head~/* */body #common-footer {
	font-size:9px;
}
html:not(:target) #common-footer {
	font-size:10px;
}

div.brand_footer p.home {
	position: absolute;
	z-index: 2;
	top: 0;
	left: 0;
	float: none;
	height: 37px;
	overflow: hidden;
	background: transparent url(http://www.wacoal.jp/top/ftr_img/ft_bhome.gif) no-repeat scroll 0 0;
}

div.brand_footer p.home a{
	margin-top: 2px;
	padding-top: 0;
}

div.brand_footer ul.footer-list {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
}

div.brand_footer p.copyright {
 height: 0; overflow: hidden;
}




/* // -------------------------------------------------------------------------------------------------
// //	代替html
---------------------------------------------------------------------------------------------------- */




/* // -------------------------------------------------------------------------------------------------
// //	ff3.6のバグ対応（スクロールバーが出る）
---------------------------------------------------------------------------------------------------- */
#flashcontent{
outline:none;
}