/*　ServersMan　エラーページ用css　*/

body{
	margin:0;
	padding:0;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}

div#conteiner{
	width:590px;
	margin-top:100px;
	margin-left:auto;
	margin-right:auto;
}

div#conteiner .main{
	background-image:url(images/bg.gif);
}

div#conteiner .header{
	background-image:url(images/header.gif);
	width:590px;
	height:129px;
}

div#conteiner .massage{
	margin:20px 0 20px 0;
	text-align:center;
}

div#conteiner .massage p{
	font-size:1em;
	line-height:1.5em;
}

div#conteiner .footer{
	background-image:url(images/footer.gif);
	width:590px;
	height:20px;
	margin:129px 0 0 0;
}

div#conteiner .copyright{
	width:570px;
	margin:5px 0 0 0;
	text-align:right;
	font-size:x-small;
}
