/*
-----------------------------------------------
Target:	post_spot.htm
Author:	Harry Nakayama
Dates:	2008/02/13
----------------------------------------------- */

/*
-----------------------------------------------
Import
----------------------------------------------- */
/* nav
----------------------------------------------- */
@import url("/runners/css/nav.css");


/*
-----------------------------------------------
Elements
----------------------------------------------- */
/* h1, h2
----------------------------------------------- */
h1	{
 	font-size:20px;
	line-height:30px;
	font-weight:bold;
	color:#FFFFFF;
}
h2	{
	font-size:16px;
	line-height:30px;
	font-weight:700;
	color:#0066CC;
	background-image:url(/img/runners/bg_h2_training.png);
	background-repeat:no-repeat;
	padding-left:40px;
/*	color:#486D94;*/
/*	color:#005184;*/
}

/* p
----------------------------------------------- */
p	{
	font-size:16px;
	line-height:28px;
	color:#486D94;
}

/*
-----------------------------------------------
Page Layout
----------------------------------------------- */
*			{
	margin:0;
	padding:0;
}

/* body
----------------------------------------------- */
body		{
	text-align:center;
	font-family:Arial, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif ;
	background-color:#FFFFFF;
	color:#333333;
}

/* container
----------------------------------------------- */
#container	{
	position:relative;
	width:750px;
	margin:0 auto;
	text-align:left;
	background-color:#FFFFFF;
}

/* nav
----------------------------------------------- */
#nav		{
	position:absolute;
	left:0px;
	top:10px;
	width:740px;
	height:25px;
}

/* header
----------------------------------------------- */
#header	{
	position:absolute;
	left:0px;
	top:45px;
	width:710px;
	height:30px;
	padding:10px 20px;
	background-image:url(/img/runners/bg_header_race_index.png);
}

/* obj
----------------------------------------------- */
#obj	{
	position:absolute;
	left:15px;
	top:105px;
	width:720px;
	height:585px;
}
#main			{
  width:505px;
  float:left;
}
#subcol	{
  width:215px;
  float:right;
}

/* content
----------------------------------------------- */
#content	{
	position:absolute;
	left:15px;
	top:710px;
/*	top:1040px;*/
  	width:720px;
/*
  	margin:925px 15px 0px 15px;
	float:left;
	background-color:#99CCFF;
*/
}



/* main
----------------------------------------------- */
#map	{
	width:497px;
	height:577px;
	margin:5px 0px 0px 0px;
	padding:0px;
	border-width:4px;
	border-style:double;
	border-color:#D0E3E8;
}

/* subcol
----------------------------------------------- */
#subcol_content	{
	width:210px;
	margin:0px 0px 0px 5px;
	padding:0px;
	text-align:left;
}
#sidebar_menu	{
	width:210px;
	height:615px;
	margin:0px;
	padding:0px;
}

/* content
----------------------------------------------- */
#main_content	{
	width:720px;
	margin:0px;
	padding:0px;
	text-align:left;
}

#main_content a	{
  text-decoration:none;
  border-bottom-style:dashed;
  border-bottom-width:1px;
  color:#486D94;
  border-bottom-color:#486D94;
}
#main_content a:hover	{
  color:#0099CC;
  border-bottom-color:#0099CC;
}


/* footer
----------------------------------------------- */
#footer			{
  clear:both;
  width:720px;
  height:30px;
  margin:30px 0px 0px 0px;
  padding:0px;
}
#footer a		{
  text-decoration:none;
  color:#73a2ae;
  border-bottom-style:dashed;
  border-bottom-width:1px;
  border-bottom-color:#73a2ae;
}
#footer a:hover	{
  color:#03ccff;
  border-bottom-style:dashed;
  border-bottom-width:1px;
  border-bottom-color:#03ccff;
}
#footer_left	{
  width:480px;
  height:100%;
  margin:0px;
  padding:0px;
  float:left;
}
#footer_left p	{
  margin:0px;
  padding:0px;
  font-family:Arial, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif ;
  font-size:10px;
  line-height:15px;
  color:#73a2ae;
  text-align:left;
}
#footer_right	{
  width:240px;
  height:100%;
  margin:0px;
  padding:0px;
  float:left;
}
#footer_right ul	{
  margin:0px;
  padding:0px;
  list-style-type:none;
  font-family:Arial, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif ;
  font-size:10px;
  line-height:15px;
  text-align:right;
}
#footer_right ul li	{
  margin:0px 0px 0px 20px;
  display:inline;
  float:right;
}

/*
-----------------------------------------------
Class
----------------------------------------------- */
.nextParagraph	{
	margin-top:9px;
}

/* table
----------------------------------------------- */
.tableH	{
	border-collapse:collapse;
	font-size:12px;
	line-height:18px;
	font-weight:normal;
	color:#486D94;
}
.tableH th	{
	padding:8px;
	border-width:1px;
	border-style:solid;
	border-color:#D0E3E8;
	background-color:#EEF7FF;
	font-weight:normal;
	text-align:center;
}
.tableH td	{
	padding:8px;
	border-width:1px;
	border-style:solid;
	border-color:#D0E3E8;
	text-align:left;
}

.totalEvaluationGraph	{
	width:105px;
	height:20px;
	float:left;
	background-image:url(/img/runners/star.gif);
	background-repeat:repeat-x;
}
.totalEvaluationNumber	{
	margin-left:10px;
	float:left;
	text-align:left;
	font-size:12px;
	line-height:20px;
/*	font-weight:bold;*/
/*	color:#005184;*/
}

td.alignRight	{
	text-align:right;
}
td.alignCenter	{
	text-align:center;
}

th.prefecture	{
	width:50px;
}
th.raceTitle	{
	width:170px;
}
th.events	{
	width:35px;
}
th.authorized	{
	width:25px;
}
th.evaluation	{
	width:135px;
}
th.urlHome	{
	width:45px;
}

