@charset "utf-8";

@import "reset.css";
@import "base.css";
@import "main.css";

/*///////////////////////////////////////////////*/

/* #pageSitemap

/////////////////////////////////////////////////*/

#mainContents .box p {
	padding-bottom:15px;
	padding-left:15px;
	border-bottom:1px dotted #afab85;
	background:url(../img/arrow.png) no-repeat 0 5px;
}

/*-----------------------------------------------*/
/* .list
-------------------------------------------------*/

/* ul */

#mainContents ul.list > li {
	float:left;
	width:210px;
	background:url(../img/arrow.png) no-repeat 0 5px;
}
#mainContents ul.list li:first-child {
	margin-top:10px;
}
#mainContents ul.list ul {
	margin-top:10px;
	margin-bottom:10px;
}
#mainContents ul.list * li {
	float:none;
	width:auto;
	line-height:normal;
	background:url(../../sitemap/img/tree.png) no-repeat 5px 3px;
}
 

/*+++++++++++++++++++++++++++++++++++++++++++++++*/
/* clearfix
+++++++++++++++++++++++++++++++++++++++++++++++++*/

.clearfix,
#mainContents ul.list {
	zoom: 1; /* for IE5.5 - IE7 */
}
.clearfix:after,
#mainContents ul.list:after {
	/* for modern browser */
  content: ".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
}







