/* 表の見出しセル */
th.cell
{
	background-color    : #4A7A2A;
	color               : white;
}

/* 表の見出しセル - APACHE - */
th.cell_apache
{
	width               : 130px;
}

/* 表の見出しセル - PostgreSQL - */
th.cell_postgresql
{
	width               : 200px;
}

/* ディストリビューション名 */
.distory_title
{
	font-size           : 16px;
	text-align          : left;
	font-weight         : bold;
}

table.Grid, table.Grid th, table.Grid td
{
	letter-spacing      : 0px;
	border-collapse     : collapse;
	border-style        : solid;
	border-width        : 1px;
	border-color        : #339933;
	empty-cells         : show;
	margin              : 0px;
	padding             : 0px;
	font-size           : 12px;
}
table.Grid th, table.Grid td
{
	padding             : 2px;
	border-spacing      : 2px;

}
table.Grid th {
    font-size           : 13px;
}


a
{
	color               : blue;
	text-decoration     : underline;
}

a:hover
{
	color               : #006600;
	background-color    : #ccffcc;
	text-decoration     : none;
}
