@charset "utf-8";

/* -------------------------------------------------------------------
  背景・背景色・フォント・前景色・下線  [デフォルト]
------------------------------------------------------------------- */
body {
  background-image : none;
}

a:link, a:visited {
  color : #0066CC;
}

#base{
/*
  position: relative;
*/
}

/* -------------------------------------------------------------------
  ヘッダー

    ※IE6、IE7の高さは、ボーダー幅を含めない
------------------------------------------------------------------- */
#header {
  height : 146px;
  *height : 144px; /* IE6, IE7 */
  border : 1px solid #999999;
}

/* -------------------------------------------------------------------
  メイン

    ヘッダーとフッターの高さ分を内側の余白とみなし、領域を狭める
------------------------------------------------------------------- */
#main {
  margin : -146px 0 -52px 0;
  padding : 146px 0 52px 0;
  border-right : 1px solid #999999;
  border-left : 1px solid #999999;
}

/* -------------------------------------------------------------------
  サイドバー(左側)

    非表示にする
------------------------------------------------------------------- */
#leftSidebar {
  display : none;
}

/* -------------------------------------------------------------------
  フッター

    ※IE6、IE7の高さは、ボーダー幅を含めない
------------------------------------------------------------------- */
#footer {
  height : 52px;
  *height : 50px; /* IE6, IE7 */
  border : 1px solid #999999;
/*
  position: absolute;
  width: 100%;
*/
/*  top: 26340px; */  /* /meiwaku.php */
/*  top: 5650px; */  /* /index.php */
}