@charset "utf-8";

/* reset
---------------------------------------------------------*/
div#content ul,div#content ol,
div#content h2, div#content h3, div#content h4,
div#content dl {
	margin:0;
	padding:0;
}

div#content {
	margin-top: 7px;
}

/* div.block
---------------------------------------------------------*/
div#content div#block {
	width: 748px;
	background: #1b1b21 url(/urban/shared/graphic/background_footer_01.gif) bottom no-repeat;
	padding-bottom: 7px;
}
div#content div#block div#body-inner {
	border-left: 7px solid #1b1b21;
	border-right: 7px solid #1b1b21;
}

/* div.section-l
---------------------------------------------------------*/
div#content div.section-l {
	width: 734px;
	background: #ffffff url(/urban/shared/graphic/background_footer_02.gif) bottom no-repeat;
	padding-bottom: 17px;
}
div#content div.section-l p {
	margin-left: 0;
	margin-right: 0;
	margin-top: 0;
	margin-bottom: 12px;
}
div#content div.section-l div.section-in-1 {
	padding: 11px 17px 0;
}

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

