@charset "UTF-8";

/*TOP_img*/
#top_img {
	margin: auto;
	height: 28px;
	width: 900px;
	padding-top: 60px;
}

/*テーブル*/
.a_table {
	width: 800px;
	padding: 0px;
	line-height: 1.5em;
	margin-top: 50px;
}

.a_table tr th td {
	vertical-align: middle;
	padding: 10px 0px 10px 15px;
	text-align: left;
	color: #000000;
	font-size: 13px;
}

.a_table th {
	width: 200px;
	vertical-align: middle;
	text-align: left;
	font-size: 13px;
	font-weight: normal;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	width: 160px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 15px;
}

.a_table td {
	width: 600px;
	padding: 10px 0px 10px 15px;
	vertical-align: middle;
	text-align: left;
	font-size: 13px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}

#photo {
	height: auto;
	width: auto;
	margin-bottom: 10px;
}