@charset "EUC-JP";
/*----------------------------------------------------------------

	Structure CSS

----------------------------------------------------------------*/
#wrapper, body#comic #wrapper{
	width: 950px;
	margin: 10px auto;
}
body.top #wrapper,
body.genre #wrapper{
	width: 950px;
	margin: 0 auto;
}
#contents{
	width: 950px;
	position: relative;
}
#left{
	float: left;
	display: inline;
	width: 220px;
}
#footer{
	clear: both;
}
.width950{
	width:950px;
	margin:0 auto;
}
.width760{
	width:760px;
	margin:0 auto;
}
.width715{
	width:715px;
	margin:0 auto;
}
/* no left in special */
#special #contents,
#drama #mainContents,
#takarazuka #contents,
#pachinko_pachislot #contents,
#mahjong #contents,
#harlequin #contents,
#tv #contents,
.static #contents{
	float: none;
	display: block;
	width: 715px;
	margin:0 auto;
	position: relative;
}
#special #left,
#drama #left,
#takarazuka #left,
#pachinko_pachislot #left,
#mahjong #left,
#harlequin #left,
#tv #left,
.static #left{
	display: none;
}