@charset "utf-8";

/*===========================
		ID要素全般
===========================*/

#contents {
	border: 1px dashed #009900;
}

/*===========================
		個別指定
===========================*/

h3.noheader {
	margin: 1em 0px 0px 0px;
	border-bottom: 1px solid #006600;
	text-decoration: none;
}

ul.image {
	width: 99%;
	margin: 1em 0px 2em 0px;
	overflow: auto;
	list-style: none;
}

ul.image li {
	float: left;
	width: 42%;
	min-width: 320px;
	max-width: 400px;
	margin: 0px 3% 1% 0px;
}

ul.image dl {
	border: 1px solid #333333;
	background-color: #e6e6e6;
}

ul.image dt {
	text-align: center;
}

ul.image dd {
}

ul.image p {
	font-size: 90%;
}
