@charset "utf
	height: 0;-8";

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
}

.clearfix {
	min-height: 1px;
}

* html .clearfix {
	height: 1px;
	/*¥*//*/
	height: auto;
	overflow: hidden;
	/**/
}

.both {
	clear: both;
}

.inline_block {
	display: inline-block;
	*display: inline;
	*zoom: 1;
}

.bg-dark_brown 	{ background-color: #3c2617; }
.bg-dark_red 	{ background-color: #9d413c; }
.bg-dark_blue 	{ background-color: #507fbc; }


.hrt {
	margin-top: 10px;
	border-top: 1px solid rgba(0, 0, 0, .2);
	box-shadow(rgba(255, 255, 255, .3) 0 1px 0 inset);
}
.hrb {
	border-bottom: 1px solid rgba(0, 0, 0, .2);
	box-shadow(rgba(255, 255, 255, .3)0 1px 0);
}
.hrr {
	border-left: 1px solid rgba(0, 0, 0, .2);
	box-shadow (rgba(255, 255, 255, .3) -1px 0 0);
}
.hrl {
	border-right: 1px solid rgba(0, 0, 0, .2);
	box-shadow(rgba(255, 255, 255, .3) -1px 0 0 inset);
}
