@charset "utf-8";
/* CSS Document */

#mainVisual {
	padding: 10px;
	clear: both;
}
#mainVisual p {
	border: 1px solid #ccc;
	padding: 7px 9px;
}
#contents #info dl {
	float: left;
	width: 230px;
	padding: 0px 10px 10px;
}
#contents #info dl dt a img {
	background: #fff;
	padding: 1px;
	border: 4px solid #936f4f;
}
#contents #info dl dt a:hover img {
	border: 4px solid #b8987a;
}
#contents #info dl dd {
	font-size: 110%;
	padding: 5px 10px 0px;
}
#contents #topics {
	clear: both;
}
#contents #topics dl {
	font-size: 120%;
	padding: 0px 10px 10px;
}
#contents #topics dl dt {
	clear: left; /* ←上段でかかっているフロートの影響を受けないためにクリア。前のdtのフロートをクリアしないと、階段状になる。*/
	float: left; /* ←自分自身から後にかけて、フロートをかける */
	background: url(../images/112_gingetsu_images/news_icon.gif) no-repeat left center;
	width: 5em;
	padding-left: 15px;
}
#contents #topics dl dd {
	margin-bottom: 5px;
	margin-left: 6.5em; /* ←dtにフロートがかかっているので、ddの幅は親ボックスの端から伸びている。*/
}
