/*ページ全体
---------------------------*/
body {
  margin: 0px;
  padding: 0px;
	background: #E5E4DD url(../img/content-body.gif) repeat-y;
}

#wrapper {
  width: 800px;
	background: url(../img/content-body.gif) repeat-y;
}

#content-body {
  width: 745px;
	margin: 10px 15px 0px 15px;
}

a img {
	border-style: none;
}


#content-body td{ vertical-align:top;}

/*2段組み(左)
---------------------------*/
h1 {
	margin: 0px 0px 8px 5px;
	margin-bottom: 10px;
	width: 303px;
	font-size: 1.2em;
}

/*2段組み(右)
---------------------------*/
/*【サブメニュー】*/
#submenu {}
#submenu ul {
	margin-top: 0px;
	margin-bottom: 5px;
	width: 390px;
	height: 12px;
  list-style: none;
}

#submenu ul li {
	margin-left: 10px;
  font-size: 0.8em;
  text-indent: -9999px;
}

#submenu ul li#tyuui {
  float: left;
  width: 37px;
  background: url(../img/btn_tyuui_off.gif) no-repeat;
}

#submenu ul li#tyuui a:hover {
  float: left;
  width: 37px;
  background: url(../img/btn_tyuui_on.gif) no-repeat;
}

#submenu ul li#about {
  float: left;
  width: 126px;
  background: url(../img/btn_about_off.gif) no-repeat;
}

#submenu ul li#about a:hover {
  float: left;
  width: 126px;
  background: url(../img/btn_about_on.gif) no-repeat;
}

#submenu ul li#koukoku {
  float: left;
  width: 135px;
  background: url(../img/btn_koukoku_off.gif) no-repeat;
}

#submenu ul li#koukoku a:hover {
  float: left;
  width: 135px;
  background: url(../img/btn_koukoku_on.gif) no-repeat;
}

#submenu ul li a {
	text-decoration: none;
  display: block;
  height: 13px;
}

/*【バナー】*/
#banner {
	margin-top: 0px;
	margin-bottom: 12px;
	padding: 0px;
	width: 390px;
	height: 350px;
	background: #0099FF;
	vertical-align: middle;
}

/*【イベントカレンダー】*/
#ivent-calendar {
	margin-top: 0px;
	width: 390px;
}

#cale-tab{
  margin: 0;
  padding: 0;
  background: url(../img/cale_tab.gif) no-repeat;
  top: -17px;
  display: block;
  width: 127px;
  height: 18px;
	font-size: 0.8em;
  text-indent: -9999px;
}

#calender {
	padding: 2px;
	background: #0099FF;
}


/*フッター
---------------------------*/
#footer p {
  clear: right;
	margin-top: 10px;
  width: 725px;
  text-indent: -9999px;
	background: url(../img/copyright.gif) no-repeat;
}
