/*-------------
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:#FF9999;
		}

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

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

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

#main{
		float:right;
		width:500px;
		height:100%;
		}

#sub{
		float:left;
		width:240px;
		height:100%;
		background-color:#FFCC99;
		}

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

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

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