.senjyouki-sentei {
	width: 760px;
	margin: 10px auto;
}

.senjyouki-sentei a {
	width: 760px;
	margin: 10px auto;
	display: block;
}

.sentei-choice1 {
	width: 235px;
	height: 20px;
	border-left: 4px solid #ff0099;
	border-bottom: 1px solid #ff99cc;
	margin-bottom: 10px;
	margin-top: 10px;
	margin-right: 15px;
	line-height: 1em;
	font-weight: 600;
	font-size: 150%;
	float: left;
}

.sentei-choice2 {
	width: 235px;
	height: 20px;
	border-left: 4px solid #0000cc;
	border-bottom: 1px solid #3333cc;
	margin-bottom: 10px;
	margin-top: 10px;
	margin-right: 15px;
	line-height: 1em;
	font-weight: 600;
	font-size: 150%;
	float: left;
}

.sentei-choice3 {
	width: 235px;
	height: 20px;
	border-left: 4px solid #32cd32;
	border-bottom: 1px solid #9acd32;
	margin-bottom: 10px;
	margin-top: 10px;
	line-height: 1em;
	font-weight: 600;
	font-size: 150%;
	float: left;
}

#pink {
	color: #ff0099;
}

#blue {
	color: #0000cc;
}

#green {
	color: #32cd32;
}

