@charset "utf-8";
@import "./base.css";

h2#title {
	width: 675px;
	height: 30px;
	background: url(../img/outline/title.gif);
	margin-bottom: 15px;
	font-size: 1em;
	text-indent: -9999px;
}

.in_body {
	border: solid 1px #bfbfbf;
	padding: 5px;
}

.in_body table {
	border: 0px;
	width: 663px;
	padding: 0px;
	background: #e5e5e5;
}

.in_body table th {
	width: 85px;
	height: 20px;
	padding: 7px;
	padding-left: 10px;
	text-align: left;
	font-weight: normal;
	border-bottom: dotted 1px #aaa;
	vertical-align: top;
}

.in_body table td {
	height: 20px;
	padding: 7px;
	padding-left: 10px;
	text-align: left;
	background: #ffffff;
	border-bottom: dotted 1px #aaa;
	vertical-align: top;
}

.in_body table .end {
	border-bottom: none;
}

.in_body table a {
	color: #265c8a;
}

.in_body table a:hover {
	color: #ff3399;
}


.in_body table strong{
	color: #004B96;
}

.in_body table span{
	font-size: 14px;
}
