/* 基本構造 */
*{
	font-size:medium;
}
*{
	_font-size:12px;
}

body{
	color:#666;
}
html>/**/body #wrapper{
	height:1060px;
}

#topleft{
	_width:400px;
}


/* IE7をのぞくモダンブラウザ */
html>/**/body #clear{
	height:14em;
}

/* IE6以下のみ */
* #clear{
	height:150px;
}

/* IE7のみ */
*:first-child+html #clear{
	height:16em;
}

/* ネクストグループ */
#store, #studio{
	border-right:1px solid #333;
}
dt, a{
	color:#000;
}
dt img{
	visibility:hidden;
}

/* ヘッダー */
#enter{
	display:none;
}

/* リンク */


/* 印刷用非表示 */
#url{
	display:block;
	width:100%;
	height:50px;
	text-align:center;
	border-top:1px solid #ccc;
	color:#999;
	font-size:large;
	padding:0.2em;
	position:absolute;
	bottom:0;
}