body {
	font-family: monospace;
	color: #ffffff;
	background-color: #000000;
	padding: 0px;
	margin: 0px;
	font-size: 1em;
	width: 1024px;
	height: 100%
}

table {
	border-collapse: collapse;
	padding: 0px;
	margin: 0px;
	border: 0px;
}

a:link {
	color: #ffffff;	
	text-decoration: none;
}

a:visited {
	color: #ffffff;	
	text-decoration: none;
}

a:hover {
	color: #ffffff;	
	text-decoration: none;
	font-style: italic;
}

a:active {
	color: #ffffff;	
	text-decoration: none;
}

.whole {
	background: url(/img/gladiator_background.png) repeat-y;
	position: absolute;
	width: 1024px;
	height: 100%
}

.title {
	width: 100%;
}

.main {
	color: #ffffff;
	background-color: #000000;
	border: 5px solid #000000;
	border-radius: 10px;
	width: 90%;
	margin: 0 auto;
	opacity: 0.8;
	filter: alpha(opacity=80); /* IE対応 */
}

.menu {
	color: #ffffff;
	background-color: #000000;
	border: 5px solid #ffffff;
	border-radius: 10px;
	width: 50%;
	padding: 2px;
}

#registorForm {
	text-align: center;
	color: #ffffff;
	background-color: #000000;
	border: 5px solid #ffffff;
	border-radius: 10px;
	width: 80%;
	margin: 2px;
	padding: 2px;
}

#name {
	width: 80%;
	background-color: #000000;
	border: 5px solid #ffffff;
	border-radius: 10px;
	margin: 0 auto;
}

#sex {
	width: 80%;
	background-color: #000000;
	border: 5px solid #ffffff;
	border-radius: 10px;
	margin: 0 auto;
}

#image {
	width: 80%;
	background-color: #000000;
	border: 5px solid #ffffff;
	border-radius: 10px;
	margin: 0 auto;
}

#explanation {
	color: #ffffff;
	background-color: #000000;
	border: 5px solid #ffffff;
	border-radius: 10px;
	width: 80%;
	margin: 2px;
	padding: 2px;
}

.label {
	text-align: center;
	border-bottom: 3px solid #ffffff;
	white-space:nowrap;
}

.input {
	color: #ffffff;
	background-color: #000000;
	border: 0px;
	width: 100%;
	text-align: center;
}

.submit {
	font-size: 2em;
}

.toTop {
	font-size: 2em;
}

.left {
	float: left;
	width: 50%;
}

.right {
	float: right;
	width: 50%;
}

.floatClear {
	clear: both;
}

.charactorTitle {
	width: 100%;
	background-color: #000000;
	opacity: 0.8;
	filter: alpha(opacity=80);
	border: 5px solid #ffffff;
	border-radius: 10px;
}

.charactorTitle .name {
	text-align: center;
	border-bottom: 3px solid #ffffff;
}

.charactorTitle .job {
	text-align: center;
}

.charactorTitle .sexLabel {
	text-align: right;
}

.charactorTitle .levelLabel {
	text-align: right;
}

.equipment {
	margin-top: 5px;
	width: 100%;
	background-color: #000000;
	opacity: 0.8;
	filter: alpha(opacity=80);
	border: 5px solid #ffffff;
	border-radius: 10px;
}

.capability {
	margin-left: 5px;
	width: 100%;
	background-color: #000000;
	opacity: 0.8;
	filter: alpha(opacity=80);
	border: 5px solid #ffffff;
	border-radius: 10px;
}

.capability .powerLabel {
	text-align: right;
}

.capability .speedLabel {
	text-align: right;
}

.capability .defenceLabel {
	text-align: right;
}

.capability .intelligenceLabel {
	text-align: right;
}

.capability .luckLabel {
	text-align: right;
}

.capability .offensivePowerLabel {
	text-align: right;
}

.capability .defensePowerLabel {
	text-align: right;
}

.capability .maxHPLabel {
	text-align: right;
}

.capability .maxMPLabel {
	text-align: right;
}

.capability .experienceLabel {
	text-align: left;
}

.capability .experience {
	text-align: right;
}

.footer {
	color: #ffffff;
	background-color: #000000;
	position: fixed;
	bottom: 0px;
	width: 100%;
}

