@charset "utf-8";
#profile {
	background-image: url(../profile/img/pht_01.jpg);
	background-repeat: no-repeat;
	padding: 15px;
	width: 480px;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #CCCCCC;
	background-position: 350px 6px;
	font-size: 80%;
	line-height: 130%;
	margin-bottom: 20px;
}
#profile_txt {
	padding: 15px;
	width: 480px;
	margin-right: auto;
	margin-left: auto;
	font-size: 80%;
	line-height: 180%;
}
#profile_txt p {
	margin-bottom: 1em;
}
table#tb_profile {
	width: 500px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	font-size: 80%;
	line-height: 130%;
}
#tb_profile th {
	font-weight: normal;
	width: 80px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	padding: 5px;
	background-color: #EEF0F2;
}
#tb_profile td {
	padding: 5px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
}
