@charset "utf-8";
@import url("../base.css");
@import url("../common.css");

#contents {
	margin: 0 30px;
	padding: 0;
	text-align: center;
}

h2 {
	clear: both;
	margin: 1em;
	font-size: 120%;
}

/********************************************************/
table {
	border: 1px solid #999;
	border-collapse: collapse;
}

th, td {
	border: 1px solid #999;
	text-align: center;
	white-space: nowrap;
}

th {
	background-color: #ddd;
	font-weight: bold;
}
/********************************************************/
#toggle {
	display: none;
	text-align: right;
	margin-bottom: 0.5em;
}

#toggle ul {
	list-style: none;
}

#toggle li {
	display: inline;
	margin: 0 0.5em;
	padding-left: 14px;
	cursor: pointer;
	background-image: url("images/disp.png");
	background-repeat: no-repeat;
	white-space: nowrap;
	font-size: 12px;
	text-decoration: underline;
}

#toggle li:hover {
	color: #c00;
}

#toggle .on {
	color: #000;
	background-position: left 2px;
}

#toggle .off {
	color: #ccc;
	background-position: left -17px;
}

table#disctable {
	clear: both;
	margin: 0 auto;
}

table#disctable th, table#disctable td {
	font-size: 80%;
	padding: 0.4em 0.3em;
}

table#disctable tr#update td {
	color: #00f;
}

td.nm, td.me {
	text-align: left;
}

td.ex {
	text-align: left;
	white-space: normal;
}

/********************************************************/
p.notice {
	margin: 1em auto;
	padding: 0.5em 1em;
	border: 5px solid #c00;
	font-size: 150%;
	font-weight: bold;
	color: #c00;
	text-align: center;
}

dl#word_define {
	margin: 0 3em;
	text-align: left;
	line-height: 1.6em;
}

dl#word_define dt {
	float: left;
	width: 8em;
	font-weight: bold;
}

dl#word_define dd {
	margin-left: 8em;
}

/* ---------------------------------------------------------------
    register
--------------------------------------------------------------- */
form#register {
	margin-top: 1em;
	width: 40em;
}

#register dt { width: 10em; }
#register dd { margin-left: 10em; }

#register input.text, #register input.method { width: 25em; }
#register input.int { width: 10em; }
#register textarea { width: 25em; height: 4em; }
#register input.method:focus { background: #ffd; }
#register select.text { width: 10em; }
#register select.int  { width: 5em; }

span#method_help {
	font-size: 80%;
}

/* =========================================
    menu
 ======================================== */
#menu {
	list-style: none;
}

#menu li {
	display: inline;
}
