@charset "Shift_JIS";

body {
  margin: 0;
  padding: 0;
  color: #000000;
  background: #ffffff url(../img/bgline2.gif) repeat-y scroll}

/* ---- リンクの色 ---- */

a:link {
  color: #ff6600;
  background: transparent;
  text-decoration: none;
}

a:visited {
  color: #666666;
  background: transparent;
  text-decoration: none;
 }

a:hover {
  color: #ffcc00;
  background: transparent;
  text-decoration: underline;
}

a:active {
  color: #000000;
  background: transparent;
}

#bodyTable{
	height:100%;
}

/* ---- 左横ここから---- */
#bodyTable #side{
	vertical-align:top;
	width: 200px;
	background-color: #FFFFFF;
	background-image: url(../img/sidebg.gif);
	background-repeat: repeat-y;
}

/* ---- メインメニュー---- */
#bodyTable #side #sidenav{
	width:200px;
}

/* ----右側ここから ---- */
#bodyTable #main{
	width:500px;
	vertical-align:top;
	padding-left:1px;
}

/* ---- トップナビゲーションバー ---- */
#bodyTable #main #topnav{
	width: 500px;
	height: 22px;
}

/* ----看板イメージ ---- */
div#imgban {
  width: 500;
  height: 138
}

/* ----コンテンツ ---- */
div#contents {
	margin-top:-4px;
	margin-left:9px;
	width: 490;
	height: 435;
	background-color: #FFFFFF;
}

/* ----紹介文 ---- */
div#introduction {
	font-size: 12px;
	font-family: "ＭＳ Ｐゴシック", "Osaka";
	font-style: normal;
	line-height: 18px;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 3px;
	color: #737566;
	border: 0px solid black;
	letter-spacing: 2px;
}