@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-001.gif);
	background-repeat: repeat;
	background-color: #e8ffd0;
}

#container {
	height: 100%;
	width: 950px;
	margin-right: auto;
	margin-left: auto;
background-color: #ffffdd;
	border: 8px solid #0cde85;
	background-image: url(images/honeybeebargr.gif);
	background-repeat: repeat;
}

#bg {
margin: 0px 0px 0px 0px;
	
	background-image: url(images/honeybeebar.gif);
	background-repeat: repeat-y;
}

/* sidebar */

#sidebar {
	float: right;
	height: 100%;
	width: 190px;
	padding-top: 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: left;
	width: 750px;
	margin: 0px 0px 0px 0px;
background-color: #ffffdd;
}

/* main padding */

#maincontent .main {
	clear: both;
	width: 700px;
	margin: 0 0px 0 0px;
	padding: 0px 15px;
}

/* h */

#maincontent h1 {
	margin: 0 0 10px 0;
	padding: 10px 5px;
	background-color: #00bf60;
	font-size: 110%;
	color: #FFFFFF;
	text-align: center;
	letter-spacing: 0.2em;
	line-height: 130%;
}

#maincontent h2 {
	margin: 0 15px 5px 15px;
	padding: 8px 10px 6px 20px;
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;
	border-left: 20px solid #00b55a;
	background-color: #e0fee3;
	font-size: 105%;
	letter-spacing: 0.2em;
	line-height: 150%;
	color: #008200;
}

#maincontent h3 {
	margin: 5px 25px 5px 25px;
	padding: 2px 18px;
	border-left: solid 8px #ff8000;
	border-bottom: solid 1px #ff8000;
	font-size: 98%;
	letter-spacing: 0.1em;
	line-height: 130%;
	color: #390000;
}

#maincontent h4 {
	margin: 8px 5px 0px 20px;
	
	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 p {
	
	padding: 8px;
	line-height: 150%;
	font-size: 100%;
	color: #570000;
}

#maincontent .text {
	margin: 0 10px 0px 10px;
	font-size: 100%;
	line-height: 130%;
	color: #570000;
}



#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 4px 0;
}

.menu a {
	display: block;
	width: 150px;
	padding: 10px 5px;
	border: solid 2px;
	font-size: 15px;
	font-weight: bold;
	color: white;
	text-decoration: none;

}

.m1 a {
	border-color: #008080;
	background-color: #00c663;
}

.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%;
}


