/*　基本構造　*/

body {
	background: url(../shared/henry_bg.jpg) repeat center top fixed; /*背景変更時に修正*/
	background-color: #BEE6F6;
	margin: 0;
	padding: 0;
	color: #000000;
	font-size: 12px;
	line-height: 1.7;
	text-align: center;
}

div#wrapper{
	 width: 508px;
	 text-align: center;
	 margin: 0 auto;
	 padding: 0;
	 }
	 
/*　ヘッダー　*/

div#head{
	width: 508px;
	height: 50px;
	background:url(../shared/bg_henry_profile-top.png) no-repeat left top; /*背景変更時に修正*/
	margin: 0;
	padding: 0;
	text-align: left;
	}
	
div#middle{
	width: 508px;
	background:url(../shared/bg_henry_profile-middle.png) repeat-y left top; /*背景変更時に修正*/
	margin: 0;
	padding: 0;
	text-align: left;
	}
	
div#bottom{
	width: 508px;
	height: 60px;
	background:url(../shared/bg_henry_profile-bottom.png) no-repeat left bottom; /*背景変更時に修正*/
	margin: 0;
	padding: 0;
	text-align: center;
	}

	
h1{
	margin: 0;
	padding: 30px 0 0 30px;
	}
	
h2{
	margin: 0;
	padding: 30px 0 15px 0;
	}