@charset "utf-8";
/****************************************************************************/
/* Common CSS
/* Rev1.1 2008.10.28   webmaster@rider-s.jp
/* Modifyed 2010.03.07 webmaster@rider-s.jp
/* Modifyed 2010.03.28 webmaster@rider-s.jp
/****************************************************************************/
/*-----------------------------------------------
 __default style clear
-----------------------------------------------*/
* {
  margin:0;
  padding:0;
}
body {
  background:#dfdfdf;
  font-size:100%;
  color:394345;
  line-height:1.5;
}
html {
  overflow-y:scroll;
}

strong{
  color:#f00;
}

p {
  margin:0 0 1em;
}
ol{
  list-style-type:decimal;
  list-style-position: outside;
  margin-left:25px;
}
ol li{
  margin-bottom:3px;
}
ul{
  list-style-type:disc;
  list-style-position: inside;
  margin-left:15px;
}
ul li{
  margin-bottom:3px;
}
img,
fieldset {
  border:0;
}
/*-----------------------------------------------
 __Base Link Color Setting
-----------------------------------------------*/
a {
  color:#00f;
}
a:link {
  color:#00f;
}
a:visited {
  color:#00f;
}
a:hover {
  color:#f00
}
a:active {
  color:#f00
}
.clear { /* generic container (i.e. div) for floating buttons */
    overflow: hidden;
    width: 100%;
}
/*-----------------------------------------------
 __container
-----------------------------------------------*/
#container {
  width:800px;
  margin:0px auto 0;
  border-right:2px solid #999;
  border-left:1px solid #999;
}
/*-----------------------------------------------
 __header
-----------------------------------------------*/
#header {
  margin:0px;
  padding:0px;
  height:185px;
  background:url(./header.jpg) no-repeat;
  border-bottom:1px solid #999;
}
/*-----------------------------------------------
 __footer
-----------------------------------------------*/
#footer {
  clear:both;
  width:800px;
  height:86px;
  margin-bottom:2px;
  padding-top:10px;
  background:#dfdfdf;
  color:#394345;
  font-size:74.5%;
}
#footer p#copyright {
  text-align:center;
  margin-bottom:0;
}
#footer a {
  color:#394345;
}

/*-----------------------------------------------
 __contents
-----------------------------------------------*/
#contents {
  width:800px;
  float:left;
  margin-bottom:2px;
  margin-top:0px;
}
/*-----------------------------------------------
/* __main
-----------------------------------------------*/
#main {
/*  float:right;*/
  width:790px;
  padding:5px;
  background:#fff;
  color:394345;
  border-right:0px solid;
  border-color:#999;
}
#main a {
  color:#394345;
}


.inner{
  padding:2px;
  padding-left:5px;
  background:#fff;
}

h3{
  border-left:10px solid #f00;
  margin-top:5px;
  color:#394345;
  background:#fff;
  font-size:15px;
  padding-left:17px;
}

/*------------------------------------------------
   div class="navigation"
------------------------------------------------*/
div.navigation{
  font-size:14px;
  text-align:right;
}

div.navigation strong{
  color:#f00;
}

div.navigation table{
  text-align:center;
  width:728px;
  margin:10px auto;
}

div.navigation table tr{
}

div.navigation th{
  height:30px;
  border-bottom:1px solid #000;
  text-align:center;
  padding-left:10px;
}

div.navigation th a{
  text-decoration:none;
}

div.navigation td{
  height:30px;
  border-bottom:1px solid #000;
  text-align:center;
  padding-left:10px;
}


/*-----------------------------*/
/*ページの一番上へ             */
.GotoTop{
  border-width:1px 0 0 0;
  border-style:solid;
  border-color:#969696;
  padding:3px 0 3px 0;
  font-size:50.0%;
  text-align:right;
  color:#0000ff;
  margin-top:8px;
  margin-bottom:8px;
  margin-left:10px
}
.hidden
  font-size:0;
}


