@charset "Shift_JIS";
/*---------------------------------------------------------- */
/* flash用確認css*/
/*---------------------------------------------------------- */


body {
	font-family:"ヒラギノ角ゴ Pro W3", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
	margin:0;
	padding:0;
	font-size:12px;
	line-height:2;
}
body.a1 {
	background-color:#FFFFFF;
	background-image:url(../img/index_2b_bg.gif);
	background-repeat:repeat-x;
}
body.a2 {
	background-color:#FFFFFF;
	background-image:url(../img/profile_2b_bg.gif);
	background-repeat:repeat-x;
}



#bgIndex {
	margin-top:100px;
	margin-left:auto;
	margin-right:auto;
	position:relative;
	width: 826px;
	height: 1009px;
	}
	
#bgTop {
	margin-left:auto;
	margin-right:auto;
	position:relative;
	width: 826px;
	height: 1009px;
	}
#bgLayer2 {
	margin-left:auto;
	margin-right:auto;
	position:relative;
	width: 826px;
	height: 959px;
	}



#listArea {
	text-align:left;
	width: 826px;
	height: 1009px;
	}





/* CSSハック
------------------------------------------------------------ */
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix { display: inline-block; }

/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */


