@charset "utf-8";
/* CSS Document */

/*全体*/

html{
    height:100%;
	}


body {
    -webkit-text-size-adjust: none;
	margin:0 auto;
	background:white;
	height:100%;
	font-size:12px;
	line-height:17px;
	color:#333333;
	overflow:scroll;
}



* html div#all{
    height:100%;
}



/*レイアウト*/


#all {
  height:100%;
  min-height:100%;
  width:850px;
  position:relative;
  margin:0 auto;
  margin-top:20px;
  background:white;
 /* background-repeat:repeat-y;*/
  overflow:hidden;
  zoom: 1;
}

body > #all {
        height: auto;
}


#wrapper {
	height:auto;
	width:955px;
	overflow:hidden;
	zoom: 1;
	margin:0 auto;
	background:white;
}

#main{
	width:600px;
	padding:20px 30px 30px 30px;
	float:left;
}




/*文字位置*/

#text1{
    width:400px;
	position:absolute;
	top:340px;
	left:55px;
	float:left;
}

#text2{
    width:400px;
	position:absolute;
	top:587px;
	left:70px;
	float:left;
}


#text3{
    width:400px;
	position:absolute;
	top:707px;
	left:70px;
	float:left;
}
