/*
-----------------------------------------------
travel-db for Runners Base Styles
Author:   Harry Nakayama
Version:  2007/08/21
----------------------------------------------- */

/*
-----------------------------------------------
Import
----------------------------------------------- */
/* nav
----------------------------------------------- */
@import url("/runners/css/nav.css");


/*
-----------------------------------------------
Elements
----------------------------------------------- */

/*
-----------------------------------------------
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;
}

/* header
----------------------------------------------- */
#header		{
  width:100%;
  height:145px;
  margin-top:10px;
  background-repeat:no-repeat;
  background-image:url("/img/runners/bg_header.jpg");
  text-decoration:none;
  text-indent:-10000px;
}

/* nav
----------------------------------------------- */
#nav					{
  width:740px;
  height:25px;
  margin:10px 10px 10px 0px;
}


/* content
----------------------------------------------- */
#content	{
  width:100%;
  margin-top:50px;
  overflow:hidden;
}

/* main
----------------------------------------------- */

/* subcol
----------------------------------------------- */

/* top_nav
----------------------------------------------- */

/* footer
----------------------------------------------- */
#footer			{
  clear:both;
  width:750px;
  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:490px;
  height:100%;
  margin:0px 0px 0px 10px;
  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 10px 0px 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;
}

#footer_lower {
	clear:both;
	width:730px;
	margin:0px 0px 0px 10px;
	padding:0px;
}
#footer_lower 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:center;
}


/*
-----------------------------------------------
Class
----------------------------------------------- */
/* error_message
----------------------------------------------- */
.error_message	{
  font-size:12px;
  color:#FF3333;
  line-height:18px;
}
