@charset "utf-8";
/* デモページのCSS */

/* 
.demo-list li{ 
	font-weight: bold;
}
  */

#main-column h4 {
	font-size: 14px;
	line-height: 130%;
	font-weight: bold;
	margin-bottom: 5px;
	border-bottom: none;
	border-left: none;	
	background-repeat: no-repeat;
	background-position: 0px 3px;
	background-image: url(../img/common_img/arrow_a.jpg);	
	padding: 1px 0px 0px 17px;
}

