@charset "utf-8";
/* *******************************

	東急コミュニティー
	賃貸オフィスのパートナー
	
	sitemap.css
	
	* title
	* list
	* privacy
	
******************************** */


/* title
---------------------------------------------------------- */

#container{
	padding-top: 20px;
	}


.title-sitemap{
	width: 880px;
	height: 32px;
	background: url(/img/sitemap/title-sitemap.gif) left top no-repeat;
	text-indent: -9999px;
	margin-left: 15px;
	margin-bottom: 20px;
	}
.title-privacy{
	width: 880px;
	height: 32px;
	background: url(/img/privacy/title-privacy.gif) left top no-repeat;
	text-indent: -9999px;
	margin-left: 15px;
	margin-bottom: 20px;
	}


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

#sitemap{
	width: 810px;
	margin: 15px 40px;
	}

.site-list{
	width: 400px;
	}
	.site-list li{
		background: url(/img/list/listmark.gif) left top no-repeat;
		margin: 20px 0;
		padding-left: 20px;
		}
	.site-list li a{
		font-weight: bold;
		}

.site-list li ul li{
	background: none;
	}
	.site-list li ul li a{
		font-weight: normal;
		}
		
/* privacy
---------------------------------------------------------- */

#privacy{
	width: 860px;
	margin: 15px 25px;
	padding-bottom: 20px;
	}
#privacy h3{
	font-weight: bold;
	margin-bottom: 25px;
	font-size: 1.2em;
	}
#privacy ol li{
	margin: 1em 0 1em 2em;
	line-height: 1.5em;
	}

