@charset "Shift_JIS";

BODY {
	margin: 0;
}
BODY, TABLE, INPUT, SELECT, TEXTAREA {
	font-size: 12px;
	color: #333;
}
IMG {
	border: none;
}
FORM {
	margin: 0;
}



.font_bold {font-weight: bold;}
.fontsize_8 {font-size: 8pt;}
.fontsize_9 {font-size: 9pt;}
.fontsize_10 {font-size: 10pt;}
.fontsize_11 {font-size: 11pt;}
.fontsize_12 {font-size: 12pt;}
.fontsize_16 {font-size: 16pt;}
.fontsize_28 {font-size: 28pt;}
.linehi_10 {line-height: 10pt;}
.linehi_12 {line-height: 12pt;}
.linehi_16 {line-height: 16pt;}



TABLE.form_contest_table {
	background: #ccc;
}
TABLE.form_contest_table TH {
	text-align: left;
	background: #6bce6b;
}
TABLE.form_contest_table TD {
	background: #fff;
}
TABLE.form_contest_table TD.item {
	background: #ffc;
}



.padding_8 {
	padding: 8px;
}
.timetable-red {
	color: #e00;
}

.text-color-600 {
	color: #600;
}
.text-color-f00 {
	color: #f00;
}

.underline {
	text-decoration: underline;
}



