@charset "UTF-8";
@import url("whole.css");

h1 {
	text-align: center;
	font-size: 1.5em;
	color: #cc0000;
	border-top: 2px solid #cc0000;
	border-bottom: 2px solid #cc0000;
	padding: 0.5em;
	margin: 20px 10px;
}

/* ============ search ============ */

div.search_box {
	text-align: center;
	margin-bottom: 60px;
	padding: 0.5em;
	background-color: #cc0000;
}

div.search_box table {
	margin: auto;
}

div.search_box input#s1 {
	background-color: #ffffff;
	border: 2px solid #660000;
	font-size: 16px;
	padding:2px;
	width: 500px;
}

div.search_box input#s2 {
	background-color: #ffffff;
	border: 1px solid #660000;
	font-size: 1.5em;
	font-size: 16px;
	padding:2px;
}

/* ============ map_box ============ */

div.map_box {
	text-align: center;
	margin-bottom: 60px;
	background-color: #cccccc;
	padding: 10px;
	font-size: 0.8em;
}

div.map_box h2 {
	color: #ffffff;
	text-align: center;
	background-color: #cc0000;
	margin-bottom: 0.5em;
	padding: 0.2em 15px;
}

div.map_box h2 a {
	color: #ffffff;
	text-decoration: none;
}

div.map_box h2 a;hover {
	color: #ffffff;
	text-decoration: underline;
}

div.map_box table {
	font-size: 0.8em;
	margin: auto;
}

div.map_box table td {
	width: 250px;
	border: 2px solid #cc0000;
	padding: 0.5em;
	background-color: #ffffff;
	vertical-align: top;
}

div.map_box table td ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

div.map_box table td ul li {
	border-bottom: 1px dotted #999999;
	padding: 0.5em;
}

/* ============ character_list ============ */

div.map_box2 {
	text-align: center;
	margin-bottom: 60px;
	background-color: #cccccc;
	padding: 10px;
	font-size: 0.8em;
}

div#character_list {
	text-align: center;
	padding: 10px;
}

div#character_list h2 {
	background-color: #cc0000;
	padding: 0.2em;
}

div#character_list h2 a {
	text-decoration: none;
	color: #ffffff;
}

div#character_list h2 a:hover {
	text-decoration: underline;
}

div#character_list table {
	margin: 20px auto;
	background-color: #ffffff;
}

div#character_list table td {
	width: 165px;
	padding: 2px;
	text-align: left;
	vertical-align: top;
}

div#character_list table td ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

div#character_list table td ul li {
	padding: 0.2em;
	border-bottom: 1px dotted #cccccc;
}

div#character_list table td ul li h3 {
	text-align: left;
}

div#character_list table td ul li a {
	display: block;
	color: #0000cc;
	text-decoration: none;
	background-color: #cccccc;
}

div#character_list table td ul li a:hover {
	color: #990000;
	text-decoration: underline;
	background-color: #ffff00;
}

div#character_list table td ul li p {
	font-size: 12px;
	margin: 2px;
	color: #999999;
}

div#bottom_title {
	text-align:center;
	padding:5px;
	display:none;
}

div.page_link {
	text-align:right;
	padding:0.5em;
	display:none;
}
