@charset "utf-8";

/* ----------------------------------------------

	CSS information
	file name  :  style.css
	infomation :  レイアウト
	
 ---------------------------------------------- */




body{
	background:url(../images/bg_body.gif) center top;
	}
	
	
#wrapper{
	width:1010px;
	margin:0 auto;
	background:url(../images/story_bg.gif) no-repeat left 113px;
	overflow:hidden;
	}

	
#container{
	width:960px;
	margin:0 auto;
	overflow:hidden;
	}

* html #wrapper,
* html #container{
	height:1%;
	}

.contents,
.sub_contents{
	width:960px;
	clear:both;
	overflow:hidden;
	}

* html .contents,
* html .sub_contents{
	height:1%;
	}

.main{
	width:570px;
	float:left;
	}


h1{
	width:225px;
	float:right;
	}



.navigation{
	width:508px;
	float:left;
	text-align:right;
	}



.fLeft{float:left;}
.fRight{float:right;}