@charset "Shift_JIS";
/* CSS Document ==============

	style.css

============================== */


/* ------------------------------
	AMERICAN FOOTBALL RADIO
------------------------------ */

hgroup#title h1 {
	height: 35px;
	background: url(../img/title_teens.png) left top no-repeat;
	border-bottom: 5px solid #000;
}


/*  Form  */

#form {
	text-align: left;
}
#form hr {
	margin: 20px 0;
}
#form p#notice {
	font-size: 12px;
	line-height: 1.5;
	margin: 1em 0;
	padding: 1em 0;
	border-top: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
}
#form p#notice strong {
	color: #CC0000;
}
#form p.guide {
	font-size: 12px;
	color: #777;
	line-height: none;
	margin: 0;
	padding: 0;
}
#form p.link {
	font-size: 12px;
	line-height: none;
	margin: 0;
	padding: 0;
}



#form table {
	margin: 15px 0 0 0;
	padding: 0;
}
th {
	font-size: 12px;
	font-weight: normal;
	line-height: 1.4;
	text-align: left;
	padding-right: 10px;
	vertical-align: central;
}
td {
	font-size: 12px;
	line-height: 1.4;
	padding: 0.2em 0;
}
input, textarea {
	font-size: 12px;
	padding: 5px;
	background-color: #e5e5e5;
	border: none;
}
input#submit {
	padding: 5px;
	color: #fff;
	background-color: #eb4800;
	border: none;
	cursor: pointer;
}
input#submit:hover {
	background-color: #f76220;
}
input#cancel {
	padding: 5px;
	color: #333;
	background-color: #e6e6e6;
	border: none;
	cursor: pointer;
}
input#cancel:hover {
	background-color: #ededed;
}

.tick {
	background: #FFF;
	border: none;
}





/*   THANKS page   */
#thanks {
	text-align: center;
	margin: 100px 0 0 0;
	padding: 0 10px 100px 0;
}
#thanks p {
	line-height: 1.6;
}
#thanks p.thanks {
	font-size: 18px;
	color: #999;
	font-weight: bold;
}






