/*-------------
base
-------------*/
body,div,h1,h2,h3,h4,h5,h6,
form,input,p {
margin:0;
padding:0;
}
img {
border:0;
vertical-align: top;
}
#wrapper{	
		width:980px;
		height:100%;
		margin: 0px auto;
		background-color:#F1F1F1;
		}

#header{
		width:100%;
		height:100%;
		margin:0;
		background-color:#ffb6c1;
		}

#container{	
		width:980px;
		height:100%;
		margin: 0px auto;
		background-color:#FFFFFF;
		}

#content{
		float:left;
		width:740px;
		height:100%;
		position:relative;
		}

#main{
		margin:0 0 0 240px;
		background:#FFCC99 url(../img/screenshot.jpg) no-repeat 100% 50%;
		}

#sub{
		position:absolute;
		width:240px;
		top:0;left:0;
		background-color:#fffff0;
		}

#sidebar{
		float:right;
		width:240px;
		height:100%;
		background-color:#fffff0;
		}		

#footer{
		width:100%;
		height:150px;
		margin:0;
		background-color:#99FFFF;
		}

.clearfix{
		clear:both;
		}
#toppage_main_image{
	position:relative;
	margin: 0px;
	height:200px;
	width: 100%;
	background-image:url(../img/mainimage_everybodys_ePub_01.jpg);
}
#footer_bg {
	clear: both;
	margin:0px;
	padding:0px;
	height: 150px;
	width: 100%;
	background-image:url(../img/minatomirai_back.png);
	background-repeat: no-repeat;
	background-position:bottom;
}
