@charset "UTF-8";
/* CSS Document */

/*-----------------------------------------------------------基本設定:Web連載*/
/*---------------------------------------------------------------------------*/

body{
	background-image:url(_image/bg.gif)
	}

#maincontent {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 50;
  width: 100%;
}

/*Web連載*/
.wsg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 50;
  width: 100%;
}

.wrap {
	width:900px;
	text-align:center;
	margin:0 auto;

}
.col1 {
	margin:0 0 50px 0;
	zoom:1;
}
/*回り込みクリア*/
.col1:after {
	content:".";
	display: block;
	height:0px;
	clear:both;
	visibility:hidden;
	overflow:hidden;
}
/*DW*/
.col1 + * {
	clear: both;
}
