@charset "UTF-8";



#content{
	margin:205px auto 0;
		width: 930px;
		height: 100%;
}

#content_inner{
float: left;
margin-bottom: 100px;
}


html{
    height:100%;
	background-image:url(../../images/bg.jpg); /* 全体の背景画像 */
  background-repeat: no-repeat;            /* 背景を繰り返さない */
  background-position: 50% 50%;            /* 背景画像の位置は画面中央 */
  background-attachment:fixed;             /* 背景画像を固定する */
}
body{
    height:100%;
}


