@charset "utf-8";

/*Content
---------------------------------------------------------------------------------------------------------------------------*/
#content-container h2{
	background:url(images/contents_title.jpg) no-repeat;
	}

#content-container p{
	margin-left:15px;
	margin-bottom:45px;
	width:480px;
	line-height:160%;
	}

#content-container ul{
	margin-left:30px;
	width:465px;
	list-style-type:decimal;
	}
	
#content-container li{
	margin-bottom:10px;
	font-size:93%;
	line-height:120%;
	}

