@charset "UTF-8"






/*  1. Set up
================================================================================= */


.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
	font-size: 0.1em;
	line-height:0;
	}
.clearfix {
	min-height: 1px;
	}
* html .clearfix {
	height: 1px;
	/*��*//*/
	height: auto;
	overflow: hidden;
	/**/
	}


/*  2. SITE MAP
================================================================================= */


/*  2.1 sm-box
--------------------------------------------------------------------------------- */


#sm-box-l {
	float: left;
	width: 250px;
	margin-left: 20px;
	}

#sm-box-r {
	float: right;
	width: 240px;
	margin-right: 40px;
	}

#right h3 {
	margin-top: 40px;
	padding-left:18px;
	background: url(../sitemap/images/arrow.gif) 0 2px no-repeat;
	}

#right h3 span {
	font-weight: normal;
	font-size: 10px;
	}

#right ul {
	padding-top: 20px;
	}

#right li {
	height: 28px;
	padding-left: 18px;
	background: url(../sitemap/images/branch.gif) 0 0 no-repeat;
}

#right li.line-end {
	height:28px;
	padding-left:18px;
	background: url(../sitemap/images/branch2.gif) 0 0 no-repeat;
}


