@charset "UTF-8";
/* CSS Document */

.title {
/**
width:950px;
height:150px;
background-image:url(../image/title.jpg);
background-repeat:no-repeat;
**/
}

.report_comment {
width:890px;
height:140px;
}


.track_meet {
font-size: 2em;
line-height: 2em;
border-bottom: 4px solid #32478E;
}

.contents_left {
	float:left;
	width:560px;
	margin-right:20px;
}


.contents_right {
	width:340;
	height:120px;
	float:right;
}


.top_left_text {
	font-size:14px;
	color:#333;
	line-height:2em;
	text-indent: 1em;
}


.track_meet_table {
clear:both;
width:890;
}


.naiyou {
	width:890px;
	height:auto;
}



.gaiyou_tb {
width:890px;
}



.center_table{
margin-bottom:10px;
}


/**
 * 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;
}

.report_images {
	padding-bottom: 10px;
}

.report_images h2 {
	padding-top: 20px;
	padding-bottom: 5px;
	margin-bottom: 10px;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #32478E;
	text-indent: 1em;
	font-size: 16px;
}

.report_images ul {
	list-style-type: none;
}

.report_images li {
width: 150px;
height: 130px;
float: left;
display: block;
margin-top: 5px;
margin-left: 20px;
margin-right: 15px;
}

.date {
width: 150px;
position: absolute;
text-align: right;
left: 782px;
top: 25px;
}