@charset "utf-8";
html {
	height: 100%;
	width: 100%;
	background-image: url(img/bg.png);
	background-repeat: repeat;
	background-position: left top;
	text-align:center;
	}
body {
	font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	font-size: 12px;
	line-height: 150%;
	color: #444444;
	margin: 0px;
	padding: 0px;
	position:relative;
	height: 100%;
	width: 100%;
	min-width: 250px;
	min-height: 250px;
}
img {
	border:none;
}
#content1{
	width: 250px;
	height: 250px;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
}
#content1 p{
	padding-left: 15px;
}
.logo1 {
	width: 161px;
	height: 29px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
}
.logo2 {
	width: 170px;
	height: 55px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
}
#content2{
	width: 250px;
	height: 300px;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
}
#content2 p{
	padding-left: 15px;
}