﻿@charset "UTF-8";

/* -----↓全体設定↓--------------------------------------------------------------------- */

*{
	margin: 0;
	padding: 0;
	zoom: 1;

}

body{
	background: #fff;
	text-align: center;
	font-family: "MS PGothic","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","Meiryo","メイリオ","Osaka",arial,helvetica,clean,sans-serif;
	font-size: 14px;
	color: #555;
	line-height: 1.3em;


}


/* ★★★★↓大会結果ページ↓★★★★ */

#result_i #container{
	width: 733px;
	margin: 0;
	border: none;
}

#result_i table{
	width: 733px;
	background: #fff;

}

#result_i table .color1{
	background: #ddf1ec;

}

#result_i table td{
	line-height: 3em;

}

#result_i table .resultDay{
	width: 100px;
	padding-left: 20px;
	text-align: left;
}

#result_i table .resultName{
	width: 500px;
	padding-left: 20px;
	text-align: left;
}

#result_i a,a:link,a:visited,a:hover,a:active{
	color: #009da2;/**/
}





