body{
	background-color: #FFFFFF;
}

/*	表示領域の固定とセンター寄せ。*/
#wrapper {
	width: 1000px; 
	margin-left: auto;
	margin-right: auto;
}

#contents{
	padding-top: 50px;
}

/*	左側に表示する監視項目	*/
#contents_left{
	float: left;
	width: 500px;
}

/*	右側に表示する監視項目	*/
#contents_right{
	float: right;
	width: 500px;
}


#dbg{
	font-size: 8pt;
	color: gray;
	position: fixed;
	bottom: 10px;
}

#title{
	font-size: 48pt;
	font-weight: 800;
	text-align: center;
}

/* 表示項目（divブロック要素)の定義 */
div.signal{
	font-size: 22pt;
	letter-spacing: 3px;
	padding-left: 50px;
	height: 60px;
	width: 450px;
	background-image: url('images/Help32.png');
	background-repeat: no-repeat;
}


/*	画像をプリロードしておく */
#icon_preload{
	background-image: url('images/Off32.png');
	background-image: url('images/Ok32.png');
	background-image: url('images/Info32.png');
	background-image: url('images/Warn32.png');
	background-image: url('images/Error32.png');
	background-image: url('images/Tick32.png');
	background-image: url('images/Help32.png');
}
