@charset "UTF-8";
table.infield {
	width: 660px;
	margin: 0px auto 0px auto;
}
table.infield tr th {
	padding: 5px;
	margin: 0px;
	text-align: right;
	font-size: 12px;
	width: 150px;
	border-bottom: none;
	color: #232323;
}
table.infield tr td {
	padding: 5px;
	border-bottom: none;
}
table.infield tr td p {
	text-align: left;
	font-size: 12px;
	line-height: 1.5em;
	border-left: none;
	padding: 5px 0px 5px 10px;
	margin: 0px;
}


.border {
	border:1px solid #669c9c;
	float:left;
	width:250px;
	margin:0px 10px;
	
}
.border th.title {
	border:1px solid #669c9c;
	text-align:center;
	font-weight:bold;
	background-color:#669c9c;
	color:#FFF;
	font-size:120%;
}

.border tr td {
	text-align:left;
}

.border td.uketuke2 img{
	text-align:center;
	margin:auto;
}

