@charset "UTF-8";
/* CSS Document */

.title {
width:950px;
height:150px;
background-image:url(../image/title.jpg);
background-repeat:no-repeat;
}

.title_sub {
width:890px;
height:140px;
}


.track_meet {
width:950px;
position: absolute ;
top: 50px;
left: 70px;
color: white;
font-size: 2em;
line-height: 2em;
}

.title_sub_left {
	float:left;
	width:240;
	margin-right:20px;
}


.title_sub_right {
	height:120px;
	float:right;
	width:660px;
}


.top_right_text {
	font-size:14px;
	color:#333;
	line-height:2em;
}


.track_meet_table {
clear:both;
width:890;
}


.naiyou {
width:890px;
padding:30px;
height:auto;
}


.gaiyou {
	clear:both;
	padding:5px;
	display:block;
	background-color:#CCCCCC;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	margin-top: 20px;
	margin-bottom: 20px;
}


.gaiyou_tb {
width:890px;
}



.center_table{
margin-bottom:10px;
}






table th {
	background: #d3d3d3;
	border-top: 2px solid #1D5C79;
	border-bottom: 1px solid #FFF;
	text-align:center;
	font-weight:bold;
}

table th.sub0 {
	background: #d3d3d3;
	border-top: 2px solid #1D5C79;
	border-bottom: 1px solid #FFF;
	text-align:center;
	font-weight:bold;
}

td.left1 {
	background-color:#efefef;
	border-top: 2px solid #1D5C79;
	border-bottom: 1px solid #FFF;
}


td.left2 {
	background-color:#dcdcdc;
	border-top: 2px solid #1D5C79;
	border-bottom: 1px solid #FFF;
	border-left: 1px solid #FFF;
	text-align:center;
}

td.sub1	{
	background-color:#aed9e6;
	border-top: 2px solid #1D5C79;
	border-bottom: 1px solid #FFF;
	border-left: 1px solid #FFF;
	text-align:center;
}

td.sub2	{
	background-color:#6298c4;
	border-top: 2px solid #1D5C79;
	border-bottom: 1px solid #FFF;
	border-left: 1px solid #FFF;
	text-align:center;
	font-weight:bold;
}

td.sub3	{
	background-color:#efefef;
	border-top: 2px solid #1D5C79;
	border-bottom: 1px solid #FFF;
	border-left: 1px solid #FFF;
}


table {
	border-collapse: collapse;	border-spacing: 0;
	margin-bottom: 10px;
}
th, td {
	padding: 5px 5px;
	color: #1D5C79;
	border-left: 1px solid #FFF;
}

/**
 * index.html
 * h2 タイトル
 */
#wrapper .contents .naiyou h2.list_title {
	font-size: 16px;
	line-height: 1.2;
	font-weight: bold;
	color: #333;
	border-left: 3px solid #C00;
	border-bottom: 1px solid #C00;
	padding-bottom: 2px;
	padding-left: 4px;
	display: block;
	margin-bottom: 10px;
}

#wrapper .contents .naiyou .topic {
    background-image: url("img/topic_back.png");
    background-position: 0 bottom;
    border: 1px solid #D0D0D0;
    display: block;
    float: left;
    height: 155px;
    padding: 5px;
    width: 155px;
}

#wrapper .contents .naiyou {
    clear: both;
    display: block;
    float: left;
    margin-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 9px;
    width: 910px;
}

#wrapper .contents .naiyou .report{
	clear: both;
	padding-top: 10px;
}
