@charset "UTF-8";
/* CSS Document */


#top_pic_e {
	height: 695px;
	position:relative;
	background: url(../img/prelim/east/top.jpg) top #000;
}

#ticket_back_e {
	height: 427px;
	position: relative;
	background: url(../img/prelim/east/t_back.jpg) top #bb0400;
}

#top_pic_w {
	height: 695px;
	position:relative;
	background: url(../img/prelim/west/top.jpg) top #000;
}

#ticket_back_w {
	height: 427px;
	position: relative;
	background: url(../img/prelim/west/t_back.jpg) top #bb0400;
}

#top_pic_n {
	height: 695px;
	position:relative;
	background: url(../img/prelim/north/top.jpg) top #000;
}

#ticket_back_n {
	height: 427px;
	position: relative;
	background: url(../img/prelim/north/t_back.jpg) top #bb0400;
}

#top_pic_s {
	height: 695px;
	position:relative;
	background: url(../img/prelim/south/top.jpg) top #000;
}

#ticket_back_s {
	height: 427px;
	position: relative;
	background: url(../img/prelim/south/t_back.jpg) top #bb0400;
}

#top_pic_nh {
	height: 695px;
	position:relative;
	background: url(../img/prelim/nh/top.jpg) top #000;
}

#ticket_back_nhe {
	height: 427px;
	position: relative;
	background: url(../img/prelim/nh/e_t_back.jpg) top #bb0400;
}

#ticket_back_nhw {
	height: 427px;
	position: relative;
	background: url(../img/prelim/nh/w_t_back.jpg) top #bb0400;
}

#top_pic_j {
	height: 695px;
	position:relative;
	background: url(../img/prelim/japan/top.jpg) top #000;
}

#ticket_back_j {
	height: 427px;
	position: relative;
	background: url(../img/prelim/japan/t_back.jpg) top #bb0400;
}

.wrap_w {
	width: 980px;
	margin: 0px auto;
	background: #FFF;
	position: relative;
}

.text_judge {
	font-size: 21px;
	font-weight: bold;
	padding: 10px;
	border-bottom: #000 4px solid;
}

#jt tr td{
	text-align:center;
	padding: 5px 0px;
}

.n {
	background: #0F0;
	color: #FFF;
}

.e {
	background: #F00;
	color: #FFF;
}

.w {
	background: #00F;
	color: #FFF;
}

.s {
	background: #C2B511;
	color: #FFF;
}