
/*********************************************** 全スタイル共通 */
* {
	margin:			0px;	padding:		0px;
}

body {

	font-size:		100%;
	background:		black;
	width:			100%;
	height:			100%;
}

#logo_yoko {
	background:		url(../images/sozai/logo_yoko.gif) no-repeat;
	position:		absolute;
	left:			25px;
	top:			 0px;
	height:			25px;
	width:			775px;
}

#logo_tate {
	background:		url(../images/sozai/logo_tate.gif) no-repeat;
	position:		absolute;
	left:			 0px;
	top:			25px;
	height:			575px;
	width:			 25px;
}

#counter {
	position:		absolute;
	right:			 85px;
	top:			 0px;
	height:			25px;
	width:			 50px;
}

#wrapper {
	position:		absolute;
	left:			25px;
	top:			25px;	
	width:			750px;
	height:			550px;
	overflow: 		hidden;
}

#copyright{
	position:		absolute;
	left:			25px;
	top:			575px;
	font-family:	"Times New Roman";
	text-align:		right;
	width:			750px;
	height:			 25px;
	color:			white;
}

