@charset "utf-8";
/* reset */

* {
  margin:0;
  padding:0;
}

html {
  overflow:scroll;
}

body {
  font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  text-align:center;
  line-height:1.4;
  _background-image:url(https://locoloco.sakura.ne.jp/image/dolphin.gif);
  _background-repeat: repeat-x;
  background-repeat:repeat-y;
  background-color: #e6fff7;
  color:black;
  font-size: 80%;
}

a:link /*未訪問のリンクの色*/
{
  color:blue;
  font-weight:bold;
}

a:visited /*訪問済みのリンクの色*/
{
  color:blue;
  font-weight:bold;
}

a:hover /*カーソルが乗っているリンクの色*/
{
  color:blue;
  _background:#0000cc;
  font-weight:bold;
}

a:active /*クリック中のリンクの色*/
{
  color:navy;
  font-weight:bold;
}


#wrap
{
  clear:both;
  display: block;
  margin:0px auto;
  width: 960px;
}

#header
{
  clear:both;
  display: block;
  overflow: hidden;
  _height: 94px;
  width:100%;
  _background-image: url(images/line_t.jpg);
  background-repeat: no-repeat;
  background-position: center bottom;
  text-align:left;
}

#main
{
  clear:both;
  display: block;
  width:100%;
  margin: 0px auto;  
  padding-top: 0px;
  padding-bottom: 10px;
  _display: inline-block;
  _display: inline;
  text-align:left;
}

#left
{
  _clear:both;
  _display: block;
  width:730px;
  _width:60%;
  float:left;
  padding:5px;
}

#right
{
  _clear:both;
  _display: block;
  width:210px;
  _width:40%;
  float:right;
  padding:5px;
}

#footer
{
  clear:both;
  display: block;
  _background-image: url(images/line_b.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  padding-top: 20px;
  text-align: center;
}