﻿body {
	margin: 0px;
	background-color: #FFFFFF;
	font-size: small;
	border-top: solid #000000 1px;
}
h1, h2 {
	margin: 0px;
	padding: 0px;
	font-size: medium;
}
#header {
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #CCFF99;
	border-bottom-color: #CCFF99;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 10px;
	text-align: center;
}
#search {
	padding: 5px;
	text-align: left;
	width: 100%;
}

ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

.group {
	float: left;
	width: 160px;
}

.title {
	margin: 0px 20px 2px 0px;
	padding: 2px;
	border-left: 8px #FF6633 solid;
	border-top: solid #000000 1px;
	border-bottom: solid #000000 1px;
}
.button {
	background-color: #FFFFFF;
	border: 1px #CCFF99 double;
}

#navi {
	margin-left: 10px;
	margin-top: 10px;
}
	A 			{ color: #369; text-decoration: none; }
	A:link		{ color: #336600; text-decoration: none; }
	A:visited	{ color: #99CC00; text-decoration: none; }
	A:active	{ color: #CC6600; text-decoration: none; }
	A:hover		{ color: #CC6600; }

/*CSSでタブ関連*/
.tabheader table {
  border-collapse: collapse; /* for IE */
  border-spacing: 0; /* for N6 */
}
.tabheader td {
  background-color: #d0d0d0;
  border: 1px solid black;
  padding: 0.5em;
  white-space: nowrap;
}
.tabheader td.open {border-width: 1px 1px 0px 1px; background-color: white;}
.tabheader td#spc  {border-width: 0px 0px 1px 0px; background-color: white;}
.tabheader a {text-decoration: none;}
.tabbody {
	border-color: black;
	border-style: solid;
	border-width: 0 1px 1px 1px;
	padding: 1em;
}

/*CSSでタブ関連ここまで*/
.rightmenu {
	text-align: right;
	padding: 0px;
	margin: 0px;
}
.leftmenu {

	text-align: left;
}
