@charset "utf-8";

table.line1{
	padding:2px;
	border:2px solid rgb(180,95,30);
}
table.line1 td.top{
	vertical-align:top;
}
table.line1 td:nth-child(1){
	border-right:1px solid rgb(180,95,30);
	border-bottom:1px solid rgb(180,95,30);
}
table.line1 td:nth-child(2){
	border-bottom:1px solid rgb(180,95,30);
}
table.line1 td.lastline{
	border-bottom:none;
}
#content #registbutton{
	margin:20px auto 20px auto;
	width:345px;
	padding:0 10px 0 10px;
	text-align:center;
	font-size:90%;
	font-weight:bold;
	line-height:200%;
}
#content #registbutton a{
	display:block;
	width:100%;
	background:rgb(170,198,104);
	text-shadow:3px 5px 5px rgb(96,116,100) ;
	color:rgb(255,255,255);
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	-khtml-border-radius: 10px;
	-o-border-radius: 10px;
	border-radius: 10px;
	-moz-box-shadow: 2px 2px 10px rgb(160,165,150);
	-webkit-box-shadow: 2px 2px 10px rgb(160,165,150);
	-khtml-box-shadow:2px 2px 10px rgb(160,165,150);
	-o-box-shadow:2px 2px 10px rgb(160,165,150);
	box-shadow:2px 2px 10px rgb(160,165,150);
}
#content #registbutton a:link{
	display:block;
	width:100%;
	background:rgb(170,198,104);
	padding:2px 5px 2px 5px;
	text-shadow:3px 5px 5px rgb(96,116,100);
	text-decoration:none;
	color:rgb(255,255,255);
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	-khtml-border-radius: 10px;
	-o-border-radius: 10px;
	border-radius: 10px;
	-moz-box-shadow: 2px 2px 5px rgb(160,165,150);
	-webkit-box-shadow: 2px 2px 5px rgb(160,165,150);
	-khtml-box-shadow:2px 2px 5px rgb(160,165,150);
	-o-box-shadow:2px 2px 5px rgb(160,165,150);
	box-shadow:2px 2px 5px rgb(160,165,150);
}
#content #registbutton a:visited{
	background:rgb(170,198,104) ;
	color:rgb(255,255,255);
}
#content #registbutton a:hover{
	background: rgb(254,203,18);
	color: rgb(196,24,24);
}
.endevent{
	background:rgb(229,229,20);
	border:1px solid rgb(48,129,120);
	padding:0 5px 0 5px;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	-khtml-border-radius: 8px;
	-o-border-radius: 8px;
	border-radius: 8px;
	font-size:65%;
	font-weight:bold;
	text-shadow:none;
	line-height:200%;
	color:rgb(48,129,120);
}