@charset "utf-8";

/*
	=====================================================================
	REC住宅情報
	
	Style Info	:	サイトマップ画面スタイル
	File Name	:	/common/css/sec/contents/sitemap/sitemap.css
	first Update:	2010.01.26
	Last Update	:	2010.01.30
	Auth		:	株式会社インタープロ
	=====================================================================
*/

/* p
---------------------------------------------------------------------- */
#contents p {
	color: #333;
	font-size: 75%;
	line-height: 150%;
	margin-bottom: 20px;
	}

/* sitemap
---------------------------------------------------------------------- */
#contents .sitemap {
	width: 740px;
	background: url(../../../../../contents/sitemap/img/line_dashed_3column.gif) top left repeat-y;
	}

#contents .sitemap-inner {
	padding-top: 20px;
	background: url(../../../../img/union/line_dashed.jpg) top left repeat-x;
	}
	
	/* sitemap-left
	------------------------------------------------------------ */
	#contents .sitemap-left {
		float: left;
		width: 220px;
		margin-right: 40px;
		}
	
	/* sitemap-center
	------------------------------------------------------------ */
	#contents .sitemap-center {
		float: left;
		width: 220px;
		}
	
	/* sitemap-right
	------------------------------------------------------------ */
	#contents .sitemap-right {
		float: right;
		width: 220px;
		}
		
		/* layer1
		-------------------------------------------------- */
		#contents ul.layer1 {
			margin-bottom: 20px;
			padding-left: 20px;
			list-style-image: url(../../../../img/union/icon_red.gif);
			}
			
			/* li
			---------------------------------------- */
			#contents ul.layer1 li {
				font-size: 75%;
				margin-bottom: 7px;
				line-height: 150%;
				}
				
				/* layer2
				------------------------------- */
				#contents ul.layer2 {
					margin-bottom: 10px;
					padding: 5px 0 0 15px;
					list-style-image: url(../../../../img/union/icon_arrow.gif);
					}
					
					/* li
					--------------------- */
					#contents ul.layer2 li {
						font-size: 100%;
						}
