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

/********************************************************/
#contents {
	margin: 0 auto;
	padding: 0 1em;
	text-align: center;
}

#menu {
	margin: 1em auto;
	list-style: none;
}

#menu li {
	display: inline;
	margin-right: 1em;
}

#menu li form {
	display: inline;
}

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

/********************************************************/
img {
	border: 0;
	vertical-align: middle;
}

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

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

th {
	background-color: #ddd;
	font-weight: bold;
}

td {
	text-align: left;
}

/********************************************************/
table#combotable {
	margin: 0 auto;
}
table#combotable th, table#combotable td {
	font-size: 80%;
	padding: 0.4em;
}

td.reserve, td.edit {
	text-align: center;
}
td.combo, table.tablesorter tbody tr.odd td.combo {
	text-align: center;
	background: #fcf;
}

/* コンボ詳細ツールチップ */
a.tooltip:hover {background:#ffccff; text-decoration:none; color:#000} /*BG color is a must for IE6*/
a.tooltip span {display:none; padding:2px 3px; margin-left:8px; margin-top:-1.8em; white-space: nowrap;}
a.tooltip:hover span{display:inline; position:absolute; background:#dfd; border:2px solid #693; }

td.not_combo, table.tablesorter tbody tr.odd td.not_combo {
	text-align: center;
	background: #cff;
}
.new {
	color: #c00;
}

#help p {
	width: 700px;
	margin: 0.5em auto;
	line-height: 1.3em;
	text-align: left;
}

.help {
	margin: 0 auto;
}

table.help th, table.help td {
	padding: 0.5em;
	line-height: 1.3em;
}
/********************************************************/
#search input.text {
	padding: 2px;
	width: 10em;
	background: #fff;
	border: 1px solid #999;
	font: 80% verdana, arial, sans-serif;
}

#search input.text:focus {
	background: #ffd;
}

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

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

#register input.text { width: 28em; }
#register input.text:focus { background: #ffd; }

#register ul.help {
	margin: 0.5em 0;
	text-align: left;
	list-style: inside;
}

#register ul.help li {
	line-height: 1.3em;
}

/* エラーメッセージ */ 
p.error {
	margin: 10em 0;
	text-align: center;
}
