@charset "utf-8";

/*
	**********************************************************
	**
	**	熟れせん スタイルシート ver.201006renew
	**
	**	・トップページにのみ適用するスタイルを定義
	**
	**********************************************************
*/


/*
	----------------------------------------------------------
		0.メモ

	----------
	
		1) sidebarの横幅は130px。内左右の余白は5pxずつ

*/



#cnt_body h3 {
	width: 815px;
	height: 20px;
	overflow: hidden;
	background: url("../img/subject/sitemap.jpg") no-repeat left top;
}
#cnt_body h3 span { visibility: hidden; }



#outline {
	border: 1px solid #d36bb5;
}

/*
	----------------------------------------------------------
		1.サイトマップのスタイル
*/


#sitemap #cnt_body dd th {
	width: 150px;
	padding: 5px 0;
}

#sitemap #cnt_body dl {
	margin: 10px;
}





