@charset "UTF-8";
/* CSS Document */

div.bee_con {
	width: 570px;
	margin:0 auto;
	padding:0 20px;
}
p.read {
	margin:0 0 5px 0;
	color:#000000;
	font-size:113%;
	line-height:150%;
}

p.nabook_text {
	margin:0;
	color:#000000;
	font-size:113%;
	line-height:150%;
}

h2.mid {
	width: 380px;
	height: 30px;
	background-image:url(images/headline.gif);
	background-repeat: no-repeat;
	text-indent:34px;
	font-size:140%;
	font-weight:bold;
	color:#000000;
	padding-top:9px;
	margin:10px 0 5px 0;
	float:left;
	display:inline;
}

h2.food {
	width: 410px;
	height: 30px;
	background-image:url(images/headline.gif);
	background-repeat: no-repeat;
	text-indent:34px;
	font-size:140%;
	font-weight:bold;
	color:#000000;
	padding-top:9px;
	margin:10px 0 5px 0;
	float:left;
	display:inline;
}

h2.full {
	width: 570px;
	height: 30px;
	background-image:url(images/headline.gif);
	background-repeat: no-repeat;
	text-indent:34px;
	font-size:140%;
	font-weight:bold;
	color:#000000;
	padding-top:9px;
	margin:10px 0 5px 0;
}

h3 {
	margin:0 0 3px 0;
	padding-left:10px;
	color:#000000;
	font-size:113%;
	font-weight:bold;
	line-height:150%;
}

/*table
-----------------------------------------------*/
.simple_border
{
	background: #fff;
	width: 330px;
	margin:0 0 10px;
	border-collapse: collapse;
	text-align: left;
}
.simple_border th
{
	font-weight: normal;
	color: #333333;
	padding: 7px 6px;
	border-bottom: 2px solid #696666;
}
.simple_border td
{
	border-bottom: 1px solid #dfdada;
	color: #333333;
	padding: 5px 6px;
}

