@charset "UTF-8";
#contents h3 {
	display: block;
	font-size: 2em;
	font-weight: bold;
	padding: 5px 0 4px;
	border-top: 1px solid #669900;
	border-bottom: 1px solid #669900;
	page-break-before: avoid;
	clear: both;
	color: #558800;
}

#contents h3#nextPage {
	page-break-before: always;
}

#contents p.cap {
	padding: 4px 0 10px;
	line-height: 1em;
}


/*case*/
#contents ul.case {
	padding: 10px 0 20px;
	list-style-type: none;
	clear: both;
	margin-top: 10px;
	margin-bottom: 20px;
	display: block;
}

#contents ul.case li.photo img {
	width: 182px;
	float: left;
	display: block;
	border: 1px solid #dddddd;
}

#contents ul.case li.catch {
	vertical-align: top;
	float: right;
	width: 340px;
	color: #558800;
	font-size: 1.15em;
	line-height: 1.1em;
	margin-bottom: 10px;
	padding-top: 0px;
	margin-top: 0px;
	display: block;
	clear: right;
}

#contents ul.case li.spec {
	width: 340px;
	display: block;
	vertical-align: top;
	float: right;
	padding-bottom: 20px;
}

#contents ul.case li.spec table {
	width: 340px;
	clear: both;
	display: block;
}

#contents ul.case li.spec table th {
	width: 90px;
	padding: 2px 0;
	color: #666666;
	text-align: left;
}

#contents ul.case li.spec table td {
	padding: 2px 0 2px 10px;
	border-left: 1px solid #dddddd;
	text-align: left;
}

#contents ul.case li.spec table td.name {
	font-weight: bold;
}

#contents ul.case li.url {
	display: block;
	float: left;
	clear: left;
	padding-top: 10px;
	padding-bottom: 20px;
	width: 182px;
}

/*article*/
#contents table#article {
	width: 560px;
	border-right: 1px solid #669900;
	border-bottom: 1px solid #669900;
}

#contents table#article td {
	width: 140px;
	border-top: 1px solid #669900;
	border-left: 1px solid #669900;
	vertical-align: top;
}

#contents table#article td img {
	width: 120px;
	margin: 10px 10px 5px 10px;
	display: block;
	height: 80px;
	overflow: hidden;
}

#contents table#article td p.name {
	width: 120px;
	margin: 0 10px 10px 10px;
	line-height: 1.2em;
	padding: 0;
}
