@charset "utf-8";

/*
    main_contents内
*/
#main_box{
	position: relative;
	width: 720px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px; 
	background: rgba(255,255,255,0.8);
	padding: 20px; 
}
#main_box p{
	text-indent: 1em;
}

#link_box {
	margin: 10px auto;
	width: 645px;
	height: 320px;
}

#link_box a{
	color: #000000;
}

.judo_box {
	margin: 10px auto;
	width: 710px;
	height: 480px;
}

.photo_box{
	float: left;
	margin: 2px;
	width: 351px;
	height: 232px;
}

.photo_box2{
	float: left;
	margin: 2px;
	width: 710px;
	height: 710px;
}

.photo_box img{
	display: block;
	width: 350px;
	height: 231px;
	margin: 5px auto;
}

.type02 {
	margin: 0 auto;
	/*margin: 0 0 1em 0.5em;*/
	border-collapse: separate;
	border-spacing: 0;
	text-align: left;
	line-height: 1.5;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
}
.type02 th {
	/*width: 150px;*/
	padding: 10px;
	font-weight: bold;
	vertical-align: top;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	background: #eee;
}
.type02 td {
	/*width: 500px;*/
	padding: 10px;
	vertical-align: top;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

.type02 .a_table{
	text-align: center;
	width: 110px;
}

.type02 .b_table{
	text-align: center;
	width: 80px;
}

.type02 .c_table{
	text-align: center;
}

.type02 .d_table{
	text-align: center;
}

.type02 .border_table{
	border-top: 2px solid #ccc;
}

.competition{
	text-align: center;
	width: 710px;
}