@charset "utf-8";

/* line-color
-----------------------------------------------------------*/
div#content div.line-orange	{
	background: url(/beef/wiki/graphic/index/background_line_01.gif) repeat-y;
}

/* footer-color
-----------------------------------------------------------*/
div#content div.footer-orange {
	padding-bottom:18px;
	background: url(/beef/wiki/graphic/index/background_footer_01.gif) no-repeat bottom left;
}

/* div.block-01 (default-box)
-----------------------------------------------------------*/
div#content div.block-01 {
	padding-bottom:15px;
	margin-bottom:12px;
}
div#content div.block-01 div.body {
	_height: 1%;
	margin-left: 0;
	margin-right: 0;
	margin-top: 0;
	padding-top:0;
	padding-left: 0;
	padding-right: 0;
	*zoom: 1;
}
div#content div.hide-bg {
	width:380px;
}
div#content div.menu div.body dl {
	float:left;
	width:178px;
	margin-right:12px;
}
div#content div.menu div.body dl:last-child {
	margin-right:0;
}
/* jQuery last-child for IE
   src="/beef/wiki/shared/script/common.js" */
div#content div.menu div.body dl.last-child {
	margin-right:0;
}
div#content div.menu div.body dd.article ul li:last-child {
	padding-bottom:0;
}
/* jQuery last-child for IE
   src="/beef/wiki/shared/script/common.js" */
div#content div.menu div.body dd.article ul li.last-child {
	padding-bottom:0;
}

div.button-beeftop {
	padding:10px 6px 6px;
	background: url(/beef/wiki/graphic/index/background_beef_01.gif) no-repeat;
	text-align:right;
}


/* clearFix
-----------------------------------------------------------*/
div#content div.body {
	overflow: hidden;
}
div#content div.body:after {
	content: "";
	display: block;
	clear: both;
	height: 1px;
	overflow: hidden;
}
/*\*/
* html div#content div.body {
	height: 1em;
	overflow: visible;
}
/**/

