/*-------------
base
-------------*/
body,div,h1,h2,h3,h4,h5,h6,
form,input,p {
margin:0;
padding:0;
}
img {
border:0;
vertical-align: top;
}
a {
text-decoration: none;
}
a:hover {
text-decoration: underline;
}
#wrapper{	
		width:100%;
		}

#header{
		width:100%;
		background-color:#ffb6c1;
		text-align:center;
		padding-top:10px; 
		}
		
h1,h3	{
		margin:10px 0px 10px 10px; 
		}
#container{	
		width:100%;
		float:left;
		margin-right:-240px;
		background-color:#FFFFFF;
		}

#content{
		margin:0 240px; 
		}

#main{
		float:right;
		width:100%;
		margin:0 0 0 -240px;
		background:#FFCC99 url(../img/screenshot.jpg) no-repeat 60% 40%;
		}

#sub{
		float:left;
		width:240px;
		background-color:#fffff0;
		}

#sidebar{
		float:right;
		width:240px;
		background-color:#fffff0;
		}		

#footer{
		width:100%;
		height:150px;
		margin:0;
		background-color:#99FFFF;
		}

.clearfix{
		clear:both;
		}
#toppage_main_image{
	position:relative;
	margin: 0px;
	height:210px;
	width: 100%;
	background-image:url(../img/mainimage_everybodys_ePub_01.jpg);
	background-repeat: no-repeat;
	background-position:center bottom;
}
#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;
}
