@charset "UTF-8";
/*\*/

/*------------------------------
サイト名：DRESSCAMP
作成日：2009.08.19
修正日：2009.08.19
ガイドライン：Ver.01
製作者：株式会社エムアップ
------------------------------*/

/* ------------------------------------
 * 標準スタイルのリセット＋共通スタイルのインポート
 * ------------------------------------ */
@import "reset.css";
@import "common.css";


/* ------------------------------------
 * スタイル設定 - サイトマップ -
 * ------------------------------------ */
 
 
/*---レイアウト------------------*/

#content {
	width:730px;
}

#content h2 {
	margin-bottom: 10px;
	padding-bottom: 5px;
	background: url(../img/common/dot.gif) left bottom repeat-x;
}

dl.sitemap {
	margin-left: 50px;
}

dl.sitemap dt {
	margin-top: 20px;
}

dl.sitemap dd ul {
	margin: 5px 0 0 15px;
}

dl.sitemap dd ul li {
	padding-left: 10px;
	line-height: 1.5;
	background: url(../sitemap/img/bg.gif) no-repeat;
}

dl.sitemap dd ul li.end {
	background: url(../sitemap/img/bg_end.gif) no-repeat;
}
