@charset "UTF-8";
@import "../../common/css/common.css";


#wrap #container table {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
}
#wrap #container table tr th {
	width: 150px;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	font-weight: bold;
	background-color: #E6E6E6;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}
#wrap #container table tr td {
	width: 720px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	text-align: left;
}
#wrap #container h2 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000;
	text-align: left;
	margin-bottom: 15px;
	width:890px;
}
#wrap #container h2 img {
	margin-bottom: -2px;
}
