@charset "utf-8";
/* CSS Document */

/*----------------------------------------------------------*/
/* ページ全体の設定*/
/*----------------------------------------------------------*/
body {
	/*height:100%;*/
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	text-align: center;
	font-size:80%;
	line-height:150%;
	background-color:#22AEE6;
	background-image:url(../images/back.jpg);
	background-repeat: repeat-y;
	background-position: center;
	}
	
html{ 
    height:100%; 
} 

/* ↓IE6以下に適用（背景のずれ防止） */
* html body {
padding-left: 1px;
}

/* ↓IE7に適用（背景のずれ防止） */
*+html body {
padding-left: 1px;
}