@charset "shift_jis";

/* HONEYBEE CSS Document */

p,h1,h2,h3,h4,h5,h6,ul {
	margin: 0px;
	padding: 0px;
}

li {
	list-style: none;
}

body {
	margin: 0px;
	padding: 0px;
	font-family: "‚l‚r ‚oƒSƒVƒbƒN", Osaka, "ƒqƒ‰ƒMƒmŠpƒS Pro W3";
	background-image: url(images/ok-01.gif);
	background-repeat: repeat;
	background-color: #fffffb;
}

#container {
	height: 100%;
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	background-color: #ffffdd;
	border: 8px solid #009900;
	background-image: url(images/honeybeebar.gif);
	background-repeat: repeat-y;
}

/* sidebar */

#sidebar {
	float: left;
	height: 100%;
	width: 200px;
	padding-top: 10px;
	padding-left: 5px;
}

#sidebar li {
	margin-top: 5px;
	margin-bottom: 10px;
}

#sidebar li a {
	font-weight: normal;
	color: #000099;
	font-size: 15px;
	padding-left: 6px;
}

#sidebar p {
	color: #433242;
	font-size: 15px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-left: 6px;
}

/* main content */

#maincontent {
	float: right;
	width: 720px;
	margin: 5px 0px 10px 0px;
}

/* main padding */

#maincontent .main {
	clear: both;
	width: 700px;
	margin: 0 5px 0 0px;
	padding: 5px 0px;
}

/* h */

#maincontent h1 {
	margin: 0 0 10px 0;
	padding: 10px 5px;
	background-color: #6dd10a;
	font-size: 110%;
	color: #FFFFFF;
	text-align: center;
	letter-spacing: 0.2em;
	line-height: 150%;
}

#maincontent h2 {
	margin: 0 15px 5px 10px;
	padding: 14px 10px 12px 20px;
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;
	border-left: 20px solid #0000ff;
	background-color: #c8ffff;
	font-size: 110%;
	letter-spacing: 0.2em;
	line-height: 120%;
	color: #400020;
}

#maincontent h3 {
	margin: 15px 25px 10px 25px;
	padding: 2px 12px;
	border-left: solid 20px #8080c0;
	border-bottom: solid 1px #000099;
	font-size: 102%;
	letter-spacing: 0.1em;
	line-height: 130%;
	color: #000099;
}

#maincontent h4 {
	margin: 8px 5px 4px 20px;
	padding: 2px 5px;
	font-size: 100%;
	color: #460023;
	font-weight: bolder;
}

#maincontent .info {
	background-color: #ffff88;
	height: 8px;
	border: 2px;
	border-color: #00cc00;
	border-style: double;
	margin: 0px 0px 0 0;
	padding: 8px 10px;
	color: #666666;
}

#maincontent .text {
	margin: 0px 10px 10px 30px;
	padding: 0px;
	line-height: 150%;
	font-size: 100%;
	color: #330000;
}



#maincontent #logo {
	clear: both;
	text-align: center;
	margin-top: 20px;
	margin-bottom: 20px;
}

#footer {
	clear: both;
	background-color: #aa0037;
	margin: 0px;
	padding: 0px;
	height: 90px;
	background-image: url(images/honeybeelogol12.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}

#footer h6 {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-weight: normal;
	font-size: 10px;
	text-align: center;
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 8px 8px 8px 350px;
	letter-spacing: 1px;
	line-height: 150%;
}

/* menu */

.menu div {
	margin: 0 0 6px 0;
}

.menu a {
	display: block;
	width: 150px;
	padding: 8px 5px;
	border: solid 2px;
	font-size: 15px;
	font-weight: bold;
	color: white;
	text-decoration: none;

}

.m1 a {
	border-color: #008200;
	background-color: #00aa00;
}

.m1 a:hover {
	background-color: #ffffc4;
	color: #00aa00;
}

.m2 a {
	border-color: #448800;
	background-color: #58b000;
line-height: 120%;
}

.m2 a:hover {
	background-color: #ffffc4;
	color: #58b000;
line-height: 120%;
}

.m3 a {
	border-color: #0080ff;
	background-color: #55aaff;
}

.m3 a:hover {
	background-color: #ffffc4;
	color: #0080ff;
}

.m4 a {
	border-color: #7d3f00;
	background-color: #ff712d;
}

.m4 a:hover {
	background-color: white;
	color: #ff712d;
}

table.table {
  margin: 10px 0px 10px 0px;
  
  width: 640px;
  border-collapse: separate;
  border-spacing: 2px;
  font-size: 16px;
}

table.table caption {
  margin: 2px 2px 2px 2px;
  text-align: right;
}
table.table021 th,
table.table td {
  padding: 6px 8px;
}

table.table th {
padding: 5px 5px 5px 5px;
  border-bottom: solid 1px #B2B2B2;
  border-right: solid 1px #B2B2B2;
  background: #80ff80;
  text-align: center;
  white-space: nowrap;
  font-size: 16px;
}

table.table td {
  border-bottom: solid 1px #B2B2B2;
  border-right: solid 1px #B2B2B2;
  background: #ffffe8;
  text-align: right;
  white-space: nowrap;
}