body{
	background-color:#89b7ca;
	background-image:url(images/back.gif);
	color:#111f62;
	font-family: "メイリオ","Meiryo","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック", "osaka" , Arial, sans-serif;
	font-size: 12px;
	line-height: 18px; 
	padding:0;
	margin: 0;
}

h1,h2,h3,h4,h5,h6,p{
	margin:0;
	padding:0;
}

a:link{
	color: #b70e81;
	text-decoration: none;
}

a:visited{
	color: #b70e81;
	text-decoration: none;
}

a:hover{
	color: #f47d9f;
	text-decoration: underline;
}

.clear {
	clear: both;
 }


.float{
	margin: 0 10px 10px 0;
	padding: 0;
	float: left;
	}


p {
       margin-bottom:10px;
}

hr {
       margin-bottom:10px;       
       border: 1px dotted #666;
}

#container{
	width: 800px;
	background-image:url();
	background-color: #e7eaf8;
	margin-left:auto;
	margin-right:auto;
}



/*----------------------MAIN--------------------*/
#story{
	width:800px;
	height:1000px;
	background:url("images/story.jpg") no-repeat;
        background-color:#E7EAF9;
	display:block;
}

#story #text{
	padding:50px 30px 0 30px;
}

.infobox{
	padding:10px 30px 30px 30px;
}

/*----------------------FOOTER--------------------*/
#footer{
	background-color:#ffffff;
	color:#1b5f7b;
	text-align:center;
	font-size:10px;
	padding:15px 0;
	margin:0px;
}
