@charset "utf-8";
#example-area .content {
	padding-bottom: 20px;
	padding-right: 5px;
	padding-left: 5px;
	font-size: 93%;
	line-height: 150%;
}

#example-area h2{
	padding-bottom: 4px;
}
#example-area h3 { border-left: #006633 4px solid; padding:5px 10px 10px 10px; margin:10px 0;
	color: #006600;
	font-size: 131%;
	font-weight: bold;
	
}
#example-area h4 {
	color: #060;
	padding-bottom: 5px;
	font-weight: bold;
}
#example-area p {
	padding-bottom: 15px;
	font-size: 100%;
	line-height: 145%;
}

#example-area .img-center {
	text-align: center;
	padding-bottom: 10px;
}
#example-area .img-left {
	float: left;
	margin-bottom: 5px;
	margin-right: 15px;
}
#example-area .img-right {
	float: right;
	margin-bottom: 5px;
	margin-left: 15px;
}
h3 .sub-title{
	color: #006600;
	font-size: 131%;
	font-weight: bold;
	position: absolute;
	top: 9px;
	left: 14px;
}
#example-area .list {
	padding-top: 5px;
	padding-bottom: 20px;
}
#example-area .list .box {
	font-size: 93%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DDD;
	padding-top: 5px;
}
#example-area .list .box dt,
#example-area .list .box dd {
	margin-bottom: 5px;
	line-height: 150%;
}
#example-area .list li {
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DDD;
	padding-top: 7px;
	background-image: url(/wp-content/themes/lets-nns/image/parts/mrk_arrow_green.gif);
	background-repeat: no-repeat;
	background-position: 5px 8px;
	padding-left: 15px;
	padding-right: 20px;
}
#example-area a:link {
	color: #060;
	text-decoration: none;
}
#example-area a:visited {
	color: #060;
}
#example-area a:active {
	color: #666;
}
#example-area a:hover {
	color: #F90;
}
