body {	margin:0;	padding:0;	background-color:#fff;}/*====== 水平軸 ====== */#horizon { 	background-color: transparent;	text-align: center; /* center on ie */	position: absolute;	top: 50%;	left: 0px;	width: 100%;	height: 1px;	overflow: visible;	visibility: visible;	display: block;	}	/*====== 下半分 ====== */#holder { 	margin:0 auto 0 auto;	padding:0;	height:320px; /*縦幅の半分*/	width:960px; /*横幅*/	position:relative;}/*====== 上半分 ====== */#vertcontainer {	z-index:1;	margin-left: -480px;	position: absolute;	top: -335px;	left: 50%;	width:960px;	height:322px;}/*====== 上下左右センタリングされる表示スペース ====== */#container {	margin:0px auto 0 auto;	padding:0;	width:960px;	height:643px;	text-align:left;	background-color: #333;	background-image: url(images/mpx.jpg);}/*======ここからコンテンツ====== */h1 a p{	margin:0;	padding:0;}h1#title a{	text-decoration:none;	text-indent:-9999px;	position:absolute;	height: 45px;	width: 243px;	margin: 30px 0 0 30px;	clear: right;}div#bloglink a{	text-decoration:none;	text-indent:-9999px;	position:absolute;	margin: 355px 0 0 570px;	height: 20px;	width: 100px;	}div#footer p{	text-decoration:none;	position:absolute;	margin: 610px 0 0 10px;	font-size: 10px;	display: none;}