@charset "UTF-8";

span.fc1 {

	color: #ff0000;

	}

span.fc2 {

	color: #339966;

	}

span.fc3 {

	color: #3366ff;

	}

div.entrybox {

	margin: 0 0 0 60px;

	position: relative;

	}

div.entrybox1 {

	margin: 0 0 0 200px;

	position: relative;

	}

div.entrybox3 {

	text-align: center;

	}

img#chara01 {

	top: -20px;

	left: -200px;

	position: absolute;

	}

img#chara02 {

	top: -20px;

	right: 40px;

	position: absolute;

	}

img#chara03 {

	}

div.btnbox {

	margin: 30px 0 10px 0;

	height: 74px;

	position: relative;

	}

div#btn_schedule {

	top: 0px;

	left: 10px;

	position: absolute;

	}

img#btn_entrysheet1 {

	top: 0px;

	right: 10px;

	position: absolute;

	}

img#btn_entrysheet2 {

	margin: 10px 0 0 187px;

	}

table#entryArea {

	margin: 30px auto 0;

	padding: 0;

	width: 100%;

	border-collapse: separate;

	vertical-align: middle;

	border-right: solid 1px #ccc;

	border-bottom: solid 1px #ccc;

	}

	*html table#entryArea {

		margin: 30px auto 0;

		padding: 0;

		width: 94%;

		border-collapse: separate;

		vertical-align: middle;

		border-right: solid 1px #ccc;

		border-bottom: solid 1px #ccc;

		}


table#entryArea th {

	padding: 6px;

	text-align: center;

	color: #fff;

	background: #e60012;

}

table#entryArea td {

	padding: 6px;

	text-align: left;

	border-top: solid 1px #ccc;

	border-left: solid 1px #ccc;

	}

	*html table#entryArea td {

		padding: 6px;

		text-align: left;

		border-top: solid 1px #ccc;

		border-left: solid 1px #ccc;

		font-size: 13px;

		}

td#sa {

	width: 360px;

	height: 120px;

	background: url( 'images/sa_bg.png' ) repeat-y;

	position: relative;

	}

td#to {

	width: 360px;

	height: 120px;

	background: url( 'images/to_bg.png' ) repeat-y;

	position: relative;

	}

td#na {

	width: 360px;

	height: 120px;

	background: url( 'images/na_bg.png' ) repeat-y;

	position: relative;

	}

td#os {

	width: 360px;

	height: 120px;

	background: url( 'images/os_bg.png' ) repeat-y;

	position: relative;

	}

td#fu {

	width: 360px;

	height: 120px;

	background: url( 'images/fu_bg.png' ) repeat-y;

	}

img#btn_sa,
img#btn_to,
img#btn_na,
img#btn_os,
img#btn_fu {

	margin: 52px 0 0 49px;

	}

div#entryfin {

	text-align: center;

	margin: 15px 0 0 0;

	font-weight: bold;

	font-size: 120%;

	color: red;

	}
