@charset "Shift_JIS";

/* access cgi - replist.cgi 用 script.css */

/* 以下 基本 */

html { color: #000000; background-color: #eeeeee; }
body {
	color: #000000;
	background-color: #eeeeee;
	font-family: "MS UI Gothic", sans-serif;
	font-size: 10pt;
	text-align: center;
	margin: 0;
	margin-left: auto;
	margin-right: auto;
	padding: 10px;
}

form { margin: 0; }

strong { font-size: 16pt; }
em     { font-size: 12pt; font-style: normal; font-weight: bold; }

/* 以下 a 用 */

a:link    { color: #0000ff; text-decoration: none; }
a:visited { color: #800080; text-decoration: none; }
a:active  { color: #ff0000; text-decoration: none; }
a:hover   { color: #ff0000; text-decoration: underline; }

/* 以下 div 用 */

div#main {
	color: #000000;
	background-color: #ffffff;
	text-align: center;
	margin: 30%;
	margin-top: 20%;
	padding: 10px;
}

/* 以下 table 用 */

table {
	color: #000000;
	background-color: #ffffff;
	font-size: 10pt;
	margin-left: auto;
	margin-right: auto;
}
th { text-align: center; }
td { text-align: center; }

table#menu    { margin-top: 3%; }
table#menu th { padding: 5px; }
table#menu td { padding: 5px; }

table#check    { margin-top: 3%; }
table#check th { padding: 10px; }
table#check td { padding: 10px; }

table#version    { margin-top: 3%; }
table#version th { padding: 10px; }
table#version td { padding: 10px; }

th.item { text-align: right; }
td.set  { text-align: left; }

