/* すべて */
* {
	margin: 0;
	padding: 0;
}

html {
	width: 100%;
	height: 100%;
}

body {
	width: 100%;
	height: 100%;
	color: #888;
	background-color: #fff;
}

/* logo ============= */
#logo {
	position: absolute;
	top:50%;
	left:50%;
	margin-left:-75px;
	margin-top:-100px;
	width:150px;
	height:200px;
	font-size: 85%;
	font-weight: normal;
	text-align: center;
}

/* HTMLタグ設定====================================== */

/* floatクリア */
.clear {
	clear:both;
}





