@charset "utf-8";

/* div.button
-----------------------------------------------------------*/
div#content div.button {
	margin-bottom:12px;
	padding:12px 0;
	background:url(/beef/bigamerica/shared/graphic/background_01.gif) no-repeat;
}
div#content div.button ul {
	margin:0 auto;
	text-align:center;
}
div#content div.button ul li {
	display: inline;
	margin-right:12px;
}

/* div.button-gotop
-----------------------------------------------------------*/
div#content div.button-gotop {
	margin-bottom:16px;
	padding:6px;
	padding-top:10px;
	background:url(/beef/bigamerica/shared/graphic/background_02.gif) no-repeat;
	text-align:right;
}

/* p.comment
-----------------------------------------------------------*/
div#content p.comment {
	text-align:center;
    color:#CC0000;
    font-weight:bold;
}

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

