/* kadoebi.com トップcssファイル */
html,body {
	height:100%;
	margin:0;
	padding:0;
	border:0px;
	font-size:11px;
	text-align:center;
	color:#888888;
	background-color:#cccccc;

}
div#wrap {
	width:100%;
	height:100%;
	margin:0;
	padding:0;
	position:relative;
	border:0;
	background-color:#999999;
	background-image:url(http://www.kadoebi.com/boxing/files/bg.gif);
	}
*#wrap {
	height:100%;
}
body > #wrap {
	height:auto;
	min-height:100%;
}
div#bar {
	width:100%;
	height:150px;
	margin:20% auto auto auto;
	padding:0;
	border:0;
	background-color:#333333;
	background-image:url(bar_bg.jpg);
	background-position:top center;
	background-repeat:repeat-x;
	}
div#bar img {
	margin:0 auto auto auto;
	padding:0;
	border:0;
	behavior:url(http://www.kadoebi.com/boxing/files/pngbehavior.htc);
	}
span.title {
	margin:10px auto;
	font-size:15px;
	font-weight:bold;
	color:#05295a;
	}
div#com {
	width:350px;
	margin:30px auto auto auto;
	padding:0;
	border-right:solid 1px #000000;
	font-size:12px;
	line-height:30px;
	color:#e0dfe3;
	text-align:center;
	background-color:#333333;
	}
div#com a {
	color:#e0dfe3;
	}
