/*各アーティスト紹介用ページの全体レイアウト用CSS */

body {

	margin: 0;
   margin-top: 8px;
	padding: 0px;
	background: url(images/background.jpg) no-repeat 50% 0;
	font-family: "メイリオ",Meiryo,"ＭＳ　Ｐゴシック",Osaka,
				"Lucida Grande", Verdana, sans-serif;
}

#contents {
	width:810px;
	margin:auto;
	margin-top: 10px;
	}

	
#profile {
	width: 200px;
	position: absolute;
	margin-top: 0px;
	margin-left: 20px;

}

*:first-child+html #profile {margin-top: 10px;}

#information {

	width: 550px;
	margin-top: 0px;
/*	padding-top: 0px;*/
/*	margin-bottom: 10px;*/
	position: absolute;
	margin-left: 234px;
} 

*:first-child+html #information {margin-top: 10px;}

#footer{
    position:fixed;
	padding-top: 3px;
	background: url(images/footer.png) no-repeat 50% 0;
    bottom:0px;
    height:37px;
    width:100%;
}

* html #footer{
    position:absolute;
}

*:first-child+html #footer {padding-top:10px;height:30px;}

