div#ku_notes{
	margin-bottom: 50px;
}

div#ku_notes h2{
	margin-bottom:15px;
	font-size:140%;
	line-height:1.5;
	border-bottom:1px solid #000;
}

div#ku_notes h3{
	margin-bottom:15px;
	font-size:120%;
	line-height:1.5;
	border-bottom:1px solid #000;
}

p{
	margin-bottom:0px;	
}

p.notes01{
	color:red;
	font-size:120%;
	font-weight:bold;
	line-height:1.5;
}

.notes02{
	color:red;
}


div#ku_notes ul{
	padding-left:15px;
}

div#ku_notes ul li{
	margin-bottom:5px;	
	line-height:1.5;
    position: relative;
    padding-left: 20px;
}


div#ku_notes ul li:before {
    content: "";
    width: 14px;
    height: 14px;
    background: #137b3c;
    position: absolute;
    border-radius: 50%;
    left: 0;
    top: 0.3em;
}
