@charset "Shift_JIS";
/* -----------------------------------------------------------------------------
 * かるた一病息災 百人一首データ用スタイルシート
 * Copyright (C) 2003-2005 HaRD All rights reserved.
 * ---------------------------------------------------------------------------*/

/********** all.php **********/
table.config_table {
	white-space: nowrap;
	float: left;
	margin-bottom: 10px;
}
table.config_table td {
	padding: 5px;
}
table#all_table {
	margin-top: 10px;
}
table.nobr {
	white-space: nowrap
}
table#all_table tr.uneven td {
	background-color: #ffffff;
}
table#all_table tr.even td {
	background-color: #e0e0e0;
}
table#all_table tr.male td {
	background-color: #e0e0ff;
}
table#all_table tr.female td {
	background-color: #ffe0ff;
}
table#all_table tr td.bg_blue {
	background-color: #9999ff;
}
table#all_table tr td.bg_pink {
	background-color: #ff99cc;
}
table#all_table tr td.bg_yellow {
	background-color: #ffff99;
}
table#all_table tr td.bg_green {
	background-color: #99ff99;
}
table#all_table tr td.bg_orange {
	background-color: #ff9966;
}

/********** search_fuda.php **********/
table.search_fuda {
	border: 10px solid #669966;
}
table.search_fuda td {
	border-style: none;
	padding: 5px;
}
table.search_fuda td input {
	font-size: 15px;
}
/********** random.php **********/
div#random {
	margin: 50px auto;
	text-align: center;
}
div#random p {
	font-size: 150%;
	font-family: serif,cursive;
	line-height: 2em;
}

/********** telling.php **********/

table#telling {
	width: 675px;
}
table#telling th {
	width: 30%;
	font-size: 95%;
}
table#telling td {
	padding: 4px;
}

/********** highschool.php **********/

table.highschool td {
	padding: 10px;
}
table.highschool tr.gray td {
	background-color: #f0f0f0;
}
table.highschool td.gray {
	background-color: #f0f0f0;
}
input.noborder {
	border: 0px none #ffffff;
}
