/* 競技会 */
#conarea{
	clear:both;
}
.contest_table {
	font-size: 12px;
	color: #666666;
	border-top: 1px solid #d1d1d1;
	border-left: 1px solid #d1d1d1;
	margin-top: 10px;
	margin-bottom: 10px;
	line-height: 130%;
}
.contest_table th {
	background-color: #f2f2f2;
	padding: 5px;
	border-right: 1px solid #d1d1d1;
	border-bottom: 1px solid #d1d1d1;
	text-align: center;
}
.contest_table td {
	background-color: #ffffff;
	padding: 5px;
	border-right: 1px solid #d1d1d1;
	border-bottom: 1px solid #d1d1d1;
}
.contest_table td.contest_first {
	background-color: #fefae4;
}
.contest_table td.contest_second {
	background-color: #f4fdea;
}
.contest_table td.contest_third {
	background-color: #f0fffb;
}
.contest_table td.bgG {
	background-color: #eff5ff;
}


/* 競技会スケジュール */
h2.H_contest_schedule {
	background-image: url(../images/h1_contest_schedule.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
}


/* 競技会ルール/審判員 */
h2.H_contest_rule {
	background-image: url(../images/h1_contest_rule.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
}
h3.H_contest_ruleT1 {
	background: url(../images/rule_t1.gif) no-repeat;
	text-indent: -9999px;
	padding: 0px;
	height: 21px;
	width: 670px;
	margin-bottom: 15px;
}
.rule_top_text {
	float: left;
	width: 460px;
}
.rule_top_ph {
	float: right;
	width: 200px;
	margin-left: 10px;
}
h3.H_contest_ruleT2 {
	background: url(../images/rule_t2.gif) no-repeat;
	text-indent: -9999px;
	padding: 0px;
	height: 26px;
	width: 670px;
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.rule_document {
	background-color: #f4f6fa;
	padding: 10px;
	border: 1px solid #0c4fb3;
	margin: 0px;
	width: 648px;
	clear: both;
}
.rule_document_main {
	margin: 0px;
	background-color: #FFFFFF;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	width: 638px;
}
.rule_document_main ul.rule_document_list {
	padding: 0px;
	list-style-type: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 12px;
	margin-left: 0px;
}
.rule_document_main ul.rule_document_list li {
	background-image: url(../../images/common/line_style1.gif);
	background-repeat: repeat-x;
	padding-bottom: 5px;
	background-position: bottom;
	width: 309px;
	margin-right: 10px;
	float: left;
	font-size: 12px;
	line-height: 150%;
	padding-top: 6px;
}
* html .rule_document_main ul.rule_document_list li {
	width: 304px;
}
.rule_document_main ul.rule_document_list li a {
	background-image: url(../../images/common/arrow_style1.gif);
	background-repeat: no-repeat;
	color: #0c4fb3;
	text-decoration: none;
	padding-left: 20px;
	padding-top: 2px;
	padding-bottom: 2px;
}
.rule_document_main ul.rule_document_list li a:hover {
	color: #0c4fb3;
	text-decoration: underline;
}
/* 競技会年度 */
.schedule_nen{
	list-style-type: square;
}
.schedule_nen li{
	float:left;
	font-size:12px;
	width:80px;
}
