	@import url(2th.css);

	/* history */
	#mid #history {
		padding: 10px 0 10px 0;
		color: #676767;
		border-bottom: 1px solid #ccc;
	}

	#mid #history a {
		color: #999999;
	}

	/* page_title */
	#mid #page_title {
		position: relative;
		margin: 10px 0;
		border-bottom: 4px solid #999;
	}

	#mid #page_title h1 {
		padding: 18px 0 10px 10px;
		margin: 0;
		color: #CC0000;
		font-family: Georgia;
		font-size: 260%;
	}

	#mid table {
		margin-bottom: 20px;
		border: 1px solid #999; 
		width: 100%;
		font-size: 110%;	
		border-collapse: collapse; 
	}	
	#mid table caption {
		margin: 20px 0;
		font-size: 120%;
		text-align: left;
	}

	#mid table th {
		padding: 5px; 
		border-right: 1px solid #999; 
		border-bottom: 1px solid #999; 
		color: #636563; 
		background: #E1E1E1;
	}

	#mid table td {
		padding: 5px; 
		border-right: 1px solid #999; 
		border-bottom: 1px solid #999; 
	}