@charset "euc-jp";
/* CSS Document */

div#centercolumn h3 {
	font-size: 108%;
	font-weight: bold;
	margin: 6px 0;
	padding-left: 5px;
	border-left: 10px solid #f60;
}

/* サーバWatchシステム マニュアル 
----------------------------------------------------- */
div.LeftSide {
	width: 260px;
	float: left;
}
div.LeftSide img {
	border: 1px solid #666;
}
div.RightSide {
	width: 350px;
	float: right;
}

p.kome {
	color: #f00;
}
p.graph {
	text-align: center;
}

/* テーブル
----------------------------------------------------- */
div#centercolumn table {
	margin: 10px 0;
	width: 494px;
	font-size: 93%;
	border-collapse: separate;
	border-spacing: 1px;
	border: 1px solid #6990B3;
}
div#centercolumn table th, div#centercolumn table td {
	padding: 3px;
	margin: 0;
	text-align: left;
}
div#centercolumn table th {
	width: 120px;
	font-weight: bold;
	vertical-align: top;
	background: url('../../images/table_th_bg.gif');
}
div#centercolumn table th span {
	font-weight: normal;
	margin-left: 3px;
	color: #f00;
}
div#centercolumn table td {
	background: #F1F5F8;
}
div#centercolumn table td span {
	font-weight: normal;
	margin-top: 3px;
	color: #f00;
}
div#centercolumn table td sup {
	color: #f00;
}
