@charset "utf-8";
/* CSS Document */

*{
	margin: 0px;
	padding: 0px;
}

img{
	border: 0px;
	vertical-align: bottom;
}

a{
	color: #fd0654;
	font-weight: bold;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;

}

body{
	background: url(img/bg.jpg) top center no-repeat;
	line-height: 150%;
	font-size: 17px;
	color: #504c27;
}

div#wrap{
	width: 850px;
	margin: 0px auto;
}

div#header{
	margin: 0px 0px 5px 0px;
}

p.schedule{
	text-align: center;
	margin: 10px 0px;
}


table.formTable{
	width: 617px;
	margin: 0px auto;
}

td.key{
	font-size: 12px;
	color: #FF0000;
}

form{
	margin: 30px 0px 25px;
}

form p{
	text-align: center;
	margin: 35px 0px 0px 0px;
	
}

input{
	font-size: 20px;
}


div.attention{
	font-size: 12px;
	color: #868454;
	margin: 30px 0px;
	
}

p.att_T{
	font-size: 13px;
	color: #504c27;
	padding-bottom: 15px;
}

div.footer{
	margin: 26px 0px;
	font-size: 10px;
	text-align: center;
	
}

div.thanks{
	margin: 30px 0px;
	font-weight: bold;
	font-size: 22px;
	text-align: center;
}