/* 同じ名前のidコーディング不具合修正（Resultをクラス指定に変更） */

/* 月単位ブロック */
.Result{
	margin:30px 0 0 0;
}

/* ------------------------------------------
月画像 */

.Result dt{
	float:left;
	width:120px;
}
	
/* ------------------------------------------
実績コンテンツ */

.Result dd{
	float:left;
	width:440px;
	margin:0 0 20px 8px;
	border-bottom:1px dotted #cccccc;
	}
.Result dd li{
	background-image:url(../images/result/listimg.gif);
	background-repeat:no-repeat;
	padding:0 0 10px 12px;
	list-style-position: outside;
	background-repeat:no-repeat;
	list-style-type:none;
	font-size:110%;
	line-height:150%;
	}
	
.Result dd ul.triangle li{
	background-image:url(../images/result/yajirushi.gif);
	background-repeat:no-repeat;
	padding:10px 0 0 17px;
	list-style-position: outside;
	background-position:5px 13px;
	background-repeat:no-repeat;
	list-style-type:none;
	font-size:100%;
	line-height:150%;
	}

/* ------------------------------------------
実績アーカイブ */

#ResultArchive{
	margin:0 0 30px 120px;
	font-size:110%;
	line-height:150%;
	clear:both;
}
	
#ResultArchive a{
	margin-left:10px;
	}

#contents {
	display:block;
	width:785px;
}
