/* ページ全体
---------------------------------------------------- */
body {
	margin-top: 1px;
	font-size: 14px;
	color: #666666;
	background: #ffffff;
}
table {
	font-size: 14px;
	color: #404040;
	line-height: 20px;
}
/* リンク */
a { text-decoration: none; }
a:link {
	color: #3366cc;
	background: transparent;
}
a:visited {
	color: #3366cc;
	background: transparent;
}
a:hover, a:active {
	color: #ff9933;
	background: transparent;
}
/* メニューテーブル
---------------------------------------------------- */
table#mainmenu {
	margin: 0;
	border-collapse: collapse;
	border-top: 1px solid #009966;
}
table#mainmenu tr {
	font-size: 12px;
	font-weight: normal;
	text-align: center;
}
table#mainmenu td {
	padding: 0;
	width: 150px;
	background: url(../image/tdbg.gif) repeat-x bottom #dedecf;
}
table#mainmenu td.select {
	padding: 0;
	width: 150px;
	background: url(../image/tdbg-sel.gif) repeat-x bottom #bcbc9f;
}
a#mainmenu:link,a#mainmenu:visited,a#mainmenu:hover,a#mainmenu:active {
	font-size: 12px;
	color: #ff6600;
}
/* サブメニューテーブル
---------------------------------------------------- */
table#submenu {
	margin: 0 auto;
	width: 750px;
	border-top: 1px solid #bcbc9f;
	border-bottom: 1px solid #bcbc9f;
	border-collapse: collapse;
}
table#submenu tr {
	font-size: 11px;
	text-align: center;
}
table#submenu td {
	padding: 1px;
	width: 150px;
	background: #f1f1ed;
	border-bottom: 1px solid #bcbc9f;
}
table#submenu td.select {
	border-style: none;				/* 下線を消すため */
	border-left: 1px solid #bcbc9f;
	border-right: 1px solid #bcbc9f;
	background: #e9f6ae;
}

table#submenu2 {
	margin: 0 auto;
	width: 750px;
	border-top: 1px solid #bcbc9f;
	border-bottom: 1px solid #bcbc9f;
	border-collapse: collapse;
}
table#submenu2 tr {
	font-size: 11px;
	text-align: center;
}
table#submenu2 td {
	padding: 1px;
	width: 150px;
	background: #f1f1ed;
	border-bottom: 1px solid #bcbc9f;
}
table#submenu2 td.select {
	border-style: none;				/* 下線を消すため */
	border-left: 1px solid #bcbc9f;
	border-right: 1px solid #bcbc9f;
	background: #e9f6ae;
}

/* 住所
---------------------------------------------------- */
#adress {
	margin: 0;
	padding: 2px;
	width: 750px;
	font-size: 12px;
	text-align: right;
	color: #000000;
}
table#adress {
	margin: 0;
	color: #000000;
	width: 750px;
	border-collapse: collapse;
}
table#adress tr {
	font-size: 12px;
	font-weight: normal;
	text-align: right;
}
table#adress td {
	padding: 2px;
}
/* 画像
---------------------------------------------------- */
img { border-style: none; }
/* フッタ
---------------------------------------------------- */
#pwd {
  clear: both;
  margin: 16px 0 0 0;
  padding: 0.2em;
  text-align: right;
  width: 750px;
  font-size: x-small;
  color: #000000;
  background: #ffffff;
}
#footer {
  clear: both;
  margin: 5px 0 0 0;
  padding: 0.3em;
  text-align: center;
  width: 750px;
  font-size: x-small;
  color: #ffffff;
  background: #66cc99;
}
#footer span {
  text-transform: uppercase;	/* すべての文字を大文字で表示 */
}

